summaryrefslogtreecommitdiff
tag namescrub-rtsummary_2021-03-25 (6f4111693f32e1f6d61f9fc0bc13ccb064f2de33)
tag date2021-03-25 17:10:14 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit dadb7fb152...
xfs: online scrubbing of realtime summary files
This patchset implements an online checker for the realtime summary file. We begin with the xfile code from the repair series, which we use here to build an in-memory copy of the summary information from the ondisk realtime bitmap that can be paged out to disk. Next, we move the rtsummary scrubber stub function into a separate file. The final patch in the series implements the logic to build the rtsummary file and compare it to the existing contents.