[GIT PULL] ext4 updates for 6.5-rc3
From: Theodore Ts'o
Date: Sun Jul 23 2023 - 08:31:48 EST
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.5-rc3
for you to fetch changes up to 9d3de7ee192a6a253f475197fe4d2e2af10a731f:
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated (2023-07-23 08:21:14 -0400)
----------------------------------------------------------------
Bug and regression fixes for 6.5-rc3 for ext4's mballoc and jbd2's
checkpoint code.
----------------------------------------------------------------
Eric Whitney (1):
ext4: correct inline offset when handling xattrs in inode body
Ojaswin Mujoo (2):
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Zhang Yi (5):
jbd2: recheck chechpointing non-dirty buffer
jbd2: remove t_checkpoint_io_list
jbd2: remove journal_clean_one_cp_list()
jbd2: fix a race when checking checkpoint buffer busy
jbd2: remove __journal_try_to_free_buffer()
Zhihao Cheng (1):
jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
fs/ext4/mballoc.c | 172 +++++++++++++++++++++++++++++++--------
fs/ext4/xattr.c | 14 ++++
fs/jbd2/checkpoint.c | 277 ++++++++++++++++++++++-----------------------------------------
fs/jbd2/commit.c | 3 +-
fs/jbd2/transaction.c | 40 ++-------
include/linux/jbd2.h | 7 +-
include/trace/events/jbd2.h | 12 +--
7 files changed, 262 insertions(+), 263 deletions(-)