All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Developers List <linux-kernel@vger.kernel.org>,
	Ext4 Developers List <linux-ext4@vger.kernel.org>
Subject: [GIT PULL] ext4 updates for 6.5-rc3
Date: Sun, 23 Jul 2023 08:31:30 -0400	[thread overview]
Message-ID: <20230723123130.GA10840@mit.edu> (raw)

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

             reply	other threads:[~2023-07-23 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23 12:31 Theodore Ts'o [this message]
2023-07-23 18:44 ` [GIT PULL] ext4 updates for 6.5-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230723123130.GA10840@mit.edu \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.