summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/alloc.c
AgeCommit message (Expand)AuthorLines
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner-4/+3
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong-1/+1
2021-06-02xfs: remove agno from btree cursorDave Chinner-1/+2
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong-3/+2
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner-1/+1
2019-09-23xfs: removed unneeded variableAliasgar Surti-2/+1
2019-06-28xfs: remove unused header filesEric Sandeen-7/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong-3/+1
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing-1/+0
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong-24/+24
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong-7/+7
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong-28/+28
2018-06-06xfs: convert to SPDX license tagsDave Chinner-15/+1
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong-2/+2
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong-0/+1
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong-0/+1
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong-0/+1
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong-0/+45
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong-0/+20
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong-0/+13
2017-10-26xfs: scrub free space btreesDarrick J. Wong-0/+102