summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/health.h
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong1-0/+2
Skip cross-referencing with a btree if the health report tells us that it's known to be bad. This should reduce the dmesg spew considerably. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong1-0/+12
Now that we have the ability to track sick metadata in-core, make scrub and repair update those health assessments after doing work. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>