summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-32/+30Star
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-39/+39
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-41/+41
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+1
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-161-0/+3
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-161-0/+1
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-181-0/+6
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+8
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+4
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-0/+11
* xfs: scrub quota informationDarrick J. Wong2017-10-271-0/+9
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+15
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-271-0/+1
* xfs: scrub symbolic linksDarrick J. Wong2017-10-271-0/+1
* xfs: scrub extended attributesDarrick J. Wong2017-10-271-0/+2
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+1
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+3
* xfs: scrub inodesDarrick J. Wong2017-10-271-0/+2
* xfs: scrub refcount btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub rmap btreesDarrick J. Wong2017-10-271-0/+1
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+2
* xfs: scrub free space btreesDarrick J. Wong2017-10-271-0/+2
* xfs: scrub the AGIDarrick J. Wong2017-10-271-0/+1
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-0/+2
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+1
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-271-0/+21
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-271-0/+1
* xfs: dispatch metadata scrub subcommandsDarrick J. Wong2017-10-271-0/+24
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+25