summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong
2021-10-19xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-10-14xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner