aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-6/+5
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever4-6/+5
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+13
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-286/+503
2017-11-17xprtrdma: Update copyright noticesChuck Lever4-0/+4
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever1-1/+0
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2-9/+3
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever1-1/+1
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever3-33/+0
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever4-4/+34
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever3-13/+22
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever4-4/+8
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever4-32/+247
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever1-7/+5
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever3-24/+38
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever1-14/+24
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever1-1/+1
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever3-27/+14
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever3-23/+36
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever2-57/+69
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever2-19/+20
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever1-9/+8
2017-11-07svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever1-3/+8
2017-11-07svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever3-40/+0
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever1-1/+2
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-498/+599
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever4-77/+17
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust8-421/+579
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-08-24svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever1-3/+5
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever1-2/+2
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever1-5/+8
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2-6/+9
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever4-36/+34
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever1-57/+48
2017-08-11xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever1-13/+18
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever1-86/+142
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever3-6/+21
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever1-7/+2
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever3-10/+19
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever2-3/+3
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever3-11/+5
2017-08-08xprtrdma: Remove opcode check in Receive completion handlerChuck Lever1-3/+0
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever1-94/+127