aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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