summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong4-8/+10
2023-04-12xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong4-46/+205
2023-04-12xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong5-24/+60
2023-04-12xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong3-84/+57
2023-04-12xfs: simplify xchk_parent_validateDarrick J. Wong1-77/+23
2023-04-12xfs: remove xchk_parent_count_parent_dentriesDarrick J. Wong1-29/+13
2023-04-12xfs: always check the existence of a dirent's child inodeDarrick J. Wong1-45/+28
2023-04-12xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong1-1/+3
2023-04-12xfs: streamline the directory iteration code for scrubDarrick J. Wong5-183/+473
2023-04-12xfs: use the directory name hash function for dir scrubbingDarrick J. Wong1-1/+6
2023-04-12xfs: ensure that single-owner file blocks are not owned by othersDarrick J. Wong1-1/+13
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong8-93/+182
2023-04-12xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong3-42/+62
2023-04-12xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong1-27/+198
2023-04-12xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong1-25/+17
2023-04-12xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong1-2/+0
2023-04-12xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong7-4/+39
2023-04-12xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong1-5/+90
2023-04-12xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong10-40/+142
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong17-43/+249
2023-04-12xfs: refactor ->diff_two_keys callsitesDarrick J. Wong3-45/+91
2023-04-12xfs: refactor converting btree irec to btree keyDarrick J. Wong1-8/+15
2023-04-12xfs: always scrub record/key order of interior recordsDarrick J. Wong2-7/+15
2023-04-12xfs: check btree keys reflect the child blockDarrick J. Wong1-1/+48
2023-04-12xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong3-0/+65
2023-04-12xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong1-10/+30
2023-04-12xfs: hoist inode record alignment checks from scrubDarrick J. Wong2-6/+4
2023-04-12xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-0/+5
2023-04-12xfs: hoist rmap record flag checks from scrubDarrick J. Wong2-22/+22
2023-04-12xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong3-2/+34
2023-04-12xfs: complain about bad records in query_range helpersDarrick J. Wong4-57/+91
2023-04-12xfs: standardize ondisk to incore conversion for bmap btreesDarrick J. Wong1-0/+6
2023-04-12xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong3-60/+44
2023-04-12xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong3-15/+14
2023-04-12xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong3-25/+36
2023-04-12xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong5-40/+43
2023-04-12xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong3-25/+61
2023-04-12xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong8-2/+21
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong17-5/+168
2023-04-12xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong1-12/+16
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong16-21/+438
2023-04-12xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong2-1/+39
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong33-33/+33
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong33-64/+64
2023-04-12xfs: create traced helper to get extra perag referencesDarrick J. Wong9-20/+22
2023-04-12xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong3-23/+50
2023-04-12xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong3-21/+44
2023-04-12xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong3-22/+47
2023-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong7-24/+28
2023-04-12xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong3-1/+33