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