mbox series

[GIT,PULL] ext4 bug fixes for 6.12-rc2

Message ID 20241005024221.GA505880@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for 6.12-rc2 | expand

Pull-request

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

Message

Theodore Ts'o Oct. 5, 2024, 2:42 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 5, 2024, 6:07 p.m. UTC | #1
The pull request you sent on Fri, 4 Oct 2024 22:42:21 -0400:

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

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

Thank you!