summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: check directory name validityDarrick J. Wong2019-02-121-0/+6
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-44/+44
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-9/+9
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-85/+85
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-161-8/+27
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-1/+1
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-181-8/+30
* xfs: scrub in-core metadataDarrick J. Wong2018-01-181-0/+4
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-181-1/+1
* xfs: fix uninitialized return values in scrub codeDarrick J. Wong2017-11-091-1/+1
* xfs: refactor the directory data block bestfree checksDarrick J. Wong2017-11-091-15/+5Star
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-7/+7
* xfs: scrub extended attribute leaf spaceDarrick J. Wong2017-11-011-1/+1
* xfs: scrub directory freespaceDarrick J. Wong2017-10-271-0/+495
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+331