aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/rpc_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-20xprtrdma: Fix use of xdr_stream_encode_item_{present, absent}Chuck Lever1-4/+11
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+16
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever1-8/+9
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever1-16/+15
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever1-31/+5
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever1-7/+3
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever1-1/+1
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever1-3/+3
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever1-1/+1
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever1-4/+0
2019-10-24xprtrdma: Refine trace_xprtrdma_fixupChuck Lever1-3/+2
2019-10-24xprtrdma: Pull up sometimesChuck Lever1-5/+77
2019-10-24xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever1-117/+146
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever1-3/+6
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever1-2/+2
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever1-8/+1
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever1-0/+1
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever1-6/+36
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever1-2/+6
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever1-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever1-9/+12
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever1-3/+8
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever1-6/+24
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever1-6/+1
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-85/+63
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever1-20/+16
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-38/+23
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever1-31/+30
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever1-0/+1
2019-07-09xprtrdma: Remove fr_stateChuck Lever1-1/+1
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-1/+0
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever1-14/+12
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever1-3/+3
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust1-2/+2
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-15/+19
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever1-15/+12
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever1-0/+1
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever1-24/+23
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever1-2/+2
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever1-1/+1
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+2
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever1-1/+17
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-3/+3
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever1-7/+10
2019-01-02xprtrdma: Expose transport header errorsChuck Lever1-1/+0
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever1-5/+6
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever1-3/+3
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-9/+5