summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: resolve fork names in trace outputDarrick J. Wong2021-08-191-8/+8
* xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2021-08-191-4/+4
* xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2021-08-191-3/+3
* xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2021-08-191-1/+1
* xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2021-08-191-12/+12
* xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2021-08-191-17/+17
* xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2021-08-191-4/+4
* xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong2021-08-191-12/+4
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-186-7/+7
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-187-19/+22
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-186-30/+31
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-092-9/+8
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-098-44/+56
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-4/+5
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-0/+7