summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't iunlock unlocked inodesDarrick J. Wong2018-01-181-1/+2
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-181-0/+10
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-12/+56
* xfs: factor out scrub input checkingEric Sandeen2018-01-081-31/+44
* xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen2018-01-081-25/+28
* fs: xfs: remove duplicate includesPravin Shedge2017-12-091-1/+0Star
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: scrub quota informationDarrick J. Wong2017-10-271-0/+12
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+10
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-271-0/+4
* xfs: scrub symbolic linksDarrick J. Wong2017-10-271-0/+4
* xfs: scrub extended attributesDarrick J. Wong2017-10-271-0/+8
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+4
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+12
* xfs: scrub inodesDarrick J. Wong2017-10-271-2/+16
* xfs: scrub refcount btreesDarrick J. Wong2017-10-271-0/+5
* xfs: scrub rmap btreesDarrick J. Wong2017-10-271-0/+5
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+9
* xfs: scrub free space btreesDarrick J. Wong2017-10-271-0/+8
* xfs: scrub the AGIDarrick J. Wong2017-10-271-0/+4
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-0/+8
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+4
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-271-0/+4
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-271-0/+29
* xfs: dispatch metadata scrub subcommandsDarrick J. Wong2017-10-271-1/+195
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+54