e2fsprogs/resize
Theodore Ts'o c89f1b4ca5 resize2fs: Fix double bumping of directory in-use counts
When moving directories into new block groups (which would only happen
when shrinking a filesystem), resize2fs would increase the directory
in-use count by 2 times the necessary value, due to a change in
ext2fs_inode_alloc_stats() made in e2fsprogs 1.26.  This is largely
harmless, but it does result in a filesystem corruption for e2fsck to
fix.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-17 23:20:16 -04:00
..
Makefile.in Add support for on-line resizing to resize2fs 2006-03-17 19:45:45 -05:00
Makefile.pq Many files: 1997-11-14 05:23:04 +00:00
extent.c Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection 2007-12-27 10:08:13 -05:00
main.c resize2fs: Prohibit the combination of flex_bg and !resize_inode 2008-06-17 01:53:53 -04:00
online.c Fix missing space typo's in partinfo and resize2fs 2008-07-17 10:50:26 -04:00
resize2fs.8.in resize2fs: Add options to print (and resizing to) the minimum filesystem size 2008-03-15 01:30:43 -04:00
resize2fs.c resize2fs: Fix double bumping of directory in-use counts 2008-08-17 23:20:16 -04:00
resize2fs.h resize2fs: Add options to print (and resizing to) the minimum filesystem size 2008-03-15 01:30:43 -04:00
sim_progress.c Fix gcc -Wall warnings, especially on 64-bit systems 2007-05-25 11:18:11 -04:00
test_extent.c Fix gcc -Wall warnings in resize2fs 2008-06-07 11:52:33 -04:00
test_extent.in Many files: 1997-06-17 03:52:12 +00:00