Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-16 | xfs: scrub should only cross-reference with healthy btrees | Darrick J. Wong | |
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-16 | xfs: scrub/repair should update filesystem metadata health | Darrick J. Wong | |
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> |