summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/refcount.c
AgeCommit message (Expand)Author
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-04-20xfs: fix duplicate includesDave Chinner
2023-04-11xfs: flag refcount btree records that could be mergedDarrick J. Wong
2023-04-11xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong
2023-04-11xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong
2017-10-26xfs: scrub refcount btreesDarrick J. Wong