linux_dsm_epyc7002/fs/ext4
Darrick J. Wong e674e5cbd0 ext4: fix block bitmap validation when bigalloc, ^flex_bg
On a bigalloc,^flex_bg filesystem, the ext4_valid_block_bitmap
function fails to convert from blocks to clusters when spot-checking
the validity of the bitmap block that we've just read from disk.  This
causes ext4 to think that the bitmap is garbage, which results in the
block group being taken offline when it's not necessary.  Add in the
necessary EXT4_B2C() calls to perform the conversions.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-05-12 10:17:55 -04:00
..
acl.c
acl.h
balloc.c ext4: fix block bitmap validation when bigalloc, ^flex_bg 2014-05-12 10:17:55 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
ext4_jbd2.c
ext4_jbd2.h
ext4.h ext4: fix block bitmap initialization under sparse_super2 2014-05-12 10:16:06 -04:00
extents_status.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
extents_status.h
extents.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
file.c ext4: fix locking for O_APPEND writes 2014-04-21 14:37:52 -04:00
fsync.c
hash.c
ialloc.c
indirect.c
inline.c
inode.c ext4: fix data integrity sync in ordered mode 2014-05-12 08:12:25 -04:00
ioctl.c
Kconfig
Makefile
mballoc.c ext4: silence sparse check warning for function ext4_trim_extent 2014-04-12 23:01:28 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
namei.c ext4: remove obsoleted check 2014-04-21 14:38:14 -04:00
page-io.c ext4: fix data integrity sync in ordered mode 2014-05-12 08:12:25 -04:00
resize.c
super.c ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem 2014-05-12 10:06:27 -04:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c ext4: avoid unneeded lookup when xattr name is invalid 2014-05-12 09:57:59 -04:00
xattr.h