linux_dsm_epyc7002/fs/ext4
Theodore Ts'o 907ea529fc ext4: convert BUG_ON's to WARN_ON's in mballoc.c
If the in-core buddy bitmap gets corrupted (or out of sync with the
block bitmap), issue a WARN_ON and try to recover.  In most cases this
involves skipping trying to allocate out of a particular block group.
We can end up declaring the file system corrupted, which is fair,
since the file system probably should be checked before we proceed any
further.

Link: https://lore.kernel.org/r/20200414035649.293164-1-tytso@mit.edu
Google-Bug-Id: 34811296
Google-Bug-Id: 34639169
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-04-15 23:58:49 -04:00
..
acl.c
acl.h
balloc.c ext4: fix return-value types in several function comments 2020-04-15 23:58:48 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h
ext4_jbd2.c ext4: remove set but not used variable 'es' in ext4_jbd2.c 2020-04-15 23:58:49 -04:00
ext4_jbd2.h
ext4.h
extents_status.c
extents_status.h
extents.c ext4: do not zeroout extents beyond i_disksize 2020-04-15 23:58:48 -04:00
file.c
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c ext4: increase wait time needed before reuse of deleted inode numbers 2020-04-15 23:58:49 -04:00
indirect.c
inline.c
inode-test.c
inode.c ext4: use non-movable memory for superblock readahead 2020-04-15 23:58:48 -04:00
ioctl.c
Kconfig
Makefile
mballoc.c ext4: convert BUG_ON's to WARN_ON's in mballoc.c 2020-04-15 23:58:49 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c
page-io.c
readpage.c
resize.c
super.c ext4: remove set but not used variable 'es' 2020-04-15 23:58:49 -04:00
symlink.c
sysfs.c
truncate.h
verity.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h