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
/
net
/
sunrpc
/
xprtrdma
/
rpc_rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-30
xprtrdma: Allocate zero pad separately from rpcrdma_buffer
Chuck Lever
1
-2
/
+2
2015-01-30
xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
Chuck Lever
1
-2
/
+3
2015-01-30
xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req
Chuck Lever
1
-6
/
+5
2015-01-30
xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
Chuck Lever
1
-3
/
+3
2015-01-30
xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
Chuck Lever
1
-1
/
+3
2015-01-30
xprtrdma: Move credit update to RPC reply handler
Chuck Lever
1
-2
/
+8
2015-01-30
xprtrdma: Clean up hdrlen
Chuck Lever
1
-5
/
+7
2015-01-30
xprtrdma: Display XIDs in host byte order
Chuck Lever
1
-3
/
+5
2015-01-30
xprtrdma: Modernize htonl and ntohl
Chuck Lever
1
-22
/
+26
2014-11-25
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-2
/
+2
2014-08-01
xprtrdma: Don't invalidate FRMRs if registration fails
Chuck Lever
1
-3
/
+5
2014-08-01
xprtrdma: Update rkeys after transport reconnect
Chuck Lever
1
-37
/
+38
2014-06-04
xprtrdma: Disconnect on registration failure
Chuck Lever
1
-17
/
+31
2014-06-04
xprtrdma: Avoid deadlock when credit window is reset
Chuck Lever
1
-0
/
+6
2014-06-04
xprtrdma: Reset connection timeout after successful reconnect
Chuck Lever
1
-0
/
+1
2014-06-04
xprtrdma: Allocate missing pagelist
Shirley Ma
1
-0
/
+6
2014-06-04
xprtrdma: Simplify rpcrdma_deregister_external() synopsis
Chuck Lever
1
-1
/
+1
2014-06-04
xprtrdma: Remove REGISTER memory registration mode
Chuck Lever
1
-2
/
+1
2014-06-04
xprtrdma: Remove MEMWINDOWS registration modes
Chuck Lever
1
-33
/
+1
2014-06-04
xprtrdma: Remove BOUNCEBUFFERS memory registration mode
Chuck Lever
1
-11
/
+0
2014-06-04
xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
Chuck Lever
1
-7
/
+15
2014-06-04
xprtrdma: mind the device's max fast register page list depth
Steve Wise
1
-4
/
+0
2014-03-17
SUNRPC: Fix large reads on NFS/RDMA
Chuck Lever
1
-3
/
+1
2013-02-01
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
Trond Myklebust
1
-2
/
+2
2012-03-23
Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+7
2012-03-21
xprtrdma: The transport should not bug-check when a dup reply is received
Tom Tucker
1
-2
/
+7
2012-03-20
sunrpc: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2011-03-11
RPCRDMA: Fix to XDR page base interpretation in marshalling logic.
Tom Tucker
1
-44
/
+42
2010-08-11
rpcrdma: Fix SQ size calculation when memreg is FRMR
Tom Tucker
1
-0
/
+2
2009-03-11
XPRTRDMA: correct an rpc/rdma inline send marshaling error
Tom Talpey
1
-12
/
+14
2008-10-15
Merge branch 'next'
Trond Myklebust
1
-5
/
+24
2008-10-10
RPC/RDMA: reformat a debug printk to keep lines together.
Tom Talpey
1
-2
/
+2
2008-10-10
RPC/RDMA: return a consistent error, when connect fails.
Tom Talpey
1
-1
/
+1
2008-10-10
RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.
Tom Talpey
1
-2
/
+19
2008-10-10
RPC/RDMA: suppress retransmit on RPC/RDMA clients.
Tom Talpey
1
-0
/
+2
2008-09-21
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
1
-2
/
+2
2008-01-30
SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()
Chuck Lever
1
-1
/
+1
2008-01-30
SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()
Chuck Lever
1
-3
/
+3
2008-01-29
[SUNRPC]: Use htonl() where appropriate.
YOSHIFUJI Hideaki
1
-3
/
+3
2007-12-12
SUNRPC xprtrdma: fix XDR tail buf marshalling for all ops
James Lentini
1
-8
/
+1
2007-10-30
[SUNRPC] rpc_rdma: we need to cast u64 to unsigned long long for printing
Stephen Rothwell
1
-5
/
+5
2007-10-29
SUNRPC endianness annotations
Al Viro
1
-12
/
+12
2007-10-10
RPCRDMA: rpc rdma protocol implementation
\"Talpey, Thomas\
1
-4
/
+863
2007-10-10
RPCRDMA: rpc rdma transport switch
\"Talpey, Thomas\
1
-0
/
+9