xfs: online repair of realtime summaries
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:33 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:58:49 +0000 (14:58 -0700)
commitabf039e2e4afde98e448253f9a7ecc784a87924d
tree327aad3e389a2389565f9e77178783c47c50aae3
parent56596d8bffd2f3c80d9844835e6c118d89b67ca9
xfs: online repair of realtime summaries

Repair the realtime summary data by constructing a new rtsummary file in
the scrub temporary file, then atomically swapping the contents.

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