summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-111-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-071-2/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-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-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