index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-27
1
-1
/
+2
*
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-12
1
-11
/
+28
*
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-12
2
-83
/
+14
*
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-12
2
-1
/
+3
*
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-12
1
-48
/
+37
*
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-12
1
-71
/
+96
*
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-12
2
-61
/
+57
*
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
2023-02-12
1
-55
/
+33
*
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-12
3
-99
/
+28
*
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
2023-02-12
1
-59
/
+63
*
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
2023-02-12
1
-44
/
+76
*
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-12
5
-23
/
+71
*
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-12
6
-54
/
+55
*
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-12
4
-38
/
+51
*
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-12
3
-32
/
+42
*
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-12
1
-137
/
+196
*
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-12
8
-52
/
+72
*
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
2023-02-12
1
-30
/
+35
*
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
2023-02-12
1
-24
/
+26
*
xfs: rework xfs_alloc_vextent()
Dave Chinner
2023-02-12
1
-179
/
+285
*
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-12
3
-50
/
+105
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-12
8
-28
/
+48
*
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-12
2
-17
/
+3
*
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-12
4
-46
/
+38
*
xfs: use active perag references for inode allocation
Dave Chinner
2023-02-12
3
-35
/
+33
*
xfs: convert xfs_imap() to take a perag
Dave Chinner
2023-02-12
2
-30
/
+18
*
xfs: rework the perag trace points to be perag centric
Dave Chinner
2023-02-12
1
-16
/
+9
*
xfs: active perag reference counting
Dave Chinner
2023-02-12
2
-9
/
+92
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-10
4
-13
/
+11
*
xfs: drop firstblock constraints from allocation setup
Dave Chinner
2023-02-10
2
-132
/
+66
*
xfs: block reservation too large for minleft allocation
Dave Chinner
2023-02-10
3
-11
/
+12
*
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
2023-02-10
1
-0
/
+17
*
xfs: fix low space alloc deadlock
Dave Chinner
2023-02-10
2
-26
/
+57
*
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
2023-02-05
1
-2
/
+16
*
xfs: pass refcount intent directly through the log intent code
Darrick J. Wong
2023-02-05
2
-56
/
+44
*
xfs: pass rmap space mapping directly through the log intent code
Darrick J. Wong
2023-02-05
2
-30
/
+26
*
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
2023-02-05
1
-16
/
+16
*
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
2023-02-05
2
-21
/
+16
*
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
2023-01-03
1
-1
/
+6
*
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-12-14
5
-29
/
+148
|
\
|
*
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
2022-12-01
1
-1
/
+1
|
*
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
2022-12-01
1
-1
/
+0
|
*
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
2022-12-01
1
-4
/
+21
|
*
xfs: hoist refcount record merge predicates
Darrick J. Wong
2022-12-01
1
-16
/
+113
|
*
xfs: add debug knob to slow down write for fun
Darrick J. Wong
2022-11-29
1
-1
/
+3
|
*
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
2022-11-29
1
-1
/
+3
|
*
Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
2022-11-29
2
-9
/
+9
|
|
\
|
|
*
xfs: drop write error injection is unfixable, remove it
Dave Chinner
2022-11-28
1
-7
/
+5
|
|
*
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
2022-11-28
1
-2
/
+4
|
*
|
xfs: fix sb write verify for lazysbcount
Long Li
2022-11-17
1
-1
/
+3
|
|
/
[next]