summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong
2017-10-26xfs: scrub directory freespaceDarrick J. Wong
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong
2017-10-26xfs: scrub inodesDarrick J. Wong
2017-10-26xfs: scrub refcount btreesDarrick J. Wong
2017-10-26xfs: scrub rmap btreesDarrick J. Wong
2017-10-26xfs: scrub inode btreesDarrick J. Wong
2017-10-26xfs: scrub free space btreesDarrick J. Wong
2017-10-26xfs: scrub the AGIDarrick J. Wong
2017-10-26xfs: scrub AGF and AGFLDarrick J. Wong
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong
2017-10-26xfs: create helpers to scan an allocation groupDarrick J. Wong
2017-10-26xfs: scrub btree keys and recordsDarrick J. Wong
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong
2017-10-26xfs: create helpers to record and deal with scrub problemsDarrick J. Wong
2017-10-26xfs: probe the scrub ioctlDarrick J. Wong
2017-10-26xfs: dispatch metadata scrub subcommandsDarrick J. Wong
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong