summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-111-1/+1
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-1/+1
* | xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-121-4/+5
|/
* treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2022-01-122-27/+38
* xfs: warn about inodes with project id of -1Darrick J. Wong2022-01-061-0/+14
* xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong2021-12-211-4/+11
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-214-7/+5
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-192-4/+4
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-195-41/+44
* xfs: dynamically allocate btree scrub context structureDarrick J. Wong2021-10-192-12/+26
* xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong2021-10-192-10/+3
* xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong2021-10-191-3/+4
* xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-142-1/+10
* xfs: stricter btree height checking when looking for errorsDarrick J. Wong2021-10-141-6/+7
* xfs: don't allocate scrub contexts on the stackDarrick J. Wong2021-10-143-81/+99
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-204-4/+7
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-193-10/+10
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-197-15/+12
* xfs: convert scrub to use mount-based feature checksDave Chinner2021-08-192-7/+7
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-192-2/+2
* xfs: convert mount flags to featuresDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-1911-38/+38
* xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2021-08-191-0/+4
* xfs: decode scrub flags in ftrace outputDarrick J. Wong2021-08-191-2/+12
* xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2021-08-191-1/+1