summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2022-11-16xfs: check inode core when scrubbing metadata filesDarrick J. Wong1-6/+34
2022-11-16xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong1-1/+1
2022-11-16xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong1-0/+2
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong1-0/+2
2022-11-16xfs: check quota files for unwritten extentsDarrick J. Wong1-2/+4
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong1-19/+36
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong1-2/+72
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong1-7/+7
2022-11-16xfs: online checking of the free rt extent countDarrick J. Wong2-10/+84
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong1-1/+20
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong1-2/+2
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong1-1/+5
2022-11-16xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong1-1/+1
2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong1-1/+1
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong8-24/+24
2022-11-16xfs: initialize the check_owner object fullyDarrick J. Wong1-1/+4
2022-11-16xfs: standardize GFP flags usage in online scrubDarrick J. Wong4-7/+15
2022-11-16xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong1-12/+66
2022-11-16xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong1-9/+21
2022-11-16xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong5-33/+35
2022-11-16xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong1-4/+6
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong1-2/+2
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong1-6/+4
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong1-13/+10
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong1-30/+24
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong3-9/+5
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang1-1/+1
2022-08-17Change calling conventions for filldir_tAl Viro2-6/+6
2022-07-20xfs: fix for variable set but not used warningsunliming1-3/+1
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong6-14/+14
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong1-6/+9
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-2/+2
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong5-11/+11
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-6/+9
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner2-0/+4
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2-8/+6
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner3-12/+9
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner6-29/+23
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner2-2/+2
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner1-2/+2
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner1-3/+3
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner5-9/+8
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner3-3/+3
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong1-15/+2
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong1-20/+4
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2-10/+12
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-4/+5