mbox series

[GIT,PULL,10/18] xfs: btree readahead cleanups

Message ID 170873804279.1891722.10129509039878020958.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/18] xfs: repair inode mode by scanning dirs | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/btree-readahead-cleanups-6.9_2024-02-23

Message

Darrick J. Wong Feb. 24, 2024, 1:31 a.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.9-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit 79e72304dcba471e5c0dea2f3c67fe1a0558c140:

xfs: factor out a __xfs_btree_check_lblock_hdr helper (2024-02-22 12:40:59 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/btree-readahead-cleanups-6.9_2024-02-23

for you to fetch changes up to 24f755e4854e0fddb78d18f610bf1b5cb61db520:

xfs: split xfs_buf_rele for cached vs uncached buffers (2024-02-22 12:41:02 -0800)

----------------------------------------------------------------
xfs: btree readahead cleanups [v29.3 10/18]

Minor cleanups for the btree block readahead code.

This has been running on the djcloud for months with no problems.  Enjoy!

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (4):
xfs: remove xfs_btree_reada_bufl
xfs: remove xfs_btree_reada_bufs
xfs: move and rename xfs_btree_read_bufl
xfs: split xfs_buf_rele for cached vs uncached buffers

fs/xfs/libxfs/xfs_bmap.c  | 33 ++++++++++++----
fs/xfs/libxfs/xfs_btree.c | 98 ++++++++---------------------------------------
fs/xfs/libxfs/xfs_btree.h | 36 -----------------
fs/xfs/xfs_buf.c          | 46 ++++++++++++++--------
fs/xfs/xfs_iwalk.c        |  6 ++-
5 files changed, 76 insertions(+), 143 deletions(-)