summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)Author
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever
2019-10-24xprtrdma: Refine trace_xprtrdma_fixupChuck Lever
2019-10-24xprtrdma: Pull up sometimesChuck Lever
2019-10-24xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever
2019-07-09xprtrdma: Remove fr_stateChuck Lever
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever
2019-01-02xprtrdma: Expose transport header errorsChuck Lever
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds