summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner2-7/+7
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner2-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner11-38/+38
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong1-0/+4
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong1-2/+12
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong1-1/+1
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-8/+8
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong1-4/+4
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong1-3/+3
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong1-1/+1
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong1-12/+12
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong1-17/+17
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong1-4/+4
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong1-12/+4
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong6-7/+7
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong7-19/+22
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong6-30/+31
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2-9/+8
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong8-44/+56
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-4/+5
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-0/+7
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-1/+1
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong1-2/+16
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-74/+75
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds6-7/+8
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong12-74/+75
2021-06-02xfs: remove agno from btree cursorDave Chinner7-10/+15
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner2-5/+4
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner2-6/+6
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner3-6/+6
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner4-11/+9
2021-06-02xfs: add a perag to the btree cursorDave Chinner4-18/+21
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-2/+2
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-5/+8
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-25/+15
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner6-3/+6
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva6-7/+8
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-07Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+45
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds23-182/+167
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-5/+1