summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-14xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-10-14xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-10-14Darrick J. Wong
2022-10-14xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2022-10-14xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2022-10-14xfs: use per-cpu counters to implement intent drainingDarrick J. Wong
2022-10-14xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-10-14xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedscrub-fix-return-value_2022-10-14Darrick J. Wong
2022-10-14xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-10-14xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-10-14xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-10-14xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc_2022-10-14Darrick J. Wong
2022-10-14xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-10-14xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling_2022-10-14Darrick J. Wong
2022-10-14xfs: set the buffer type after holding the AG[IF] across trans_rollDarrick J. Wong
2022-10-14xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-10-14xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-10-14xfs: document future directions of online fsckonline-fsck-design_2022-10-14Darrick J. Wong
2022-10-14xfs: document the userspace fsck driver programDarrick J. Wong
2022-10-14xfs: document directory tree repairsDarrick J. Wong
2022-10-14xfs: document metadata file repairDarrick J. Wong
2022-10-14xfs: document full filesystem scans for online fsckDarrick J. Wong
2022-10-14xfs: document online file metadata repair codeDarrick J. Wong
2022-10-14xfs: document btree bulk loadingDarrick J. Wong