aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25sunrpc: Export xprt_force_disconnect()Chuck Lever1-0/+1
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever1-2/+0
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown1-1/+2
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-08-02SUNRPC: Fix up socket autodisconnectTrond Myklebust1-8/+18
2016-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust1-2/+4
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust1-4/+4
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-11/+3
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust1-0/+1
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-1/+2
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-3/+21
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+1
2015-09-19SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust1-1/+1
2015-06-16SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown1-0/+3
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+2
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton1-6/+1
2015-03-27SUNRPC: Fix a regression when reconnectingTrond Myklebust1-10/+12
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-4/+33
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton1-0/+8
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton1-1/+8
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+1
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust1-0/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-19/+9
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-19/+9
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee1-12/+0
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+5
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-12-31SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust1-0/+5
2013-10-28SUNRPC: remove an unnecessary if statementwangweidong1-3/+1
2013-10-01SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust1-8/+7
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust1-3/+12
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust1-6/+9
2013-10-01SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust1-0/+10
2013-10-01SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust1-3/+5
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields1-0/+2
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust1-3/+58
2013-02-22SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-02-01SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust1-2/+2
2013-02-01SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust1-1/+4
2013-02-01SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust1-3/+3
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust1-1/+1
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust1-1/+3
2013-01-08SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust1-2/+10
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-6/+2