summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xprt.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust1-1/+1
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-0/+1
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust1-0/+2
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-1/+1
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust1-0/+4
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-0/+1
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-2/+3
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-1/+1
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-1/+1
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust1-1/+2
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields1-0/+1
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+1
2016-02-06SUNRPC: Add a structure to track multiple transportsTrond Myklebust1-0/+5
2016-02-01SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-0/+1
2016-02-01SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-13/+3
2015-11-03NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever1-0/+3
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever1-0/+1
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever1-0/+5
2015-06-11SUNRPC: Transport fault injectionChuck Lever1-0/+19
2015-06-11sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-2/+14
2015-06-11sunrpc: make xprt->swapper an atomic_tJeff Layton1-2/+3
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust1-1/+2
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust1-1/+0
2015-02-09SUNRPC: Remove TCP client connection reset hackTrond Myklebust1-1/+0
2015-02-09SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-0/+3
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton1-0/+3
2014-09-25SUNRPC: Don't wake tasks during connection abortBenjamin Coddington1-0/+1
2014-06-11Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+6
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee1-1/+12
2013-10-02SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust1-1/+1
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields1-0/+1
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust1-0/+3
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust1-0/+2
2013-02-01SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust1-2/+2
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust1-1/+1
2012-09-29SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-2/+1
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+3
2012-08-01nfs: enable swap on NFSMel Gorman1-0/+3
2012-03-03SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust1-0/+2
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson1-2/+5
2012-02-07SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust1-1/+1
2011-07-18SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust1-1/+0
2011-07-18SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-2/+7
2011-07-18SUNRPC: Clean up the slot table allocationTrond Myklebust1-2/+0
2011-07-18SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-3/+3