summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-11xfs: don't call xchk_bmap_check_rmaps for btree-format file forksscrub-merge-bmap-records-6.4_2023-04-12scrub-merge-bmap-records-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong
2023-04-11xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong
2023-04-11xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong
2023-04-11xfs: accumulate iextent records when checking bmapDarrick J. Wong
2023-04-11xfs: change bmap scrubber to store the previous mappingDarrick J. Wong
2023-04-11xfs: don't take the MMAPLOCK when scrubbing file metadatascrub-iget-fixes-6.4_2023-04-12scrub-iget-fixes-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong
2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong
2023-04-11xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong
2023-04-11xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong
2023-04-11xfs: fix parent pointer scrub racing with subdirectory reparentingscrub-parent-fixes-6.4_2023-04-12scrub-parent-fixes-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: simplify xchk_parent_validateDarrick J. Wong
2023-04-11xfs: remove xchk_parent_count_parent_dentriesDarrick J. Wong
2023-04-11xfs: always check the existence of a dirent's child inodescrub-dir-iget-fixes-6.4_2023-04-12scrub-dir-iget-fixes-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong
2023-04-11xfs: streamline the directory iteration code for scrubDarrick J. Wong
2023-04-11xfs: use the directory name hash function for dir scrubbingDarrick J. Wong
2023-04-11xfs: ensure that single-owner file blocks are not owned by othersscrub-detect-rmapbt-gaps-6.4_2023-04-12scrub-detect-rmapbt-gaps-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps-6.4_2023-04-12scrub-detect-inobt-gaps-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong
2023-04-11xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong
2023-04-11xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong
2023-04-11xfs: ensure that all metadata and data blocks are not cow staging extentsscrub-detect-refcount-gaps-6.4_2023-04-12scrub-detect-refcount-gaps-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2023-04-11xfs: refactor converting btree irec to btree keyDarrick J. Wong
2023-04-11xfs: always scrub record/key order of interior recordsscrub-btree-key-enhancements-6.4_2023-04-12scrub-btree-key-enhancements-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: check btree keys reflect the child blockDarrick J. Wong
2023-04-11xfs: detect unwritten bit set in rmapbt node block keysrmap-btree-fix-key-handling-6.4_2023-04-12rmap-btree-fix-key-handling-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong
2023-04-11xfs: hoist inode record alignment checks from scrubbtree-hoist-scrub-checks-6.4_2023-04-12btree-hoist-scrub-checks-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtbtree-complain-bad-records-6.4_2023-04-12btree-complain-bad-records-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for bmap btreesDarrick 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: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents-6.4_2023-04-12scrub-drain-intents-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick 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