Whamcloud - gitweb
e2fsck: add support for dir_data feature
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 13 Apr 2012 19:39:26 +0000 (13:39 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Aug 2012 06:10:09 +0000 (00:10 -0600)
commit42f7b19307e6d1f6e6727f6de43e49b263fd28e2
tree48f70d7ae8f7b70b55780e630db7f4099e7b94b9
parentdaa5c2a72c8005026fed281db8f360296c7194c9
e2fsck: add support for dir_data feature

Add support for the INCOMPAT_DIRDATA feature, which allows
storing extra data in the directory entry beyond the name.
This allows the Lustre File IDentifier to be accessed in
an efficient manner, and would be useful for expanding a
filesystem to allow more than 2^32 inodes in the future.

Signed-off-by: Pravin Shelar <pravin@clusterfs.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
13 files changed:
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/rehash.c
lib/ext2fs/dirblock.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/ext2fs.h
lib/ext2fs/link.c
lib/ext2fs/newdir.c
misc/mke2fs.c
misc/tune2fs.c