summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-286-7/+8
|\ \ \ | |/ / |/| |
| * | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-266-7/+8
| |/
* / xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong2021-05-201-1/+3
|/
* Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-062-2/+45
|\
| * xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong2021-04-291-1/+38
| * xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-292-2/+8
* | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-2923-182/+167
|\|
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-5/+1