aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/rpc_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-12/+8
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-1/+1
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever1-2/+0
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever1-9/+7
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-1/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-5/+5
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-44/+22
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever1-8/+0
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever1-1/+1
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever1-19/+12
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+2
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-2/+3
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-15/+7
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever1-9/+21
2018-04-10xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever1-1/+1
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever1-1/+1
2018-01-23xprtrdma: Fix "bytes registered" accountingChuck Lever1-2/+2
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever1-20/+9
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever1-15/+3
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever1-11/+6
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever1-7/+1
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever1-32/+32
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever1-5/+0
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever1-0/+11
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever1-20/+4
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever1-5/+1
2017-11-17xprtrdma: Update copyright noticesChuck Lever1-0/+1
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever1-3/+3
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever1-1/+25
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever1-10/+16
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever1-16/+24
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever1-7/+5
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever1-20/+32
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 Lever1-2/+12
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever1-18/+28
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever1-47/+58
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever1-19/+17
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever1-9/+8
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-45/+17
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust1-339/+505
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-4/+4
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever1-24/+21
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever1-57/+48
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 Lever1-6/+18
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever1-7/+2