summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-101-5/+3
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti2019-10-061-2/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-10/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-10/+5
* 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/+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