summaryrefslogtreecommitdiffstats
tag nameindirect-health-reporting_2020-11-29 (6fb49c4c880a924e418d445c01755c6c1fef99a7)
tag date2020-11-29 22:50:56 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit a8d1b6bda1...
downloadxfs-linux-indirect-health-reporting_2020-11-29.tar.gz
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.