summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_health.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-221-0/+1
* xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong2024-02-221-12/+20
* xfs: report quota block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+1
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+39
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+38
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+26
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+17
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-221-0/+65
* xfs: report health of inode link countsDarrick J. Wong2024-02-221-0/+1
* xfs: report the health of quota countsDarrick J. Wong2024-02-221-0/+1
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-2/+6
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong2021-06-081-0/+9
* xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-3/+1
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-031-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-141-0/+34
* xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-141-0/+36
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-141-0/+56
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-141-0/+74
* xfs: track metadata health statusDarrick J. Wong2019-04-141-0/+192