summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create iterator error codesDarrick J. Wong2019-07-021-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-291-7/+0Star
* xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
* xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-121-5/+3Star
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-18/+7Star
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-86/+86
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-16/+16
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-159/+159
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-161-65/+13Star
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-161-3/+1Star
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-161-1/+2
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-121-3/+3
* xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
* xfs: scrub in-core metadataDarrick J. Wong2018-01-181-0/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+25
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-2/+66
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+27
* xfs: cross-reference bnobt records with cntbtDarrick J. Wong2018-01-181-0/+33
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+96
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-1/+62
* xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong2018-01-081-0/+16
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-17/+0Star
* xfs: check the uniqueness of the AGFL entriesDarrick J. Wong2017-11-101-2/+61
* xfs: scrub the AGIDarrick J. Wong2017-10-271-0/+85
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-0/+184
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+330