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
/
include
/
linux
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-26
SUNRPC: More fixes for backlog congestion
Trond Myklebust
1
-0
/
+2
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2021-04-05
SUNRPC: Set TCP_CORK until the transmit queue is empty
Trond Myklebust
1
-0
/
+1
2021-03-31
svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_arg
Chuck Lever
1
-3
/
+0
2021-03-31
svcrdma: Remove sc_read_complete_q
Chuck Lever
1
-2
/
+0
2021-03-22
SUNRPC: Export svc_xprt_received()
Chuck Lever
1
-0
/
+1
2021-03-22
svcrdma: Remove unused sc_pages field
Chuck Lever
1
-2
/
+1
2021-03-22
svcrdma: Normalize Send page handling
Chuck Lever
1
-0
/
+1
2021-03-22
svcrdma: Add a "deferred close" helper
Chuck Lever
1
-0
/
+1
2021-03-22
svcrdma: Maintain a Receive water mark
Chuck Lever
1
-0
/
+2
2021-03-22
NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_stream
Chuck Lever
1
-2
/
+16
2021-03-22
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Chuck Lever
1
-0
/
+20
2021-03-22
NFSD: Extract the svcxdr_init_encode() helper
Chuck Lever
1
-0
/
+25
2021-03-11
svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"
Chuck Lever
1
-1
/
+0
2021-02-23
Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-0
/
+2
2021-02-21
Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-15
/
+17
2021-02-16
SUNRPC: Use TCP_CORK to optimise send performance on the server
Trond Myklebust
1
-0
/
+2
2021-01-25
SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
Dave Wysochanski
1
-2
/
+1
2021-01-25
svcrdma: Reduce Receive doorbell rate
Chuck Lever
1
-0
/
+1
2021-01-25
svcrdma: Deprecate stat variables that are no longer used
Chuck Lever
1
-5
/
+0
2021-01-25
svcrdma: Restore read and write stats
Chuck Lever
1
-2
/
+2
2021-01-25
svcrdma: Convert rdma_stat_sq_starve to a per-CPU counter
Chuck Lever
1
-1
/
+1
2021-01-25
svcrdma: Convert rdma_stat_recv to a per-CPU counter
Chuck Lever
1
-1
/
+2
2021-01-25
SUNRPC: Move definition of XDR_UNIT
Chuck Lever
2
-6
/
+10
2021-01-25
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
1
-0
/
+1
2020-12-17
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-15
/
+15
2020-12-14
SUNRPC: Cleanup - constify a number of xdr_buf helpers
Trond Myklebust
1
-11
/
+11
2020-12-14
SUNRPC: Fix xdr_expand_hole()
Trond Myklebust
1
-1
/
+1
2020-12-14
SUNRPC: Fixes for xdr_align_data()
Trond Myklebust
1
-1
/
+1
2020-12-02
SUNRPC: Remove unused function xprt_load_transport()
Trond Myklebust
1
-1
/
+0
2020-12-02
SUNRPC: Add a helper to return the transport identifier given a netid
Trond Myklebust
1
-0
/
+1
2020-12-02
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
1
-0
/
+1
2020-11-30
NFSD: Add helper for decoding locker4
Chuck Lever
1
-0
/
+21
2020-11-30
NFSD: Replace READ* macros in nfsd4_decode_commit()
Chuck Lever
1
-0
/
+21
2020-11-30
NFSD: Replace the internals of the READ_BUF() macro
Chuck Lever
1
-0
/
+2
2020-11-30
SUNRPC: Prepare for xdr_stream-style decoding on the server-side
Chuck Lever
1
-0
/
+16
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
1
-1
/
+43
2020-11-30
svcrdma: Use the new parsed chunk list when pulling Read chunks
Chuck Lever
1
-3
/
+3
2020-11-30
svcrdma: Remove chunk list pointers
Chuck Lever
1
-4
/
+0
2020-11-30
svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunk
Chuck Lever
1
-1
/
+1
2020-11-30
svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()
Chuck Lever
1
-1
/
+1
2020-11-30
svcrdma: Support multiple write chunks when pulling up
Chuck Lever
1
-0
/
+2
2020-11-30
svcrdma: Use parsed chunk lists to construct RDMA Writes
Chuck Lever
1
-3
/
+2
2020-11-30
svcrdma: Use parsed chunk lists to detect reverse direction replies
Chuck Lever
1
-0
/
+1
2020-11-30
svcrdma: Add a "parsed chunk list" data structure
Chuck Lever
2
-0
/
+140
2020-11-30
svcrdma: Post RDMA Writes while XDR encoding replies
Chuck Lever
1
-3
/
+1
2020-11-30
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
3
-7
/
+7
2020-11-30
SUNRPC: Adjust synopsis of xdr_buf_subsegment()
Chuck Lever
1
-1
/
+2
2020-10-22
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+2
2020-10-20
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
4
-3
/
+7
[next]