]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: add a separate tracepoint for stealing an open zone for GC
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Mar 2026 15:27:24 +0000 (17:27 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 7 Apr 2026 11:28:47 +0000 (13:28 +0200)
commitc2257d9f63bbf7e1f39fb2b5585b21ea7445e18f
tree76eaa658470e6e4fbf285a4cfb4ad8268714fb61
parente771da0727c13ab2cb89ee47f2edcda8b87b2c73
xfs: add a separate tracepoint for stealing an open zone for GC

The case where we have to reuse an already open zone warrants a different
trace point vs the normal opening of a GC zone.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_trace.h
fs/xfs/xfs_zone_gc.c