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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-4
/
+13
2017-11-17
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-286
/
+503
2017-11-17
xprtrdma: Update copyright notices
Chuck Lever
4
-0
/
+4
2017-11-17
xprtrdma: Remove include for linux/prefetch.h
Chuck Lever
1
-1
/
+0
2017-11-17
rpcrdma: Remove C structure definitions of XDR data items
Chuck Lever
2
-9
/
+3
2017-11-17
xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode
Chuck Lever
1
-1
/
+1
2017-11-17
xprtrdma: Remove atomic send completion counting
Chuck Lever
3
-33
/
+0
2017-11-17
xprtrdma: RPC completion should wait for Send completion
Chuck Lever
4
-4
/
+34
2017-11-17
xprtrdma: Refactor rpcrdma_deferred_completion
Chuck Lever
3
-13
/
+22
2017-11-17
xprtrdma: Add a field of bit flags to struct rpcrdma_req
Chuck Lever
4
-4
/
+8
2017-11-17
xprtrdma: Add data structure to manage RDMA Send arguments
Chuck Lever
4
-32
/
+247
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
3
-24
/
+38
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
3
-27
/
+14
2017-11-17
xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
Chuck Lever
3
-23
/
+36
2017-11-17
xprtrdma: Refactor rpcrdma_reply_handler some more
Chuck Lever
2
-57
/
+69
2017-11-17
xprtrdma: Move decoded header fields into rpcrdma_rep
Chuck Lever
2
-19
/
+20
2017-11-17
xprtrdma: Throw away reply when version is unrecognized
Chuck Lever
1
-9
/
+8
2017-11-07
svcrdma: Enqueue after setting XPT_CLOSE in completion handlers
Chuck Lever
1
-3
/
+8
2017-11-07
svcrdma: Preserve CB send buffer across retransmits
Chuck Lever
1
-1
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
6
-0
/
+6
2017-10-16
xprtrdma: Remove ro_unmap_safe
Chuck Lever
3
-40
/
+0
2017-10-16
xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
Chuck Lever
1
-1
/
+2
2017-10-16
xprtrdma: Don't defer fencing an async RPC's chunks
Chuck Lever
1
-1
/
+1
2017-09-25
IB: Correct MR length field to be 64-bit
Parav Pandit
1
-1
/
+1
2017-09-11
Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
8
-498
/
+599
2017-09-05
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
Chuck Lever
4
-77
/
+17
2017-09-05
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
8
-421
/
+579
2017-09-05
svcrdma: Estimate Send Queue depth properly
Chuck Lever
1
-4
/
+13
2017-09-05
svcrdma: Limit RQ depth
Chuck Lever
1
-7
/
+12
2017-09-05
svcrdma: Populate tail iovec when receiving
Chuck Lever
1
-93
/
+15
2017-08-24
svcrdma: Clean up svc_rdma_build_read_chunk()
Chuck Lever
1
-3
/
+5
2017-08-24
sunrpc: Const-ify instances of struct svc_xprt_ops
Chuck Lever
1
-2
/
+2
2017-08-22
xprtrdma: Re-arrange struct rx_stats
Chuck Lever
1
-5
/
+8
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
2
-6
/
+9
2017-08-15
xprtrdma: Remove imul instructions from chunk list encoders
Chuck Lever
4
-36
/
+34
2017-08-15
xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()
Chuck Lever
1
-57
/
+48
2017-08-11
xprtrdma: Clean up rpcrdma_bc_marshal_reply()
Chuck Lever
1
-13
/
+18
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
3
-6
/
+21
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
3
-10
/
+19
2017-08-08
xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()
Chuck Lever
2
-3
/
+3
2017-08-08
xprtrdma: Remove rpcrdma_rep::rr_len
Chuck Lever
3
-11
/
+5
2017-08-08
xprtrdma: Remove opcode check in Receive completion handler
Chuck Lever
1
-3
/
+0
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
2
-52
/
+46
[next]