aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong1-0/+20
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-5/+3
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-18/+7
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-86/+86
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-16/+16
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-159/+159
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-65/+13
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong1-3/+1
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+2
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-3/+3
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong1-0/+3
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+25
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-2/+66
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+27
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong1-0/+33
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+96
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-1/+62
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong1-0/+16
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-17/+0
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong1-2/+61
2017-10-26xfs: scrub the AGIDarrick J. Wong1-0/+85
2017-10-26xfs: scrub AGF and AGFLDarrick J. Wong1-0/+184
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong1-0/+330