mbox series

[GIT,PULL] ext4 bug fixes for v6.4-rc1

Message ID 20230430180828.GA584597@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for v6.4-rc1 | 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 30, 2023, 6:08 p.m. UTC
The following changes since commit 519fe1bae7e20fc4e7f179d50b6102b49980e85d:

  ext4: Add a uapi header for ext4 userspace APIs (2023-04-19 23:39:42 -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 d4fab7b28e2f5d74790d47a8d298da0abfb5132f:

  ext4: clean up error handling in __ext4_fill_super() (2023-04-28 12:56:40 -0400)

----------------------------------------------------------------
Some ext4 regression and bug fixes for -rc1

----------------------------------------------------------------
Nathan Chancellor (1):
      ext4: fix unused iterator variable warnings

Theodore Ts'o (3):
      ext4: fix lost error code reporting in __ext4_fill_super()
      ext4: reflect error codes from ext4_multi_mount_protect() to its callers
      ext4: clean up error handling in __ext4_fill_super()

Ye Bin (1):
      ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline

Zhihao Cheng (1):
      ext4: fix i_disksize exceeding i_size problem in paritally written case

 fs/ext4/extents.c |  3 ++-
 fs/ext4/inode.c   |  3 +++
 fs/ext4/mmp.c     |  9 ++++++++-
 fs/ext4/super.c   | 77 +++++++++++++++++++++++++++++++++++++++++++----------------------------------
 4 files changed, 56 insertions(+), 36 deletions(-)

Comments

pr-tracker-bot@kernel.org May 1, 2023, 7:25 p.m. UTC | #1
The pull request you sent on Sun, 30 Apr 2023 14:08:28 -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/06936aaf490ff55dd5787375a83d6e486bccc397

Thank you!