summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong1-29/+35
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner1-6/+6
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: convert mount flags to featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-3/+0
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-6/+5
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong1-12/+19
2021-03-26xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong1-1/+1
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong1-0/+9
2019-11-08xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-20/+0
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-0/+6
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong1-0/+2
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong1-0/+4
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong1-3/+3
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-4/+4
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong1-13/+18
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-13/+0
2018-08-10xfs: repair the AGIDarrick J. Wong1-1/+1
2018-08-10xfs: repair the AGFLDarrick J. Wong1-1/+1
2018-08-10xfs: repair the AGFDarrick J. Wong1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-4/+4
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-5/+5
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-27/+27
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-68/+74
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: repair superblocksDarrick J. Wong1-1/+1
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong1-7/+131
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong1-2/+2
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong1-0/+4
2018-01-18xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-18xfs: set up scrub cross-referencing helpersDarrick J. Wong1-0/+10
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-12/+56
2018-01-08xfs: factor out scrub input checkingEric Sandeen1-31/+44
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen1-25/+28
2017-12-09fs: xfs: remove duplicate includesPravin Shedge1-1/+0
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-10-27xfs: scrub quota informationDarrick J. Wong1-0/+12
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+10
2017-10-27xfs: scrub directory parent pointersDarrick J. Wong1-0/+4
2017-10-27xfs: scrub symbolic linksDarrick J. Wong1-0/+4
2017-10-27xfs: scrub extended attributesDarrick J. Wong1-0/+8
2017-10-27xfs: scrub directory metadataDarrick J. Wong1-0/+4
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong1-0/+12
2017-10-27xfs: scrub inodesDarrick J. Wong1-2/+16
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-0/+5
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-0/+5