aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
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/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong6-14/+14
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick 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 into xfs-5.19-for-nextDave Chinner2-10/+12
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-4/+5
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-8/+10
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2-27/+38
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong1-4/+11
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong4-7/+5
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong5-41/+44
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong2-12/+26
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong2-10/+3
2021-10-19xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong1-3/+4
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2-1/+10
2021-10-14xfs: stricter btree height checking when looking for errorsDarrick J. Wong1-6/+7
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong3-81/+99
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong4-4/+7
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner3-10/+10
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner7-15/+12