aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_health.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-06-08xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong1-0/+9
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-3/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong1-0/+34
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong1-0/+36
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong1-0/+56
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong1-0/+74
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+192