summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-164-6/+5Star
|\
| * xprtrdma: Spread reply processing over more CPUsChuck Lever2017-12-154-6/+5Star
* | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-182-4/+13
|\ \
| * | svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever2017-11-071-3/+8
| * | svcrdma: Preserve CB send buffer across retransmitsChuck Lever2017-11-071-1/+5
* | | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-177-286/+503
|\ \ \ | | |/ | |/|
| * | xprtrdma: Update copyright noticesChuck Lever2017-11-174-0/+4
| * | xprtrdma: Remove include for linux/prefetch.hChuck Lever2017-11-171-1/+0Star
| * | rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2017-11-172-9/+3Star
| * | xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever2017-11-171-1/+1
| * | xprtrdma: Remove atomic send completion countingChuck Lever2017-11-173-33/+0Star
| * | xprtrdma: RPC completion should wait for Send completionChuck Lever2017-11-174-4/+34
| * | xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever2017-11-173-13/+22
| * | xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever2017-11-174-4/+8
| * | xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever2017-11-174-32/+247
| * | xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever2017-11-171-7/+5Star
| * | xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever2017-11-173-24/+38
| * | xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever2017-11-171-14/+24
| * | xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever2017-11-171-1/+1
| * | xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever2017-11-173-27/+14Star
| * | xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever2017-11-173-23/+36
| * | xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever2017-11-172-57/+69
| * | xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever2017-11-172-19/+20
| * | xprtrdma: Throw away reply when version is unrecognizedChuck Lever2017-11-171-9/+8Star
| * | xprtrdma: Remove ro_unmap_safeChuck Lever2017-10-163-40/+0Star
| * | xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever2017-10-161-1/+2
| * | xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever2017-10-161-1/+1
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
|/ /
* / IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
|/
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-128-498/+599
|\
| * xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever2017-09-064-77/+17Star
| * Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-058-421/+579
| |\
| | * xprtrdma: Re-arrange struct rx_statsChuck Lever2017-08-221-5/+8
| | * xprtrdma: Remove imul instructions from chunk list encodersChuck Lever2017-08-154-36/+34Star
| | * xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever2017-08-151-57/+48Star
| | * xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever2017-08-111-13/+18
| | * xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever2017-08-111-86/+142
| | * xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever2017-08-113-6/+21
| | * xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever2017-08-111-7/+2Star
| | * xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever2017-08-113-10/+19
| | * xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever2017-08-082-3/+3
| | * xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever2017-08-083-11/+5Star
| | * xprtrdma: Remove opcode check in Receive completion handlerChuck Lever2017-08-081-3/+0Star
| | * xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever2017-08-081-94/+127
| | * xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever2017-08-081-82/+130
| | * xprtrdma: Harden backchannel call decodingChuck Lever2017-08-082-52/+46Star
| | * xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever2017-08-083-14/+34
| | * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-012-3/+3
| * | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-182-6/+9
| |/
* | svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13