mbox series

[GIT,PULL,3/4] xfs: rmap log intent cleanups

Message ID 172004279470.3366224.8258582233442951272.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/4] xfs: hoist inode operations to libxfs | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/rmap-intent-cleanups-6.11_2024-07-02

Message

Darrick J. Wong July 3, 2024, 9:40 p.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.11-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 84a3c1576c5aade32170fae6c61d51bd2d16010f:

xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c (2024-07-02 11:37:03 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/rmap-intent-cleanups-6.11_2024-07-02

for you to fetch changes up to ea7b0820d960d5a3ee72bc67cbd8b5d47c67aa4c:

xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c (2024-07-02 11:37:05 -0700)

----------------------------------------------------------------
xfs: rmap log intent cleanups [v3.0 3/4]

This series cleans up the rmap intent code before we start adding
support for realtime devices.  Similar to previous intent cleanup
patchsets, we start transforming the tracepoints so that the data
extraction are done inside the tracepoint code, and then we start
passing the intent itself to the _finish_one function.  This reduces the
boxing and unboxing of parameters.

With a bit of luck, this should all go splendidly.

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

----------------------------------------------------------------
Christoph Hellwig (4):
xfs: add a ri_entry helper
xfs: reuse xfs_rmap_update_cancel_item
xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one

Darrick J. Wong (5):
xfs: give rmap btree cursor error tracepoints their own class
xfs: pass btree cursors to rmap btree tracepoints
xfs: clean up rmap log intent item tracepoint callsites
xfs: remove xfs_trans_set_rmap_flags
xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c

fs/xfs/libxfs/xfs_rmap.c | 268 ++++++++++++++++-------------------------------
fs/xfs/libxfs/xfs_rmap.h |  15 ++-
fs/xfs/xfs_rmap_item.c   | 148 +++++++++++++-------------
fs/xfs/xfs_rmap_item.h   |   4 +
fs/xfs/xfs_trace.c       |   1 +
fs/xfs/xfs_trace.h       | 198 +++++++++++++++++++++++-----------
6 files changed, 321 insertions(+), 313 deletions(-)