summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.c
AgeCommit message (Expand)Author
2022-11-09xfs: repair the rmapbtDarrick J. Wong
2022-11-09xfs: connect in-memory btrees to xfilesin-memory-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: repair summary countersrepair-fscounters_2022-11-09Darrick J. Wong
2022-11-09xfs: remove XCHK_REAPING_DISABLED from scrubDarrick J. Wong
2022-11-09xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2022-11-09xfs: update health status if we get a clean bill of healthindirect-health-reporting_2022-11-09Darrick J. Wong
2022-11-09xfs: teach repair to fix file nlinksscrub-nlinks_2022-11-09Darrick J. Wong
2022-11-09xfs: track file link count updates during live nlinks fsckDarrick J. Wong
2022-11-09xfs: teach scrub to check file nlinksDarrick J. Wong
2022-11-09xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-11-09Darrick J. Wong
2022-11-09xfs: track quota updates during live quotacheckDarrick J. Wong
2022-11-09xfs: implement live quotacheck inode scanDarrick J. Wong
2022-11-09xfs: repair quotasrepair-quota_2022-11-09Darrick J. Wong
2022-11-09xfs: online repair of realtime bitmapsDarrick J. Wong
2022-11-09xfs: repair problems in CoW forksrepair-file-mappings_2022-11-09Darrick J. Wong
2022-11-09xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2022-11-09xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-11-09xfs: repair inode recordsDarrick J. Wong
2022-11-09xfs: repair refcount btreesrepair-ag-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: repair inode btreesDarrick J. Wong
2022-11-09xfs: repair free space btreesDarrick J. Wong
2022-11-09xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild_2022-11-09Darrick J. Wong
2022-11-09xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2022-11-09xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2022-11-09Darrick J. Wong
2022-11-09xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2022-11-09xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2022-11-09xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-11-09xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong
2022-11-09xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong
2022-11-09xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-11-09Darrick J. Wong
2022-11-09xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2022-11-09xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2022-11-09xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2020-03-26xfs: prohibit fs freezing when using empty transactionsxfs-5.7-merge-8Darrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-30xfs: add online scrub for superblock countersxfs-5.2-merge-3Darrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong