<feed xmlns='http://www.w3.org/2005/Atom'>
<title>e2fsprogs/debugfs, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/e2fsprogs/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/e2fsprogs/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/'/>
<updated>2012-01-17T22:08:39Z</updated>
<entry>
<title>debugfs: add ncheck -c option</title>
<updated>2012-01-17T22:08:39Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2012-01-17T22:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=8bf1e9184ed607aca8afaf50f0972c5a5a9a32db'/>
<id>urn:sha1:8bf1e9184ed607aca8afaf50f0972c5a5a9a32db</id>
<content type='text'>
Add a -c option to ncheck will verifies the file type information in
the directory entry.

Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: optimize ncheck and improve its error checking</title>
<updated>2012-01-16T22:49:46Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2012-01-16T22:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=2b1cae7a2697ec841c41579d29cdcb0ab39ef73e'/>
<id>urn:sha1:2b1cae7a2697ec841c41579d29cdcb0ab39ef73e</id>
<content type='text'>
Don't call ext2fs_get_pathname() for every single directory; instead,
only call it if we find a matching directory entry.  In addition, if
ext2fs_get_pathname() fails, print the number of the parent directory
in angle parents so the user gets some additional information.

Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>rdebugfs: don't install by default</title>
<updated>2011-11-21T13:24:44Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2011-11-21T13:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=f62516f33b086adb72e8931a47d1a3fbf4fad976'/>
<id>urn:sha1:f62516f33b086adb72e8931a47d1a3fbf4fad976</id>
<content type='text'>
Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: fix sprintf stack overflow</title>
<updated>2011-11-20T20:53:11Z</updated>
<author>
<name>Darrick J. Wong</name>
<email>djwong@us.ibm.com</email>
</author>
<published>2011-11-20T20:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=9c23b8961205f30d29c4137f4833f78cc48ce3fb'/>
<id>urn:sha1:9c23b8961205f30d29c4137f4833f78cc48ce3fb</id>
<content type='text'>
The htree dump code overflows a char buffer if the directory has a long
filename because the buffer is not large enough to hold the characters that are
not part of the filename.  Make the buffer larger and use snprintf instead.

Signed-off-by: Darrick J. Wong &lt;djwong@us.ibm.com&gt;
Reviewed-by: Eric Sandeen &lt;sandeen@redhat.com&gt;
Signed-off-by: Theodore Ts'o &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: fix gcc -Wall complaints</title>
<updated>2011-11-19T03:14:23Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2011-11-17T20:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=3cebf9c1029ca983ebbbae79f7905a02d087ff98'/>
<id>urn:sha1:3cebf9c1029ca983ebbbae79f7905a02d087ff98</id>
<content type='text'>
Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: add filefrag command</title>
<updated>2011-11-19T03:14:15Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2011-11-17T20:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=c4ab66c526c2f9bdff2e9abb817287b585e2e95d'/>
<id>urn:sha1:c4ab66c526c2f9bdff2e9abb817287b585e2e95d</id>
<content type='text'>
Add the ability to report on the fragmentation of a file on a file
system opened using debugfs.

Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: add the freefrag command</title>
<updated>2011-11-19T03:12:12Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2011-11-15T04:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=5e96c5721d58acfbf9d76b62214f6ae421fe4e6b'/>
<id>urn:sha1:5e96c5721d58acfbf9d76b62214f6ae421fe4e6b</id>
<content type='text'>
The freefrag command provides the functionality of e2freefrag on the
currently open file system in debugfs.

Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: build read-only variant of debugfs</title>
<updated>2011-11-19T03:08:53Z</updated>
<author>
<name>Theodore Ts'o</name>
<email>tytso@mit.edu</email>
</author>
<published>2011-11-15T03:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=e88c5a33a841026728fa7c9fcc4bcdca6580b495'/>
<id>urn:sha1:e88c5a33a841026728fa7c9fcc4bcdca6580b495</id>
<content type='text'>
Create a version of debugfs which only supports read-only examination
of the file system metadata (but not the data blocks).  The idea is
that this version of debugfs might be suitable to be setuid root, and
executable only by members of a particular group, or setgid disk, and
globally executable, depending on the security/privacy policies in
force at a particular site.

Signed-off-by: "Theodore Ts'o" &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs: tidy up mmp handling</title>
<updated>2011-11-12T02:06:04Z</updated>
<author>
<name>Eric Sandeen</name>
<email>sandeen@redhat.com</email>
</author>
<published>2011-11-12T02:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=7105c183a0f4622268a50db37017cfacc9877e5f'/>
<id>urn:sha1:7105c183a0f4622268a50db37017cfacc9877e5f</id>
<content type='text'>
Several small fixes:

* Gracefully fail mmp commands if fs is not open
* Show magic number in dump_mmp command
* Fix header in output for set_mmp_value -l

Signed-off-by: Eric Sandeen &lt;sandeen@redhat.com&gt;
Signed-off-by: Theodore Ts'o &lt;tytso@mit.edu&gt;
</content>
</entry>
<entry>
<title>debugfs.8: add documentation of the mmp commands</title>
<updated>2011-11-12T02:06:04Z</updated>
<author>
<name>Eric Sandeen</name>
<email>sandeen@redhat.com</email>
</author>
<published>2011-11-12T02:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/e2fsprogs/commit/?id=3859977a6b29889b7115db647d2c27c6bf1bd8be'/>
<id>urn:sha1:3859977a6b29889b7115db647d2c27c6bf1bd8be</id>
<content type='text'>
Document the dump_mmp and set_mmp_value commands in
the debugfs manpage.

Signed-off-by: Eric Sandeen &lt;sandeen@redhat.com&gt;
Signed-off-by: Theodore Ts'o &lt;tytso@mit.edu&gt;
</content>
</entry>
</feed>
