e2fsprogs/resize
Jan Kara ad56ccaae8 resize2fs: check number of group descriptors only if meta_bg is disabled
When meta_bg feature is enabled, the total number of group descriptors
is not really limiting the filesystem size. So there's no reason to
check it in that case. This allows resize2fs to resize filesystems past
256TB boundary similarly as the kernel can do it.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://lore.kernel.org/r/20240925171926.11354-1-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2024-10-24 22:56:21 -04:00
..
Android.bp AOSP: Move system_shared_libs into target.bionic clause 2021-07-27 12:31:55 -04:00
extent.c resize2fs: use ext2fs_get_arrayzero() instead of ext2fs_get_array() + memset() 2022-08-11 19:04:09 -04:00
main.c resize2fs: check number of group descriptors only if meta_bg is disabled 2024-10-24 22:56:21 -04:00
Makefile.in Only build resize2fs.static when running "make all-static" 2021-01-23 00:46:04 -05:00
online.c Fix clang warnings on architectures with a 64-bit long 2021-02-11 10:55:21 -05:00
resize2fs.8.in Change "filesystem" to "file system" in the man pages 2021-08-15 19:36:06 -04:00
resize2fs.c resize2fs: mark that the error return is deliberately ignored 2024-05-01 00:20:10 -04:00
resize2fs.h resize2fs: adjust new size of the file system to allow a successful resize 2021-09-30 13:38:56 -04:00
resource_track.c Use mallinfo2 instead of mallinfo if available 2022-04-28 13:13:56 -04:00
sim_progress.c Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
test_extent.c Fix clang warnings on architectures with a 64-bit long 2021-02-11 10:55:21 -05: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