summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/health.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: report directory tree corruption in the health informationDarrick J. Wong1-0/+1
2024-02-22xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig1-44/+10
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-0/+64
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-3/+13
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong1-4/+4
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-0/+1
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-0/+1
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao1-2/+0
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+32
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong1-0/+10
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+2
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-0/+2
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-03-26xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong1-1/+2
2019-11-08xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-8/+0
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+1
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong1-0/+60
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong1-0/+176