diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-05-08 20:17:26 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-05-08 20:17:26 -0400 |
commit | f5fa20078bfc05b554294fe9c5505375d7913e8c (patch) | |
tree | f51fd572f2a76eaab495e7559ba40dee09067dd2 /misc/ChangeLog | |
parent | 49c6b4e9472f53c252126f1c9a5a6e9629967d1f (diff) | |
download | e2fsprogs-f5fa20078bfc05b554294fe9c5505375d7913e8c.tar.gz |
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>
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r-- | misc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 605928a9..0cb03895 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,14 @@ +2006-05-08 Theodore Tso <tytso@mit.edu> + + * mke2fs.c (write_inode_tables, setup_lazy_bg, main): Add support + for the COMPAT_LAZY_BG feature. This is currently + intended for debugging purposes only, as a way to create + very large filesystems stored on sparse files for testing + purposes. + + * dumpe2fs.c (list_desc): Print out the block group flags if they + are set. + 2006-04-22 Theodore Ts'o <tytso@mit.edu> * filefrag.c: Make filefrag 32-bit clean, so that it works on |