summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Pull up sometimesChuck Lever2019-10-241-0/+2
* xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever2019-10-241-1/+1
* xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever2019-10-241-1/+0
* xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever2019-10-241-2/+0
* xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever2019-10-241-7/+0
* xprtrdma: Manage MRs in context of a single connectionChuck Lever2019-10-241-1/+1
* xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever2019-10-241-0/+1
* xprtrdma: Initialize rb_credits in one placeChuck Lever2019-10-241-0/+1
* xprtrdma: Recycle MRs after disconnectChuck Lever2019-08-261-0/+1
* xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2019-08-211-2/+4
* xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever2019-08-211-5/+4
* xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-211-3/+4
* xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-201-2/+2
* xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever2019-08-201-1/+0
* xprtrdma: Simplify rpcrdma_mr_popChuck Lever2019-08-201-3/+4
* xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2019-08-201-1/+1
* xprtrdma: Boost maximum transport header sizeChuck Lever2019-08-201-13/+10
* xprtrdma: Update obsolete commentChuck Lever2019-08-201-3/+0
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+1
* xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+1
* xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-091-2/+2
* xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-091-9/+3
* xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-091-4/+4
* xprtrdma: Add mechanism to place MRs back on the free listChuck Lever2019-07-091-0/+1
* xprtrdma: Remove fr_stateChuck Lever2019-07-091-10/+1
* xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever2019-07-091-1/+0
* xprtrdma: Fix occasional transport deadlockChuck Lever2019-07-091-6/+0
* xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-251-17/+5
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-251-4/+5
* xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-251-2/+0
* xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-251-4/+3
* xprtrdma: More Send completion batchingChuck Lever2019-04-251-10/+0
* xprtrdma: Clean up sendctx functionsChuck Lever2019-04-251-2/+3
* xprtrdma: Increase maximum number of backchannel requestsChuck Lever2019-04-251-3/+5
* xprtrdma: Clean up regbuf helpersChuck Lever2019-04-251-9/+18
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-251-0/+2
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-251-1/+1
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-251-9/+10
* xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-251-1/+2
* xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-131-0/+10
* xprtrdma: Fix sparse warningsChuck Lever2019-02-131-1/+1
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-031-56/+24
|\
| * xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever2019-01-021-2/+0
| * xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-021-4/+3
| * xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-021-1/+1
| * xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-021-31/+17
| * xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-021-11/+1
| * xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-021-0/+1
| * xprtrdma: No qp_event disconnectChuck Lever2019-01-021-1/+0