[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180530125118.25274-1-jack@suse.cz>
Date: Wed, 30 May 2018 14:51:08 +0200
From: Jan Kara <jack@...e.cz>
To: Ted Tso <tytso@....edu>
Cc: <linux-ext4@...r.kernel.org>, Jan Kara <jack@...e.cz>
Subject: [PATCH 0/10] e2fsprogs: Handle s_inodes_count overflow better
Hello,
this series fixes several issues related to resize2fs overflowing
s_inodes_count. Patches 1 and 2 fix overflows of s_inodes_count in libext2fs.
Patch 3 is a small cleanup in resize2fs. Patch 4 fixes a bug in libext2fs where
we could inadvertedly create a filesystem with both resize_inode and meta_bg
features enabled. Patches 5-9 make it possible for ext2fs_open() to open
a filesystem with overflown s_inodes_count and fix it up using debugfs /
e2fsck. Patch 10 fixes ugly output from e2fsck.
Honza
Powered by blists - more mailing lists