[GIT PULL] ext4 bug fixes for 6.12-rc2

From: Theodore Ts'o
Date: Fri Oct 04 2024 - 22:42:36 EST


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-5.12-rc2

for you to fetch changes up to 6121258c2b33ceac3d21f6a221452692c465df88:

ext4: fix off by one issue in alloc_flex_gd() (2024-10-04 17:36:28 -0400)

----------------------------------------------------------------
Fix some ext4 bug fixes and regressions relating to oneline resize and
fast commits.

----------------------------------------------------------------
Baokun Li (1):
ext4: fix off by one issue in alloc_flex_gd()

Luis Henriques (SUSE) (2):
ext4: use handle to mark fc as ineligible in __track_dentry_update()
ext4: mark fc as ineligible using an handle in ext4_xattr_set()

fs/ext4/fast_commit.c | 19 +++++++++++--------
fs/ext4/resize.c | 18 ++++++++++--------
fs/ext4/xattr.c | 3 ++-
3 files changed, 23 insertions(+), 17 deletions(-)