aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rmap.c
AgeCommit message (Expand)Author
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with refcount btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: check for reverse mapping records that could be mergedDarrick J. Wong
2023-04-11xfs: check overlapping rmap btree recordsDarrick J. Wong
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong
2023-04-11xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick 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-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-06-02xfs: remove agno from btree cursorDave Chinner
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
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-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick 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 rmap btreesDarrick J. Wong