]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: call GETFSMAP for each rt group in parallel
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:10 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:17 +0000 (15:49 -0700)
commit4bcb010d8c1b90162d9cb5ad0a3d8ab79961ec07
treefc3e774451052fa5dff6e2eb48fbe995dad2d0b7
parent0a99b48199029c0e4923f4868d85f95350aee07c
xfs_scrub: call GETFSMAP for each rt group in parallel

If realtime groups are enabled, we should take advantage of the sharding
to speed up the spacemap scans.  Do so by issuing per-rtgroup GETFSMAP
calls.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
scrub/spacemap.c