summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-1/+1
* xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0212-74/+75
|\
| * Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-0812-74/+75
| |\
| | * xfs: remove agno from btree cursorDave Chinner2021-06-027-10/+15
| | * xfs: use perag for ialloc btree cursorsDave Chinner2021-06-022-5/+4
| | * xfs: convert allocbt cursors to use peragsDave Chinner2021-06-022-6/+6
| | * xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-023-6/+6
| | * xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-024-11/+9
| | * xfs: add a perag to the btree cursorDave Chinner2021-06-024-18/+21
| | * xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-2/+2
| | * xfs: convert raw ag walks to use for_each_peragDave Chinner2021-06-021-5/+8
| | * xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-25/+15
| | * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-026-3/+6