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