aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+1
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-0/+1
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-2/+2
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-9/+3
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever1-4/+4
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever1-0/+1
2019-07-09xprtrdma: Remove fr_stateChuck Lever1-10/+1
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-1/+0
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever1-6/+0
2019-04-25xprtrdma: Remove stale commentChuck Lever1-7/+0
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever1-17/+5
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-4/+5
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever1-2/+0
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever1-4/+3
2019-04-25xprtrdma: More Send completion batchingChuck Lever1-10/+0
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever1-2/+3
2019-04-25xprtrdma: Increase maximum number of backchannel requestsChuck Lever1-3/+5
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever1-9/+18
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever1-0/+2
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever1-1/+1
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever1-9/+10
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever1-1/+2
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever1-0/+10
2019-02-13xprtrdma: Fix sparse warningsChuck Lever1-1/+1
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-56/+24
2019-01-02xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever1-2/+0
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever1-4/+3
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever1-1/+1
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-31/+17
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever1-11/+1
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever1-0/+1
2019-01-02xprtrdma: No qp_event disconnectChuck Lever1-1/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever1-5/+1
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever1-2/+1
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin1-1/+0
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever1-3/+1
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-6/+8
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-14/+12
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-14/+12
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever1-0/+6
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-2/+0
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever1-1/+0
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever1-3/+0
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-3/+3
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever1-7/+2
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever1-1/+1
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever1-0/+2
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever1-1/+0