]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsprogs-uninit.patch
authorAndreas Dilger <adilger@sun.com>
Sat, 2 Feb 2008 08:34:44 +0000 (01:34 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 11 Feb 2008 03:19:12 +0000 (22:19 -0500)
commitdf1d0a8304dc834281d4958a911bef4bf60f3d40
tree4e35dcb696bc35e912135c5b463c49df3a73b244
parentaabce2ffac3dbe15b6310b20f68e0c38447ab5d3
e2fsprogs-uninit.patch

Support for the COMPAT_GDT_CSUM (uninit_groups) feature.

Allows skipping uninitialized inode and block bitmap checks, and
skipping unused parts of the inode table.  Can dramatically speed
up e2fsck on large filesystems where the inode table is mostly
unused.

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: Girish Shilamkar <girish@clusterfs.com>
Signed-off-by: Kalpak Shah <kalpak@clusterfs.com>
44 files changed:
debugfs/debugfs.c
debugfs/set_fields.c
e2fsck/e2fsck.h
e2fsck/journal.c
e2fsck/pass2.c
e2fsck/pass5.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c
e2fsck/unix.c
e2fsck/util.c
lib/e2p/feature.c
lib/ext2fs/Makefile.in
lib/ext2fs/alloc_stats.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/crc16.c [new file with mode: 0644]
lib/ext2fs/crc16.h [new file with mode: 0644]
lib/ext2fs/csum.c [new file with mode: 0644]
lib/ext2fs/ext2_fs.h
lib/ext2fs/ext2fs.h
lib/ext2fs/initialize.c
lib/ext2fs/inode.c
lib/ext2fs/openfs.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/tst_csum.c [new file with mode: 0644]
misc/dumpe2fs.c
misc/mke2fs.8.in
misc/mke2fs.c
misc/tune2fs.8.in
misc/tune2fs.c
resize/main.c
resize/resize2fs.c
tests/f_dupfsblks/expect.1
tests/f_uninit_last_uninit/expect.1 [new file with mode: 0644]
tests/f_uninit_last_uninit/expect.2 [new file with mode: 0644]
tests/f_uninit_last_uninit/name [new file with mode: 0644]
tests/f_uninit_last_uninit/script [new file with mode: 0644]
tests/m_lazy/expect.1 [new file with mode: 0644]
tests/m_lazy/script [new file with mode: 0644]
tests/m_lazy_resize/expect.1 [new file with mode: 0644]
tests/m_lazy_resize/script [new file with mode: 0644]
tests/m_raid_opt/expect.1
tests/m_uninit/expect.1 [new file with mode: 0644]
tests/m_uninit/script [new file with mode: 0644]