e2fsprogs/lib
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
..
blkid blkid: Don't use a hard-coded path for /bin/rm in test_probe.in 2009-05-17 22:19:21 -04:00
e2p chattr: manpage tidyups 2009-05-28 08:33:09 -04:00
et libcom_err: Declare prototypes for et_list_lock/unlock in com_err.h 2009-04-22 14:41:32 -04:00
ext2fs Fix encoding for rec_len in directories for >= 64k blocksize file systems 2009-06-21 21:07:38 -04:00
ss libss: Fix warn_unused_result warnings from gcc 2009-04-22 14:48:59 -04:00
uuid libuuid: Close all file descriptors before running uuidd 2009-04-15 13:12:56 -04:00
Makefile.bsd-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.checker Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.darwin-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.elf-lib Install with relative symlinks if $(root_libdir) == $(libdir) 2008-09-07 03:17:22 -04:00
Makefile.library Fix parallel build problem 2008-05-11 20:34:12 -04:00
Makefile.profile Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.solaris-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
fpopen.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00