aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig5-6/+6
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-4/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2-10/+10
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong1-1/+1
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong4-24/+238
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-0/+46
2017-10-26xfs: scrub quota informationDarrick J. Wong4-0/+334
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong4-0/+142
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong4-0/+324
2017-10-26xfs: scrub symbolic linksDarrick J. Wong4-0/+99
2017-10-26xfs: scrub extended attributesDarrick J. Wong4-0/+272
2017-10-26xfs: scrub directory freespaceDarrick J. Wong1-0/+495
2017-10-26xfs: scrub directory metadataDarrick J. Wong5-0/+368
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong2-0/+646
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong4-1/+385
2017-10-26xfs: scrub inodesDarrick J. Wong5-2/+686
2017-10-26xfs: scrub refcount btreesDarrick J. Wong4-0/+107
2017-10-26xfs: scrub rmap btreesDarrick J. Wong4-0/+146
2017-10-26xfs: scrub inode btreesDarrick J. Wong5-0/+380
2017-10-26xfs: scrub free space btreesDarrick J. Wong5-0/+134
2017-10-26xfs: scrub the AGIDarrick J. Wong4-2/+93
2017-10-26xfs: scrub AGF and AGFLDarrick J. Wong5-6/+220
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong4-0/+337
2017-10-26xfs: create helpers to scan an allocation groupDarrick J. Wong4-0/+214
2017-10-26xfs: scrub btree keys and recordsDarrick J. Wong2-1/+154
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong1-5/+253
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong4-0/+351
2017-10-26xfs: create helpers to record and deal with scrub problemsDarrick J. Wong3-0/+428
2017-10-26xfs: probe the scrub ioctlDarrick J. Wong5-0/+147
2017-10-26xfs: dispatch metadata scrub subcommandsDarrick J. Wong3-1/+262
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong5-0/+182