summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-101-19/+9
|\
| * SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-19/+9
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
|/
* NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-12/+0
* Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-281-0/+5
|\
| * SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust2013-12-311-0/+5
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
|/
* SUNRPC: remove an unnecessary if statementwangweidong2013-10-281-3/+1
* SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust2013-10-011-8/+7
* SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-011-3/+12
* SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-011-6/+9
* SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust2013-10-011-0/+10
* SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust2013-10-011-3/+5
* SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-261-0/+2
* SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2013-04-141-3/+58
* SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-02-221-1/+5
* SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-011-2/+2
* SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust2013-02-011-1/+4
* SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-011-3/+3
* SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-1/+1
* SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-1/+3
* SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2013-01-081-2/+10
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-6/+2
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-14/+20
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-3/+4
|\
| * sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-05-191-2/+3
| * sunrpc: suppress page allocation warnings in xprt_alloc_slot()Jeff Layton2012-05-161-1/+1
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
|/
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-1/+14
* NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-171-1/+4
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-1/+6
* SUNRPC: remove an unneeded NULL check in xprt_connect()Dan Carpenter2012-02-061-3/+1
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-01-311-23/+26
* SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust2011-12-011-6/+4
* net: fix new sunrpc kernel-doc warningRandy Dunlap2011-07-281-0/+1
* SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust2011-07-171-21/+21
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-171-11/+59
* SUNRPC: Clean up the slot table allocationTrond Myklebust2011-07-171-27/+37
* SUNRPC: Initalise the struct xprt upon allocationTrond Myklebust2011-07-171-30/+37
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-24/+42
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-2/+2
* NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker2011-04-181-0/+1
* xprt: remove redundant checkj223yang@asset.uwaterloo.ca2011-03-171-1/+1
* SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-171-8/+8
* xprt: remove redundant null checkj223yang@asset.uwaterloo.ca2011-03-151-4/+3
* rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-111-0/+3
* rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-111-1/+1
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-191-4/+2
* sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov2010-10-191-2/+0
OpenPOWER on IntegriCloud