aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-11/+10
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever4-11/+10
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-85/+111
2018-04-10xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Chuck Lever1-0/+1
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever3-34/+12
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever4-18/+49
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever1-0/+6
2018-04-10xprtrdma: Reduce number of MRs created by rpcrdma_mrs_createChuck Lever1-1/+1
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever5-13/+27
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever3-6/+3
2018-04-10xprtrdma: Remove arbitrary limit on initiator depthChuck Lever1-5/+2
2018-04-10xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever3-4/+1
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-1/+3
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-3/+3
2018-03-20svcrdma: Clean up rdma_build_arg_xdrChuck Lever1-17/+16
2018-03-20svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever2-15/+11
2018-03-20svcrdma: Use pr_err to report Receive errorsChuck Lever1-3/+3
2018-02-09Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+5
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-41/+16
2018-02-08svcrdma: Fix Read chunk round-upChuck Lever1-4/+8
2018-02-02xprtrdma: Fix BUG after a device removalChuck Lever1-3/+3
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2-2/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever1-2/+0
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever2-2/+2
2018-01-23xprtrdma: Fix "bytes registered" accountingChuck Lever1-2/+2
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2-9/+7
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever1-0/+3
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2-5/+5
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever2-28/+17
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever1-3/+3
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever3-16/+16
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever1-20/+9
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever2-22/+7
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2-19/+9
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2-15/+5
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2-5/+9
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever4-37/+8
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever4-23/+33
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever5-278/+292
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever4-99/+99
2018-01-16xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever1-6/+1
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever4-32/+50
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever3-6/+1
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever2-5/+11
2018-01-16xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever1-4/+24
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever3-19/+12
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever3-13/+21
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever2-7/+3
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever2-3/+0