diff options
author | Jan Kara <jack@suse.cz> | 2018-05-25 18:51:25 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-05-25 18:51:25 +0200 |
commit | 4f2f76f751433908364ccff82f437a57d0e6e9b7 (patch) | |
tree | 0b46191e9c1550811dbe0b02aa7818c04244d3bb /fs/ext4/ext4_jbd2.c | |
parent | ext4: correctly handle a zero-length xattr with a non-zero e_value_offs (diff) | |
download | linux-4f2f76f751433908364ccff82f437a57d0e6e9b7.tar.xz linux-4f2f76f751433908364ccff82f437a57d0e6e9b7.zip |
ext4: fix fencepost error in check for inode count overflow during resize
ext4_resize_fs() has an off-by-one bug when checking whether growing of
a filesystem will not overflow inode count. As a result it allows a
filesystem with 8192 inodes per group to grow to 64TB which overflows
inode count to 0 and makes filesystem unusable. Fix it.
Cc: stable@vger.kernel.org
Fixes: 3f8a6411fbada1fa482276591e037f3b1adcf55b
Reported-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Diffstat (limited to 'fs/ext4/ext4_jbd2.c')
0 files changed, 0 insertions, 0 deletions