summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_health.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-0/+3
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-1/+1
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig1-25/+11
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-0/+1
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong1-12/+20
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong1-0/+1
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong1-0/+39
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong1-0/+38
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong1-0/+26
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong1-0/+17
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong1-0/+65
2024-02-22xfs: report health of inode link countsDarrick J. Wong1-0/+1
2024-02-22xfs: report the health of quota countsDarrick J. Wong1-0/+1
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-2/+6
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-04xfs: introduce new v5 bulkstat structureDarrick J. Wong1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-4/+0
2019-04-15xfs: report inode health via bulkstatDarrick J. Wong1-0/+34
2019-04-15xfs: report AG health via AG geometry ioctlDarrick J. Wong1-0/+36
2019-04-15xfs: report fs and rt health via geometry structureDarrick J. Wong1-0/+56
2019-04-15xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong1-0/+74
2019-04-15xfs: track metadata health statusDarrick J. Wong1-0/+192