Go to file
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
.github/workflows ci.yml: upload *.failed test failure artifacts 2024-04-18 00:59:05 -04:00
config config: update config.{guess,sub} 2024-04-27 00:37:13 -04:00
contrib AOSP: e2fsdroid: disable asan leak detection 2024-05-20 13:13:56 -04:00
debian debian: enable Salsa Continuous Integration testing 2024-08-23 17:40:38 -04:00
debugfs Update makefile dependencies 2024-05-20 15:57:08 -04:00
doc Update release notes, etc., for the 1.47.1 release 2024-05-20 15:57:09 -04:00
e2fsck e2fsck: don't skip checks if the orphan file is present in the filesystem 2024-10-24 19:21:22 -04:00
ext2ed Fix various spelling typos 2023-01-26 10:47:04 -05:00
include misc/mk_hugefiles: simplify get_partition_start() 2023-01-27 12:38:31 -05:00
install-utils Remove Changelog files since they're not used after the git migration 2007-07-08 08:50:41 -04:00
lib Fix implicit my_llseek declaration error when targeting musl libc 2024-10-24 19:01:38 -04:00
misc tune2fs: only set the superblock as dirty if the default group is modified 2024-10-24 22:07:55 -04:00
po po: update zh_CN.po (from translationproject.org) 2024-05-01 00:34:15 -04:00
resize resize2fs: check number of group descriptors only if meta_bg is disabled 2024-10-24 22:56:21 -04:00
scrub e2scrub: test for the presence of systemd using test -e /run/systemd/system 2024-04-30 23:54:26 -04:00
tests tests: new test to check that the orphan file is cleaned up 2024-10-24 19:21:22 -04:00
util AOSP: Android: define HAVE_GETMNTINFO on macOS 2024-05-20 11:11:45 -04:00
.gitignore misc: add e2mmpstatus utility via dumpe2fs 2018-06-22 18:22:37 -04:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist Update release notes, etc., for the 1.46.2 release 2021-02-28 21:46:44 -05:00
ABOUT-NLS Update gettext files to version 0.19.8 2020-11-25 11:55:46 -05:00
acinclude.m4 configure: don't fail if /usr/include/sys/mount.h does not exist 2019-11-13 13:55:29 -05:00
aclocal.m4 configure: regenerate 2023-01-27 12:33:59 -05:00
Android.bp AOSP: Mostly restore -Werror for macOS build 2024-05-20 11:13:47 -04:00
CleanSpec.mk AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partition 2018-06-27 23:51:40 -04:00
configure configure: add SIZEOF_TIME_T to public_config.h 2024-10-24 18:41:19 -04:00
configure.ac configure: add SIZEOF_TIME_T to public_config.h 2024-10-24 18:41:19 -04:00
depfix.sed Build the fuzzers from oss-fuzz 2022-08-09 19:45:07 -04:00
e2fsprogs.lsm Update release notes, etc., for the 1.47.1 release 2024-05-20 15:57:09 -04:00
e2fsprogs.spec Update release notes, etc., for the 1.47.1-rc1 release 2024-04-27 22:50:06 -04:00
INSTALL Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
INSTALL.elfbin Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
Makefile.in Build the fuzzers from oss-fuzz 2022-08-09 19:45:07 -04:00
MCONFIG.in Merge remote-tracking branch 'josch/libarchive' into josch-libarchive 2024-04-18 15:02:49 -04:00
NOTICE e2fsprogs: fix Free Software Foundation address 2018-04-19 11:39:09 -04:00
README Update release notes, etc., for the 1.47.1-rc1 release 2024-04-27 22:50:06 -04:00
RELEASE-NOTES Update release notes, etc., for the 1.47.0 release 2023-02-06 22:31:53 -05:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
SUBMITTING-PATCHES Added SUBMITTING-PATCHES file 2005-07-05 22:30:13 -05:00
version.h Update release notes, etc., for the 1.47.1 release 2024-05-20 15:57:09 -04:00
wordwrap.pl Fix wordwrap.pl so it is more portable 2012-09-21 12:50:04 -04:00

	This is the new version (1.47.1) of the second extended file
system management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://e2fsprogs.sourceforge.net

	The INSTALL file has instructions on building and installing
e2fsprogs.  Provisions for building Red Hat RPMs and Debian dpkg files
are supplied as well.

	In case of bugs in these programs, please contact Ted Ts'o at
tytso@mit.edu or tytso@alum.mit.edu.  See the e2fsck man page for
suggestions of what sort of information to include when submitting bug
reports for these programs.