summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-151-0/+1
* xfs: cross-reference rmap records with refcount btreesDarrick J. Wong2023-04-111-0/+23
* xfs: cross-reference rmap records with inode btreesDarrick J. Wong2023-04-111-0/+35
* xfs: cross-reference rmap records with free space btreesDarrick J. Wong2023-04-111-0/+66
* xfs: cross-reference rmap records with ag btreesDarrick J. Wong2023-04-111-1/+158
* xfs: check for reverse mapping records that could be mergedDarrick J. Wong2023-04-111-0/+52
* xfs: check overlapping rmap btree recordsDarrick J. Wong2023-04-111-2/+72
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-21/+24
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-3/+3
* xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong2023-04-111-0/+53
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-111-22/+0
* xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2023-04-111-37/+2
* xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2023-04-111-6/+5
* 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: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-3/+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: remove unused header filesEric Sandeen2019-06-281-9/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-4/+1
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-15/+15
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-39/+39
* 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-39/+39
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-3/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+37
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+65
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+5
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-171-0/+12
* xfs: scrub rmap btreesDarrick J. Wong2017-10-261-0/+138