summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_health.c
AgeCommit message (Expand)Author
2022-10-14xfs: record health problems with the metadata directoryDarrick J. Wong
2022-10-14xfs: support in-memory btreesDarrick J. Wong
2022-10-14xfs: remember sick inodes that get inactivatedDarrick J. Wong
2022-10-14xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2022-10-14xfs: report quota block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-10-14xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2022-10-14xfs: separate the marking of sick and checked metadataDarrick J. Wong
2022-10-14xfs: report health of inode link countsDarrick J. Wong
2022-10-14xfs: report the health of quota countsDarrick J. Wong
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-06-08xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong