summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/refcount.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong1-0/+12
2023-12-15xfs: repair refcount btreesDarrick J. Wong1-1/+1
2023-04-20xfs: fix duplicate includesDave Chinner1-3/+1
2023-04-12xfs: flag refcount btree records that could be mergedDarrick J. Wong1-0/+44
2023-04-12xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong1-0/+21
2023-04-12xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong1-5/+90
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-4/+4
2023-04-12xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong1-11/+3
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+2
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+2
2023-04-12xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong1-1/+4
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-11-17xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong1-6/+6
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong1-2/+2
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong1-6/+4
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong1-13/+10
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong1-30/+24
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong1-3/+2
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-0/+2
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-4/+3
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-1/+1
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+2
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2020-11-11xfs: 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-07xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti1-2/+1
2019-06-29xfs: 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-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong1-4/+4
2018-05-16xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+1
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+67
2018-01-18xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+1
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+2
2018-01-18xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+14
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-0/+99