e2fsprogs/resize
Jan Kara ac94445fc0 resize2fs: make minimum size estimates more reliable for mounted fs
Currently, the estimate of minimum filesystem size is using free blocks
counter in the superblock. The counter generally doesn't get updated
while the filesystem is mounted and thus the estimate is very unreliable
for a mounted filesystem. For some usecases such as automated
partitioning proposal to the user it is desirable that the estimate of
minimum filesystem size is reasonably accurate even for a mounted
filesystem. So use group descriptor counters of free blocks for the
estimate of minimum filesystem size. These get updated together with
block being allocated and so the resulting estimate is more accurate.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-11-10 08:13:53 -05:00
..
Android.bp AOSP: E2fsprogs: fix ODR issue 2019-02-07 22:41:25 -05:00
extent.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
main.c resize2fs: remove bigalloc warning for online resizing 2018-02-27 01:27:10 -05:00
Makefile.in build: use MKDIR_P instead of MKINSTALLDIRS 2018-08-11 15:29:48 -04:00
online.c resize: remove calculation of unused variable 2018-06-24 21:27:42 -04:00
resize2fs.8.in resize2fs: Remove the real kilobytes rant from man page 2018-07-22 15:03:03 -04:00
resize2fs.c resize2fs: make minimum size estimates more reliable for mounted fs 2019-11-10 08:13:53 -05:00
resize2fs.h Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
resource_track.c resize2fs: add resource tracking as a debug option 2013-01-03 09:03:53 -05:00
sim_progress.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
test_extent.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
test_extent.in Many files: 1997-06-17 03:52:12 +00:00
test-resize resize2fs: check in test-resize script 2013-01-16 14:09:21 -05:00