summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2017-10-27xfs: scrub symbolic linksDarrick J. Wong4-0/+99
2017-10-27xfs: scrub extended attributesDarrick J. Wong4-0/+272
2017-10-27xfs: scrub directory freespaceDarrick J. Wong1-0/+495
2017-10-27xfs: scrub directory metadataDarrick J. Wong5-0/+368
2017-10-27xfs: scrub directory/attribute btreesDarrick J. Wong2-0/+646
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong4-1/+385
2017-10-27xfs: scrub inodesDarrick J. Wong5-2/+686
2017-10-27xfs: scrub refcount btreesDarrick J. Wong4-0/+107
2017-10-27xfs: scrub rmap btreesDarrick J. Wong4-0/+146
2017-10-27xfs: scrub inode btreesDarrick J. Wong5-0/+380
2017-10-27xfs: scrub free space btreesDarrick J. Wong5-0/+134
2017-10-27xfs: scrub the AGIDarrick J. Wong4-2/+93
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong5-6/+220
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong4-0/+337
2017-10-27xfs: create helpers to scan an allocation groupDarrick J. Wong4-0/+214
2017-10-27xfs: scrub btree keys and recordsDarrick J. Wong2-1/+154
2017-10-27xfs: scrub the shape of a metadata btreeDarrick J. Wong1-5/+253
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong4-0/+351
2017-10-27xfs: create helpers to record and deal with scrub problemsDarrick J. Wong3-0/+428
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong5-0/+147
2017-10-27xfs: dispatch metadata scrub subcommandsDarrick J. Wong3-1/+262
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong5-0/+182