]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: scrub the realtime rmapbt
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:34 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:07 +0000 (13:06 -0800)
commit9a6cc4f6d081fddc0d5ff96744a2507d3559f949
tree8994ea854e3af67a29cec35740382ba02babbc92
parent428e4884656db965cb0dedc78dcf9a45013fe454
xfs: scrub the realtime rmapbt

Check the realtime reverse mapping btree against the rtbitmap, and
modify the rtbitmap scrub to check against the rtrmapbt.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
13 files changed:
fs/xfs/Makefile
fs/xfs/libxfs/xfs_fs.h
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/health.c
fs/xfs/scrub/inode.c
fs/xfs/scrub/inode_repair.c
fs/xfs/scrub/repair.c
fs/xfs/scrub/rtrmap.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