summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.c
AgeCommit message (Expand)Author
2021-10-22xfs: repair summary countersrepair-hard-problems_2021-10-22Darrick J. Wong
2021-10-22xfs: repair the rmapbtDarrick J. Wong
2021-10-22xfs: introduce online scrub freezeDarrick J. Wong
2021-10-22xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-10-22Darrick J. Wong
2021-10-22xfs: repair dquots based on live quotacheck resultsrepair-quota_2021-10-22Darrick J. Wong
2021-10-22xfs: implement live quotacheck inode scanDarrick J. Wong
2021-10-22xfs: repair quotasDarrick J. Wong
2021-10-22xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2021-10-22xfs: repair damaged symlinksrepair-inodes_2021-10-22Darrick J. Wong
2021-10-22xfs: repair inode block mapsDarrick J. Wong
2021-10-22xfs: repair inode recordsDarrick J. Wong
2021-10-22xfs: repair refcount btreesrepair-ag-btrees_2021-10-22Darrick J. Wong
2021-10-22xfs: repair inode btreesDarrick J. Wong
2021-10-22xfs: repair free space btreesDarrick J. Wong
2021-10-22xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-10-22Darrick J. Wong
2021-10-22xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2021-10-22xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2021-10-22xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-10-22xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick 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
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-08-10xfs: repair the AGIDarrick J. Wong
2018-08-10xfs: repair the AGFLDarrick J. Wong
2018-08-10xfs: repair the AGFDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong