summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: check inode core when scrubbing metadata filesscrub-check-metadata-inode-records_2022-11-09Darrick J. Wong
2022-11-09xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong
2022-11-09xfs: ensure that single-owner file blocks are not owned by othersscrub-detect-rmapbt-gaps_2022-11-09Darrick J. Wong
2022-11-09xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2022-11-09xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-11-09Darrick J. Wong
2022-11-09xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong
2022-11-09xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong
2022-11-09xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong
2022-11-09xfs: ensure that all metadata and data blocks are not cow staging extentsscrub-detect-refcount-gaps_2022-11-09Darrick J. Wong
2022-11-09xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong
2022-11-09xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2022-11-09xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2022-11-09xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2022-11-09xfs: refactor converting btree irec to btree keyDarrick J. Wong
2022-11-09xfs: always scrub record/key order of interior recordsbtree-key-enhancements_2022-11-09Darrick J. Wong
2022-11-09xfs: check btree keys reflect the child blockDarrick J. Wong
2022-11-09xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong
2022-11-09xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong
2022-11-09xfs: hoist inode record alignment checks from scrubbtree-hoist-scrub-checks_2022-11-09Darrick J. Wong
2022-11-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2022-11-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2022-11-09xfs: complain about bad file mapping records in the ondisk bmbtbtree-complain-bad-records_2022-11-09Darrick J. Wong
2022-11-09xfs: complain about bad records in query_range helpersDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for bmap btreesDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong
2022-11-09xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2022-11-09xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-11-09Darrick J. Wong
2022-11-09xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2022-11-09xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2022-11-09xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-11-09xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong
2022-11-09xfs: create a function to duplicate an active perag referencepass-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_refcount_intent its own perag referenceintents-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2022-11-09xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_refcount_item.cintents-naming-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2022-11-09xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2022-11-09xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2022-11-09xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2022-11-09xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedxfs-6.2-fixes_2022-11-09Darrick J. Wong
2022-11-09xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong