kernel_optimize_test/fs/ext4
Theodore Ts'o 345c0dbf3a ext4: protect journal inode's blocks using block_validity
Add the blocks which belong to the journal inode to block_validity's
system zone so attempts to deallocate or overwrite the journal due a
corrupted file system where the journal blocks are also claimed by
another inode.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=202879
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
2019-04-09 23:37:08 -04:00
..
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c ext4: protect journal inode's blocks using block_validity 2019-04-09 23:37:08 -04:00
dir.c
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h Miscellaneous ext4 bug fixes for 5.1. 2019-03-24 13:41:37 -07:00
ext4.h ext4: remove incorrect comment for NEXT_ORPHAN() 2019-04-06 18:53:05 -04:00
extents_status.c ext4: use BUG() instead of BUG_ON(1) 2019-04-07 12:24:43 -04:00
extents_status.h
extents.c A large number of bug fixes and cleanups. One new feature to allow 2019-03-12 15:03:21 -07:00
file.c ext4: fix data corruption caused by unaligned direct AIO 2019-03-14 23:20:25 -04:00
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c
indirect.c ext4: cleanup bh release code in ext4_ind_remove_space() 2019-03-23 11:56:01 -04:00
inline.c
inode.c ext4: protect journal inode's blocks using block_validity 2019-04-09 23:37:08 -04:00
ioctl.c Miscellaneous ext4 bug fixes for 5.1. 2019-03-24 13:41:37 -07:00
Kconfig A large number of bug fixes and cleanups. One new feature to allow 2019-03-12 15:03:21 -07:00
Makefile
mballoc.c ext4: make sanity check in mballoc more strict 2019-04-06 18:33:06 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c
page-io.c A large number of bug fixes and cleanups. One new feature to allow 2019-03-12 15:03:21 -07:00
readpage.c ext4: fix prefetchw of NULL page 2019-04-07 11:54:27 -04:00
resize.c ext4: report real fs size after failed resize 2019-03-15 00:22:28 -04:00
super.c Miscellaneous ext4 bug fixes for 5.1. 2019-03-24 13:41:37 -07:00
symlink.c
sysfs.c A large number of bug fixes and cleanups. One new feature to allow 2019-03-12 15:03:21 -07:00
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h