aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-1/+1
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong1-8/+30
2018-01-17xfs: scrub in-core metadataDarrick J. Wong1-0/+4
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong1-1/+1
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong1-15/+5
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-7/+7
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong1-1/+1
2017-10-26xfs: scrub directory freespaceDarrick J. Wong1-0/+495
2017-10-26xfs: scrub directory metadataDarrick J. Wong1-0/+331