mbox series

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

Message ID 172004279580.3366224.3607002379116232640.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/refcount-intent-cleanups-6.11_2024-07-02

Message

Darrick J. Wong July 3, 2024, 9:41 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 ea7b0820d960d5a3ee72bc67cbd8b5d47c67aa4c:

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

are available in the Git repository at:

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

for you to fetch changes up to 783e8a7c9cab6744ebc5dfe75081248ac39181b2:

xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c (2024-07-02 11:37:07 -0700)

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

This series cleans up the refcount 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>

----------------------------------------------------------------
Darrick J. Wong (10):
xfs: give refcount btree cursor error tracepoints their own class
xfs: create specialized classes for refcount tracepoints
xfs: pass btree cursors to refcount btree tracepoints
xfs: clean up refcount log intent item tracepoint callsites
xfs: remove xfs_trans_set_refcount_flags
xfs: add a ci_entry helper
xfs: reuse xfs_refcount_update_cancel_item
xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c

fs/xfs/libxfs/xfs_refcount.c | 150 +++++++++-------------------
fs/xfs/libxfs/xfs_refcount.h |  11 ++-
fs/xfs/xfs_refcount_item.c   | 107 ++++++++++----------
fs/xfs/xfs_refcount_item.h   |   5 +
fs/xfs/xfs_trace.c           |   1 +
fs/xfs/xfs_trace.h           | 229 ++++++++++++++++++++-----------------------
6 files changed, 222 insertions(+), 281 deletions(-)