aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti1-2/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-10/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-10/+5
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-5/+6
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-35/+35
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-8/+8
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-57/+57
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong1-4/+4
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+1
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+67
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+1
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+2
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+14
2017-10-26xfs: scrub refcount btreesDarrick J. Wong1-0/+99