mbox series

[GIT,PULL] XFS fixes for v6.14-rc6

Message ID tdyusv26cmphdeo26jil4kfz2nokkf34m3mchl62xpf3rui3i7@z4agwzsfdghd (mailing list archive)
State New
Headers show
Series [GIT,PULL] XFS fixes for v6.14-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc6

Message

Carlos Maiolino March 3, 2025, 9:18 a.m. UTC
Hello Linus,

Could you please pull patches included in the tag below?

An attempt merge against your current TOT has been successful.

This contains just a few cleanups.

Thanks,
Carlos

The following changes since commit 2d873efd174bae9005776937d5ac6a96050266db:

  xfs: flush inodegc before swapon (2025-02-14 09:40:35 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc6

for you to fetch changes up to 9b47d37496e2669078c8616334e5a7200f91681a:

  xfs: remove the XBF_STALE check from xfs_buf_rele_cached (2025-02-25 13:05:59 +0100)

----------------------------------------------------------------
Signed-off-by: Carlos Maiolino <cem@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (4):
      xfs: reduce context switches for synchronous buffered I/O
      xfs: decouple buffer readahead from the normal buffer read path
      xfs: remove most in-flight buffer accounting
      xfs: remove the XBF_STALE check from xfs_buf_rele_cached

 fs/xfs/xfs_buf.c         | 182 ++++++++++++++++-------------------------------
 fs/xfs/xfs_buf.h         |   7 +-
 fs/xfs/xfs_buf_mem.c     |   2 +-
 fs/xfs/xfs_log_recover.c |   2 +-
 fs/xfs/xfs_mount.c       |   7 +-
 fs/xfs/xfs_rtalloc.c     |   2 +-
 fs/xfs/xfs_trace.h       |   1 +
 7 files changed, 71 insertions(+), 132 deletions(-)

Comments

pr-tracker-bot@kernel.org March 3, 2025, 5:57 p.m. UTC | #1
The pull request you sent on Mon, 3 Mar 2025 10:18:25 +0100:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc6

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

Thank you!