index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
1
-1
/
+2
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
1
-11
/
+28
2023-02-13
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2
-83
/
+14
2023-02-13
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2
-1
/
+3
2023-02-13
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
1
-48
/
+37
2023-02-13
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
1
-71
/
+96
2023-02-13
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2
-61
/
+57
2023-02-13
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
1
-55
/
+33
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
3
-99
/
+28
2023-02-13
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
1
-59
/
+63
2023-02-13
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
1
-44
/
+76
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
5
-23
/
+71
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
6
-54
/
+55
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
4
-38
/
+51
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
3
-32
/
+42
2023-02-13
xfs: factor xfs_bmap_btalloc()
Dave Chinner
1
-137
/
+196
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
8
-52
/
+72
2023-02-13
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
1
-30
/
+35
2023-02-13
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
1
-24
/
+26
2023-02-13
xfs: rework xfs_alloc_vextent()
Dave Chinner
1
-179
/
+285
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
3
-50
/
+105
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
8
-28
/
+48
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2
-17
/
+3
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
4
-46
/
+38
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
3
-35
/
+33
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
2
-30
/
+18
2023-02-13
xfs: rework the perag trace points to be perag centric
Dave Chinner
1
-16
/
+9
2023-02-13
xfs: active perag reference counting
Dave Chinner
2
-9
/
+92
2023-02-10
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
4
-13
/
+11
2023-02-10
xfs: drop firstblock constraints from allocation setup
Dave Chinner
2
-132
/
+66
2023-02-10
xfs: block reservation too large for minleft allocation
Dave Chinner
3
-11
/
+12
2023-02-10
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
1
-0
/
+17
2023-02-10
xfs: fix low space alloc deadlock
Dave Chinner
2
-26
/
+57
2023-02-05
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
1
-2
/
+16
2023-02-05
xfs: pass refcount intent directly through the log intent code
Darrick J. Wong
2
-56
/
+44
2023-02-05
xfs: pass rmap space mapping directly through the log intent code
Darrick J. Wong
2
-30
/
+26
2023-02-05
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
1
-16
/
+16
2023-02-05
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
2
-21
/
+16
2023-01-03
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
1
-1
/
+6
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-29
/
+148
2022-12-01
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
1
-1
/
+1
2022-12-01
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
1
-1
/
+0
2022-12-01
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
1
-4
/
+21
2022-12-01
xfs: hoist refcount record merge predicates
Darrick J. Wong
1
-16
/
+113
2022-11-29
xfs: add debug knob to slow down write for fun
Darrick J. Wong
1
-1
/
+3
2022-11-29
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
1
-1
/
+3
2022-11-29
Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
2
-9
/
+9
2022-11-29
xfs: drop write error injection is unfixable, remove it
Dave Chinner
1
-7
/
+5
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
1
-2
/
+4
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
[next]