summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-32/+30
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-39/+39
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-41/+41
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong1-0/+1
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+3
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong1-0/+1
2018-01-18xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+6
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+8
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+4
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-0/+11
2017-10-27xfs: scrub quota informationDarrick J. Wong1-0/+9
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+15
2017-10-27xfs: scrub directory parent pointersDarrick J. Wong1-0/+1
2017-10-27xfs: scrub symbolic linksDarrick J. Wong1-0/+1
2017-10-27xfs: scrub extended attributesDarrick J. Wong1-0/+2
2017-10-27xfs: scrub directory metadataDarrick J. Wong1-0/+1
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong1-0/+3
2017-10-27xfs: scrub inodesDarrick J. Wong1-0/+2
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-0/+1
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-0/+1
2017-10-27xfs: scrub inode btreesDarrick J. Wong1-0/+2
2017-10-27xfs: scrub free space btreesDarrick J. Wong1-0/+2
2017-10-27xfs: scrub the AGIDarrick J. Wong1-0/+1
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong1-0/+2
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong1-0/+1
2017-10-27xfs: create helpers to scan an allocation groupDarrick J. Wong1-0/+21
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong1-0/+1
2017-10-27xfs: dispatch metadata scrub subcommandsDarrick J. Wong1-0/+24
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+25