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

From: Theodore Ts'o
Date: Sun Apr 30 2023 - 14:08:38 EST


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(-)