The following changes since commit 919adbfec29d5b89b3e45620653cbeeb0d42e6fd: ext4: fix kernel doc warnings (2022-03-15 17:45:36 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 23e3d7f7061f8682c751c46512718f47580ad8f0: jbd2: fix a potential race while discarding reserved buffers after an abort (2022-04-21 14:21:30 -0400) ---------------------------------------------------------------- Fix some syzbot-detected bugs, as well as other bugs found by I/O injection testing. Change ext4's fallocate to update consistently drop set[ug]id bits when an fallocate operation might possibly change the user-visible contents of a file. Also, improve handling of potentially invalid values in the the s_overhead_cluster superblock field to avoid ext4 returning a negative number of free blocks. ---------------------------------------------------------------- Darrick J. Wong (1): ext4: fix fallocate to use file_modified to update permissions consistently Tadeusz Struk (1): ext4: limit length to bitmap_maxbytes - blocksize in punch_hole Theodore Ts'o (3): ext4: fix overhead calculation to account for the reserved gdt blocks ext4: force overhead calculation if the s_overhead_cluster makes no sense ext4: update the cached overhead value in the superblock Ye Bin (4): ext4: fix symlink file size not match to file content ext4: fix bug_on in start_this_handle during umount filesystem ext4: fix use-after-free in ext4_search_dir jbd2: fix a potential race while discarding reserved buffers after an abort wangjianjian (C) (1): ext4, doc: fix incorrect h_reserved size Documentation/filesystems/ext4/attributes.rst | 2 +- fs/ext4/ext4.h | 7 ++++++- fs/ext4/extents.c | 32 +++++++++++++++++++++++++------- fs/ext4/inode.c | 18 ++++++++++++++++-- fs/ext4/ioctl.c | 16 ++++++++++++++++ fs/ext4/namei.c | 4 ++-- fs/ext4/page-io.c | 4 +++- fs/ext4/super.c | 40 +++++++++++++++++++++++++++++----------- fs/jbd2/commit.c | 4 +++- 9 files changed, 101 insertions(+), 26 deletions(-)