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
Age
Commit message (
Expand
)
Author
2023-03-24
xfs: fix mismerged tracepoints
Darrick J. Wong
2023-03-24
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
2023-03-24
xfs: pass the correct cursor to xfs_iomap_prealloc_size
Darrick J. Wong
2023-03-19
xfs: test dir/attr hash when loading module
Darrick J. Wong
2023-03-19
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
2023-03-19
xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
Darrick J. Wong
2023-03-16
xfs: try to idiot-proof the allocators
Darrick J. Wong
2023-03-05
xfs: fix off-by-one-block in xfs_discard_folio()
Dave Chinner
2023-03-05
xfs: quotacheck failure can race with background inode inactivation
Dave Chinner
2023-02-28
Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-22
Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-22
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-14
xfs: fix uninitialized variable access
Darrick J. Wong
2023-02-13
xfs: refactor the filestreams allocator pick functions
Dave Chinner
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-13
xfs: pass perag to filestreams tracing
Dave Chinner
2023-02-13
xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
Dave Chinner
2023-02-13
xfs: track an active perag reference in filestreams
Dave Chinner
2023-02-13
xfs: factor out MRU hit case in xfs_filestream_select_ag
Dave Chinner
2023-02-13
xfs: remove xfs_filestream_select_ag() longest extent check
Dave Chinner
2023-02-13
xfs: merge new filestream AG selection into xfs_filestream_select_ag()
Dave Chinner
2023-02-13
xfs: merge filestream AG lookup into xfs_filestream_select_ag()
Dave Chinner
2023-02-13
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-13
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-13
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-13
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-13
xfs: convert trim to use for_each_perag_range
Dave Chinner
2023-02-13
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-13
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-13
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-13
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
2023-02-13
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
2023-02-13
xfs: rework xfs_alloc_vextent()
Dave Chinner
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
[next]