e2fsprogs/debugfs
Theodore Ts'o f5fa20078b Add support for EXT2_FEATURE_COMPAT_LAZY_BG
This feature is initially intended for testing purposes; it allows an
ext2/ext3 developer to create very large filesystems using sparse files
where most of the block groups are not initialized and so do not require
much disk space.  Eventually it could be used as a way of speeding up
mke2fs and e2fsck for large filesystem, but that would be best done by 
adding an RO_COMPAT extension to the filesystem to allow the inode table
to be lazily initialized on a per-block basis, instead of being entirely initialized
or entirely unused on a per-blockgroup basis.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-08 20:17:26 -04:00
..
ChangeLog Add support for EXT2_FEATURE_COMPAT_LAZY_BG 2006-05-08 20:17:26 -04:00
Makefile.in Update "make depend" information. Fixes SMP parallel build problem. 2005-05-06 09:37:58 -04:00
debug_cmds.ct New debugfs command: set_current_time 2005-09-24 21:56:38 -04:00
debugfs.8.in Add an option to debugfs to open filesystems in exclusive mode 2006-03-18 19:58:13 -05:00
debugfs.c Add support for EXT2_FEATURE_COMPAT_LAZY_BG 2006-05-08 20:17:26 -04:00
debugfs.h Fix various gcc -Wall complaints. 2005-12-10 21:50:30 -05:00
dump.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
htree.c Add handling for invalid option characters in debugfs subcommands 2006-04-27 20:59:42 -04:00
icheck.c Fix debugfs's icheck to correctly report the owner of an EA block 2006-03-08 18:22:06 -05: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 Fix various gcc -Wall complaints. 2005-12-10 21:50:30 -05:00
ls.c Add handling for invalid option characters in debugfs subcommands 2006-04-27 20:59:42 -04:00
lsdel.c New debugfs command: set_current_time 2005-09-24 21:56:38 -04:00
ncheck.c Fix gcc -Wall nitpicks 2003-12-07 01:28:50 -05:00
set_fields.c New debugfs command: set_current_time 2005-09-24 21:56:38 -04:00
unused.c Fix format statements to make e2fsprogs programs 32-bit clean 2006-03-18 21:43:46 -05:00
util.c New debugfs command: set_current_time 2005-09-24 21:56:38 -04:00