index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: convert scrub to use mount-based feature checks
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
2021-08-19
xfs: decode scrub flags in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
2021-08-19
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2021-08-19
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2021-08-19
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
2021-08-18
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-09
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-20
xfs: fix deadlock retry tracepoint arguments
Darrick J. Wong
2021-05-06
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-04-29
xfs: count free space btree blocks when scrubbing pre-lazysbcount fses
Darrick J. Wong
2021-04-29
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
[next]