summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-35/+35
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-8/+8
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-57/+57
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-4/+4
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-151-1/+1
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+67
* xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong2018-01-171-2/+334
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+2
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-171-0/+14
* xfs: scrub refcount btreesDarrick J. Wong2017-10-261-0/+99