summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-221-0/+12
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-1/+1
* xfs: fix duplicate includesDave Chinner2023-04-201-3/+1
* xfs: flag refcount btree records that could be mergedDarrick J. Wong2023-04-111-0/+44
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-0/+21
* xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong2023-04-111-5/+90
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-4/+4
* xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2023-04-111-11/+3
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+2
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-0/+2
* xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong2023-04-111-1/+4
* 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: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-161-6/+6
* xfs: check record domain when accessing refcount recordsDarrick J. Wong2022-10-311-2/+2
* xfs: refactor domain and refcount checkingDarrick J. Wong2022-10-311-6/+4
* xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong2022-10-311-13/+10
* xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong2022-10-311-30/+24
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-3/+2
* xfs: make is_log_ag() a first class helperDave Chinner2022-07-071-0/+2
* 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: make the record pointer passed to query_range functions 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: 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