aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-10/+0
2019-02-11xfs: check directory name validityDarrick J. Wong1-0/+6
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-44/+44
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-9/+9
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-85/+85
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong1-8/+27
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