summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/parent.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-8/+0Star
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-1/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-3/+3
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-30/+30
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-4/+4
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-31/+31
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-161-2/+14
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-161-0/+3
* xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong2018-03-241-1/+11
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-181-3/+3
* xfs: harden directory integrity checks some moreDarrick J. Wong2018-01-091-1/+1
* xfs: fix uninitialized return values in scrub codeDarrick J. Wong2017-11-091-2/+2
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-271-0/+317