]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: scrub the realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:37 +0000 (11:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Sep 2024 21:01:11 +0000 (14:01 -0700)
commit181ee062f30b4c00b40784fd6ac30028d6bd413d
treea8fcf9568c8ed0680876950883b7554d1e433ab8
parent145edc339520d3f7b3c5e94eec8747caf359bb09
xfs: scrub the realtime refcount btree

Add code to scrub realtime refcount btrees.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
13 files changed:
fs/xfs/Makefile
fs/xfs/libxfs/xfs_fs.h
fs/xfs/scrub/bmap.c
fs/xfs/scrub/bmap_repair.c
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/health.c
fs/xfs/scrub/inode.c
fs/xfs/scrub/rtrefcount.c [new file with mode: 0644]
fs/xfs/scrub/scrub.c
fs/xfs/scrub/scrub.h
fs/xfs/scrub/stats.c
fs/xfs/scrub/trace.h