summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-10/+5Star
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-5/+6
* 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/+1Star
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-4/+4
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-161-1/+1
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+67
* xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong2018-01-181-2/+334
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+1
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+2
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+14
* xfs: scrub refcount btreesDarrick J. Wong2017-10-271-0/+99