summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-1/+10
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-4/+3
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig1-4/+4
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong1-0/+1
2023-04-12xfs: cross-reference rmap records with refcount btreesDarrick J. Wong1-0/+23
2023-04-12xfs: cross-reference rmap records with inode btreesDarrick J. Wong1-0/+35
2023-04-12xfs: cross-reference rmap records with free space btreesDarrick J. Wong1-0/+66
2023-04-12xfs: cross-reference rmap records with ag btreesDarrick J. Wong1-1/+158
2023-04-12xfs: check for reverse mapping records that could be mergedDarrick J. Wong1-0/+52
2023-04-12xfs: check overlapping rmap btree recordsDarrick J. Wong1-2/+72
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong1-21/+24
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-3/+3
2023-04-12xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong1-0/+53
2023-04-12xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-22/+0
2023-04-12xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong1-37/+2
2023-04-12xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong1-6/+5
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+3
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-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-3/+3
2021-08-19xfs: mark the record passed into xchk_btree functions as 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-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-9/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-4/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-15/+15
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-39/+39
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-39/+39
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong1-3/+3
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+37
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+65
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+5
2018-01-18xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+12
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-0/+138