aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong1-0/+10
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-12/+56
2018-01-08xfs: factor out scrub input checkingEric Sandeen1-31/+44
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen1-25/+28
2017-12-08fs: xfs: remove duplicate includesPravin Shedge1-1/+0
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-10-26xfs: scrub quota informationDarrick J. Wong1-0/+12
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+10
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong1-0/+4
2017-10-26xfs: scrub symbolic linksDarrick J. Wong1-0/+4
2017-10-26xfs: scrub extended attributesDarrick J. Wong1-0/+8
2017-10-26xfs: scrub directory metadataDarrick J. Wong1-0/+4
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong1-0/+12
2017-10-26xfs: scrub inodesDarrick J. Wong1-2/+16
2017-10-26xfs: scrub refcount btreesDarrick J. Wong1-0/+5
2017-10-26xfs: scrub rmap btreesDarrick J. Wong1-0/+5
2017-10-26xfs: scrub inode btreesDarrick J. Wong1-0/+9
2017-10-26xfs: scrub free space btreesDarrick J. Wong1-0/+8
2017-10-26xfs: scrub the AGIDarrick J. Wong1-0/+4
2017-10-26xfs: scrub AGF and AGFLDarrick J. Wong1-0/+8
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong1-0/+4
2017-10-26xfs: create helpers to scan an allocation groupDarrick J. Wong1-0/+4
2017-10-26xfs: probe the scrub ioctlDarrick J. Wong1-0/+29
2017-10-26xfs: dispatch metadata scrub subcommandsDarrick J. Wong1-1/+195
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+54