mbox series

[GIT,PULL] ext4 fixes for 5.18-rc4

Message ID YmMsywgKkOpa6dlR@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 fixes for 5.18-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

Message

Theodore Ts'o April 22, 2022, 10:31 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 23, 2022, 1:20 a.m. UTC | #1
The pull request you sent on Fri, 22 Apr 2022 18:31:39 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c00c5e1d157bec0ef0b0b59aa5482eb8dc7e8e49

Thank you!