summaryrefslogtreecommitdiff
tag nameindirect-health-reporting_2020-06-01 (b0cc2536961fe86b431936f4fe05e48db38bf44c)
tag date2020-06-01 21:21:34 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 5668e22f4b...
xfs: indirect health reporting
This series enables the XFS health reporting infrastructure to remember indirect health concerns when resources are scarce. For example, if a scrub notices that there's something wrong with an inode's metadata but memory reclaim needs to kill the incore inode, we ought to be able to report that indirect observation in the AGI health report. The first two patches in this series set that up, and the third one provides a means for xfs_scrub to tell the kernel that it can forget the indirect problem report.