index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
rpc_rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-44
/
+22
2018-06-01
xprtrdma: Remove transfertypes array
Chuck Lever
1
-8
/
+0
2018-06-01
xprtrdma: Wait on empty sendctx queue
Chuck Lever
1
-1
/
+1
2018-06-01
xprtrdma: Move common wait_for_buffer_space call to parent function
Chuck Lever
1
-19
/
+12
2018-06-01
xprtrdma: Return -ENOBUFS when no pages are available
Chuck Lever
1
-1
/
+1
2018-05-11
svcrdma: Trace key RDMA API events
Chuck Lever
1
-0
/
+2
2018-05-11
xprtrdma: Prepare RPC/RDMA includes for server-side trace points
Chuck Lever
1
-2
/
+3
2018-05-07
xprtrdma: Move Receive posting to Receive handler
Chuck Lever
1
-15
/
+7
2018-05-07
xprtrdma: Add proper SPDX tags for NetApp-contributed source
Chuck Lever
1
-0
/
+1
2018-04-10
xprtrdma: ->send_request returns -EAGAIN when there are no free MRs
Chuck Lever
1
-9
/
+21
2018-04-10
xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
Chuck Lever
1
-1
/
+1
2018-02-02
xprtrdma: Fix calculation of ri_max_send_sges
Chuck Lever
1
-1
/
+1
2018-01-23
xprtrdma: Fix "bytes registered" accounting
Chuck Lever
1
-2
/
+2
2018-01-23
xprtrdma: Add trace points in reply decoder path
Chuck Lever
1
-20
/
+9
2018-01-23
xprtrdma: Add trace points to instrument memory registration
Chuck Lever
1
-15
/
+3
2018-01-23
xprtrdma: Add trace points in the RPC Reply handler paths
Chuck Lever
1
-11
/
+6
2018-01-23
xprtrdma: Add trace points in RPC Call transmit paths
Chuck Lever
1
-7
/
+1
2018-01-16
xprtrdma: Remove usage of "mw"
Chuck Lever
1
-32
/
+32
2018-01-16
xprtrdma: Split xprt_rdma_send_request
Chuck Lever
1
-5
/
+0
2018-01-16
xprtrdma: Move unmap-safe logic to rpcrdma_marshal_req
Chuck Lever
1
-0
/
+11
2018-01-16
xprtrdma: Per-mode handling for Remote Invalidation
Chuck Lever
1
-20
/
+4
2017-12-15
xprtrdma: Spread reply processing over more CPUs
Chuck Lever
1
-5
/
+1
2017-11-17
xprtrdma: Update copyright notices
Chuck Lever
1
-0
/
+1
2017-11-17
rpcrdma: Remove C structure definitions of XDR data items
Chuck Lever
1
-3
/
+3
2017-11-17
xprtrdma: RPC completion should wait for Send completion
Chuck Lever
1
-1
/
+25
2017-11-17
xprtrdma: Refactor rpcrdma_deferred_completion
Chuck Lever
1
-10
/
+16
2017-11-17
xprtrdma: Add data structure to manage RDMA Send arguments
Chuck Lever
1
-16
/
+24
2017-11-17
xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()
Chuck Lever
1
-7
/
+5
2017-11-17
xprtrdma: Change return value of rpcrdma_prepare_send_sges()
Chuck Lever
1
-20
/
+32
2017-11-17
xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-14
/
+24
2017-11-17
xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-1
/
+1
2017-11-17
xprtrdma: Decode credits field in rpcrdma_reply_handler
Chuck Lever
1
-2
/
+12
2017-11-17
xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
Chuck Lever
1
-18
/
+28
2017-11-17
xprtrdma: Refactor rpcrdma_reply_handler some more
Chuck Lever
1
-47
/
+58
2017-11-17
xprtrdma: Move decoded header fields into rpcrdma_rep
Chuck Lever
1
-19
/
+17
2017-11-17
xprtrdma: Throw away reply when version is unrecognized
Chuck Lever
1
-9
/
+8
2017-09-05
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
Chuck Lever
1
-45
/
+17
2017-09-05
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-339
/
+505
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
1
-4
/
+4
2017-08-15
xprtrdma: Remove imul instructions from chunk list encoders
Chuck Lever
1
-24
/
+21
2017-08-15
xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()
Chuck Lever
1
-57
/
+48
2017-08-11
xprtrdma: Harden chunk list encoding against send buffer overflow
Chuck Lever
1
-86
/
+142
2017-08-11
xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()
Chuck Lever
1
-6
/
+18
2017-08-11
xprtrdma: Remove rpclen from rpcrdma_marshal_req
Chuck Lever
1
-7
/
+2
2017-08-11
xprtrdma: Clean up rpcrdma_marshal_req() synopsis
Chuck Lever
1
-8
/
+17
2017-08-08
xprtrdma: Remove rpcrdma_rep::rr_len
Chuck Lever
1
-1
/
+1
2017-08-08
xprtrdma: Replace rpcrdma_count_chunks()
Chuck Lever
1
-94
/
+127
2017-08-08
xprtrdma: Refactor rpcrdma_reply_handler()
Chuck Lever
1
-82
/
+130
2017-08-08
xprtrdma: Harden backchannel call decoding
Chuck Lever
1
-21
/
+37
2017-08-08
xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()
Chuck Lever
1
-14
/
+23
[next]