public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ext4 updates for 6.5-rc3
@ 2023-07-23 12:31 Theodore Ts'o
  2023-07-23 18:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2023-07-23 12:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Developers List, Ext4 Developers List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-23 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23 12:31 [GIT PULL] ext4 updates for 6.5-rc3 Theodore Ts'o
2023-07-23 18:44 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox