summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-11xfs: cross-reference rmap records with refcount btreesscrub-strengthen-rmap-checking-6.4_2023-04-12scrub-strengthen-rmap-checking-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: introduce bitmap type for AG blocksDarrick J. Wong
2023-04-11xfs: convert xbitmap to interval treerepair-bitmap-rework-6.4_2023-04-12repair-bitmap-rework-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2023-04-11xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2023-04-11xfs: don't load local xattr values during scrubscrub-fix-xattr-memory-mgmt-6.4_2023-04-12scrub-fix-xattr-memory-mgmt-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong
2023-04-11xfs: clean up xattr scrub initializationDarrick J. Wong
2023-04-11xfs: check used space of shortform xattr structuresDarrick J. Wong
2023-04-11xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong
2023-04-11xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong
2023-04-11xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong
2023-04-11xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong
2023-04-11xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong
2023-04-11xfs: check for reverse mapping records that could be mergedscrub-detect-mergeable-records-6.4_2023-04-12scrub-detect-mergeable-records-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: check overlapping rmap btree recordsDarrick J. Wong
2023-04-11xfs: flag refcount btree records that could be mergedDarrick J. Wong
2023-04-11xfs: flag free space btree records that could be mergedDarrick J. Wong
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