]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: online repair of the realtime rmap btree
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:10 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:18 +0000 (10:48 +0200)
commit6fcef73f8765b5a495bef8ccb52c123b719ba668
treee93978a2b4e54ba2a02643279c292525bf5a8612
parentc829d84c444ef30108ca4b1d125468b3dc63c590
xfs: online repair of the realtime rmap btree

Repair the realtime rmap btree while mounted.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
12 files changed:
fs/xfs/Makefile
fs/xfs/libxfs/xfs_btree_staging.c
fs/xfs/libxfs/xfs_rtrmap_btree.c
fs/xfs/libxfs/xfs_rtrmap_btree.h
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h
fs/xfs/scrub/rtrmap.c
fs/xfs/scrub/rtrmap_repair.c [new file with mode: 0644]
fs/xfs/scrub/scrub.c
fs/xfs/scrub/trace.h