summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+5
* SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-01-311-0/+1
* SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-01-311-13/+3
* 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-101-0/+19
* sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-2/+14
* sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-101-2/+3
* SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-051-1/+2
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-091-1/+0
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-1/+0
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-081-1/+0
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-081-0/+3
* sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-271-0/+3
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-241-0/+1
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-101-0/+6
|\
| * SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-0/+6
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
|/
* NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-1/+12
* SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-011-1/+1
* SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-261-0/+1
* SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-141-0/+3
* SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2013-04-141-0/+2
* SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-011-2/+2
* SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-1/+1
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-2/+1
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+3
* nfs: enable swap on NFSMel Gorman2012-07-311-0/+3
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-0/+2
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-2/+5
* SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust2012-02-061-1/+1
* SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust2011-07-171-1/+0
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-171-2/+7
* SUNRPC: Clean up the slot table allocationTrond Myklebust2011-07-171-2/+0
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-3/+3
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-8/+8
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-271-1/+2
* SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-171-2/+1
* rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-111-0/+1
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+2
OpenPOWER on IntegriCloud