summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: repair free space btreesDarrick J. Wong2023-12-151-3/+15
* xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong2023-12-151-19/+15
* xfs: flag free space btree records that could be mergedDarrick J. Wong2023-04-111-1/+28
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-0/+1
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-3/+3
* xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong2023-04-111-12/+12
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-3/+1
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-4/+3
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+1
* xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+2
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* xfs: removed unneeded variableAliasgar Surti2019-09-231-2/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+1
* xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-24/+24
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-7/+7
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-28/+28
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-2/+2
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference bnobt records with cntbtDarrick J. Wong2018-01-171-0/+45
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+20
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-171-0/+13
* xfs: scrub free space btreesDarrick J. Wong2017-10-261-0/+102