summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)Author
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever
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