summaryrefslogtreecommitdiff
tag namescrub-rtsummary_2020-06-24 (ff8fd398c427812f3646da5d98dddf06452ece5c)
tag date2020-06-24 18:14:00 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit bc8c5193cc...
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.