summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2022-11-16xfs: check inode core when scrubbing metadata filesscrub-check-metadata-inode-records-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong
2022-11-16xfs: teach scrub to flag non-extents format cow forksscrub-bmap-enhancements-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-16xfs: check quota files for unwritten extentsDarrick J. Wong
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-11-16xfs: online checking of the free rt extent countscrub-fscounters-enhancements-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedscrub-fix-return-value-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-16xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-16xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-16xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-16xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-16xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang
2022-08-17Change calling conventions for filldir_tAl Viro
2022-07-20xfs: fix for variable set but not used warningsunliming
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner