summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14xfs: only allocate free space bitmap for xattr scrub if neededscrub-fix-xattr-memory-mgmt_2022-10-14Darrick J. Wong
2022-10-14xfs: clean up xattr scrub initializationDarrick J. Wong
2022-10-14xfs: check used space of shortform xattr structuresDarrick J. Wong
2022-10-14xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong
2022-10-14xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong
2022-10-14xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong
2022-10-14xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong
2022-10-14xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong
2022-10-14xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong
2022-10-14xfs: check for reverse mapping records that could be mergedscrub-detect-mergeable-records_2022-10-14Darrick J. Wong
2022-10-14xfs: check overlapping rmap btree recordsDarrick J. Wong
2022-10-14xfs: flag refcount btree records that could be mergedDarrick J. Wong
2022-10-14xfs: flag free space btree records that could be mergedDarrick J. Wong
2022-10-14xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong
2022-10-14xfs: change bmap scrubber to store the previous mappingDarrick J. Wong
2022-10-14xfs: always check the existence of a dirent's child inodescrub-dir-iget-fixes_2022-10-14Darrick J. Wong
2022-10-14xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong
2022-10-14xfs: make checking directory dotdot entries more reliableDarrick J. Wong
2022-10-14xfs: retain the AGI when we can't iget an inode to scrub the corescrub-iget-fixes_2022-10-14Darrick J. Wong
2022-10-14xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong
2022-10-14xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong
2022-10-14xfs: check inode core when scrubbing metadata filesscrub-check-metadata-inode-records_2022-10-14Darrick J. Wong
2022-10-14xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong
2022-10-14xfs: ensure that single-owner file blocks are not owned by othersscrub-detect-rmapbt-gaps_2022-10-14Darrick J. Wong
2022-10-14xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2022-10-14xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-10-14Darrick J. Wong
2022-10-14xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong
2022-10-14xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong
2022-10-14xfs: ensure that all metadata and data blocks are not cow staging extentsscrub-detect-refcount-gaps_2022-10-14Darrick J. Wong
2022-10-14xfs: check the reference counts of gaps in the refcount btreeDarrick J. Wong
2022-10-14xfs: mask key comparisons for keyspace fill scansDarrick J. Wong
2022-10-14xfs: refactor converting btree irec to btree keyDarrick J. Wong
2022-10-14xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2022-10-14xfs: check btree keys reflect the child blockbtree-key-enhancements_2022-10-14Darrick J. Wong
2022-10-14xfs: fix rmap key comparison functionsDarrick J. Wong
2022-10-14xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsrefcount-cow-domain_2022-10-14Darrick J. Wong
2022-10-14xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-14xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-14xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-14xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-10-14xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-14xfs: teach scrub to flag non-extents format cow forksscrub-bmap-enhancements_2022-10-14Darrick J. Wong
2022-10-14xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-10-14xfs: check quota files for unwritten extentsDarrick J. Wong
2022-10-14xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-10-14xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-10-14xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-10-14xfs: online checking of the free rt extent countscrub-fscounters-enhancements_2022-10-14Darrick J. Wong
2022-10-14xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-10-14xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap filescrub-fix-rtmeta-ilocking_2022-10-14Darrick J. Wong