summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-2/+4
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-0/+3
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+3
* | SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-061-0/+1
|/
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-3/+3
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-7/+0Star
* sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-281-1/+0Star
* SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-301-0/+2
* SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust2018-09-301-2/+2
* SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-1/+1
* SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-2/+3
* SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+0Star
* SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+2
* SUNRPC: Improve latency for interactive tasksTrond Myklebust2018-09-301-0/+1
* SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-1/+1
* SUNRPC: Refactor RPC call encodingTrond Myklebust2018-09-301-0/+1
* SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2018-09-301-0/+6
* SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust2018-09-301-2/+7
* SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2018-09-301-0/+1
* SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-0/+1
* SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-1/+1
* SUNRPC: Refactor the transport request pinningTrond Myklebust2018-09-301-0/+1
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-1/+0Star
* xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-071-1/+0Star
* SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-071-0/+4
* SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-0/+1
* SUNRPC: Make num_reqs a non-atomic integerChuck Lever2018-04-101-1/+1
* SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-101-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-051-1/+1
|\
| * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-011-1/+1
* | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-0/+1
* | SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-161-0/+2
|/
* SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-091-0/+4
* SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-191-0/+1
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-2/+3
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-1/+1
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-1/+1
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-1/+1
* SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-1/+2
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-0/+1
* sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-0/+1
* SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-061-0/+5
* SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-02-011-0/+1
* SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-02-011-13/+3Star
* NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-021-0/+3
* svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-021-0/+1
* SUNRPC: Abstract backchannel operationsChuck Lever2015-11-021-0/+5
* SUNRPC: Transport fault injectionChuck Lever2015-06-111-0/+19
* sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-111-2/+14