e2fsprogs/debugfs
Theodore Ts'o 8a48035095 Fix encoding for rec_len in directories for >= 64k blocksize file systems
Previously e2fsprogs interpreted 0 for a rec_len of 65536 (which could
occur if the directory block is completely empty in 64k blocksize
filesystems), while the kernel interpreted 65535 to mean 65536.  The
kernel will accept both to mean 65536, and encodes 65535 to be 65536.
This commit changes e2fsprogs to match.

We add the encoding agreed upon for 128k and 256k filesystems, but we
don't enable support for these larger block sizes, since they haven't
been fully tested.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-06-21 21:07:38 -04:00
..
Makefile.in Fix dependency for $(LIBSS) when an explicit dlopen() library is needed 2008-06-07 21:53:35 -04:00
debug_cmds.ct Update release notes, version string, etc. for E2fsprogs 1.41.6 release 2009-05-30 13:56:31 -04:00
debugfs.8.in Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" 2009-05-30 12:34:28 -04:00
debugfs.c debugfs: Fix miscellaneous memory leaks 2009-06-15 03:54:59 -04:00
debugfs.h Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
dump.c Use format strings directly to prevent -Werror=format-security failures 2009-01-20 13:05:25 -05:00
htree.c Fix encoding for rec_len in directories for >= 64k blocksize file systems 2009-06-21 21:07:38 -04:00
icheck.c remove useless if-before-free tests 2009-03-08 20:37:12 -04:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
logdump.c debugfs: Fix typos in logdump's error messages 2009-03-08 20:48:36 -04:00
ls.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
lsdel.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
ncheck.c debugfs: Fix ncheck display so that extra characters aren't printed 2008-10-20 23:51:53 -04:00
set_fields.c debugfs: Fix miscellaneous memory leaks 2009-06-15 03:54:59 -04:00
unused.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00
util.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00