xfs: online repair of realtime bitmaps
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:43 +0000 (10:03 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:43 +0000 (10:03 -0800)
commitffd37b22bd2b7cca7749c85a0a08268158903e55
tree484c5b4ed5abceb8b5e78f7012250e7ad19113a9
parenta59eb5fc21b2a6dc160ee6cdf77f20bc186a88fd
xfs: online repair of realtime bitmaps

Fix all the file metadata surrounding the realtime bitmap file, which
includes the rt geometry, file size, forks, and space mappings.  The
bitmap contents themselves cannot be fixed without rt rmap, so that will
come later.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/scrub/repair.h
fs/xfs/scrub/rtbitmap.c
fs/xfs/scrub/rtbitmap.h [new file with mode: 0644]
fs/xfs/scrub/rtbitmap_repair.c [new file with mode: 0644]
fs/xfs/scrub/scrub.c