aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAge
* Merge branch 'bugfixes'Trond Myklebust2015-04-23
|\
| * SUNRPC: Fix a regression when reconnectingTrond Myklebust2015-03-27
* | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-04-23
|/
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-09
* 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: eliminate RPC_DEBUGJeff Layton2014-11-24
* sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-24
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-13
|\
| * SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust2014-07-03
* | svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-18
|/
* 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
* Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-28
|\
| * SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust2013-12-31
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
|/
* SUNRPC: remove an unnecessary if statementwangweidong2013-10-28
* SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust2013-10-01
* SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-01
* SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-01
* SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust2013-10-01
* SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust2013-10-01
* SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-26
* SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2013-04-14
* SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-02-22
* SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-01
* SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust2013-02-01
* 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: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-01
* SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2013-01-08
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-28
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-07
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-29
|\
| * sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-05-19
| * sunrpc: suppress page allocation warnings in xprt_alloc_slot()Jeff Layton2012-05-16
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
|/
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-02
* NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-17
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-16
* SUNRPC: remove an unneeded NULL check in xprt_connect()Dan Carpenter2012-02-06
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-01-31
* SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust2011-12-01
* net: fix new sunrpc kernel-doc warningRandy Dunlap2011-07-28
* 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