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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-26
xfs: kill IHOLD
Darrick J. Wong
1
-7
/
+0
2018-07-26
xfs: bypass final dfops roll in trans commit path
Brian Foster
3
-14
/
+27
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
11
-38
/
+46
2018-07-26
xfs: remove unnecessary dfops init calls in xattr code
Brian Foster
2
-11
/
+0
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
13
-232
/
+44
2018-07-26
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
3
-27
/
+30
2018-07-26
xfs: use internal dfops in attr code
Brian Foster
1
-11
/
+5
2018-07-26
xfs: use internal dfops in cow blocks cancel
Brian Foster
1
-4
/
+2
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
4
-19
/
+66
2018-07-26
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
2
-2
/
+3
2018-07-26
xfs: reset dfops to initial state after finish
Brian Foster
1
-2
/
+18
2018-07-26
xfs: remove unused deferred ops committed field
Brian Foster
3
-8
/
+2
2018-07-26
xfs: make deferred processing safe for embedded dfops
Brian Foster
1
-18
/
+14
2018-07-26
xfs: fix transaction leak on remote attr set/remove failure
Brian Foster
1
-2
/
+0
2018-07-26
xfs: use ->t_dfops in log recovery intent processing
Brian Foster
1
-0
/
+2
2018-07-26
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
5
-5
/
+14
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
5
-2
/
+35
2018-07-23
xfs: refactor unmount record write
Darrick J. Wong
2
-62
/
+82
2018-07-23
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
3
-29
/
+73
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
25
-843
/
+832
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
25
-294
/
+294
2018-07-23
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
6
-168
/
+168
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
24
-1190
/
+1196
2018-07-23
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
2
-12
/
+6
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
12
-46
/
+23
2018-07-23
xfs: return from _defer_finish with a clean transaction
Darrick J. Wong
1
-0
/
+6
2018-07-23
xfs: check leaf attribute block freemap in verifier
Darrick J. Wong
1
-0
/
+22
2018-07-18
libxfs: Fix a couple of sparse complaintis
Carlos Maiolino
2
-2
/
+2
2018-07-18
xfs: use swap macro in xfs_dir2_leafn_rebalance
Gustavo A. R. Silva
1
-10
/
+7
2018-07-18
xfs_bmap_util: use swap macro
Gustavo A. R. Silva
1
-23
/
+5
2018-07-18
xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
Gustavo A. R. Silva
1
-10
/
+3
2018-07-18
xfs: don't assume a left rmap when allocating a new rmap
Darrick J. Wong
1
-12
/
+12
2018-07-12
xfs: Initialize variables in xfs_alloc_get_rec before using them
Carlos Maiolino
1
-2
/
+3
2018-07-12
xfs: remove unused iolock arg from xfs_break_dax_layouts
Eric Sandeen
1
-2
/
+1
2018-07-12
xfs: kill __xfs_buf_submit_common()
Brian Foster
1
-49
/
+34
2018-07-12
xfs: combine [a]sync buffer submission apis
Brian Foster
3
-53
/
+33
2018-07-12
xfs: use sync buffer I/O for sync delwri queue submission
Brian Foster
1
-39
/
+41
2018-07-12
xfs: refactor buffer submission into a common helper
Brian Foster
2
-49
/
+37
2018-07-12
xfs: remove xfs_defer_init() firstblock param
Brian Foster
14
-58
/
+44
2018-07-12
xfs: use ->t_firstblock in inode inactivate
Brian Foster
1
-2
/
+1
2018-07-12
xfs: use ->t_firstblock in extent swap
Brian Foster
1
-4
/
+2
2018-07-12
xfs: use ->t_firstblock in reflink cow block cancel
Brian Foster
1
-2
/
+1
2018-07-12
xfs: replace no-op firstblock init with ->t_firstblock
Brian Foster
1
-1
/
+1
2018-07-12
xfs: use ->t_firstblock in dq alloc
Brian Foster
1
-2
/
+1
2018-07-12
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
6
-17
/
+11
2018-07-12
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
3
-32
/
+7
2018-07-12
xfs: remove bmap format helpers firstblock params
Brian Foster
1
-34
/
+29
2018-07-12
xfs: remove bmap extent add helper firstblock params
Brian Foster
1
-16
/
+10
2018-07-12
xfs: remove xfs_bmalloca firstblock field
Brian Foster
2
-22
/
+23
2018-07-12
xfs: use ->t_firstblock in bmap extent split
Brian Foster
1
-9
/
+6
[next]