aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-03-201-1/+5
* SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2013-02-061-2/+10
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-191-14/+20
* sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-06-101-2/+3
* 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
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+3
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-0/+7
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-0/+22
* SUNRPC: prevent task_cleanup running on freed xprtJ. Bruce Fields2010-08-041-0/+1
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-0/+2
* sunrpc: use formatting of module name in SUNRPCAlex Riesen2010-05-251-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-1/+1
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
| * net: Fix various endianness glitchesEric Dumazet2010-04-201-1/+1
* | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-2/+2
* | SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-141-3/+5
* | SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-141-9/+4
* | SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-141-1/+1
* | SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-141-1/+5
* | SUNRPC: Clean up xprt_release()Trond Myklebust2010-05-141-16/+16
|/
* SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-221-13/+9
* SUNRPC: Ensure that we honour autoclose before attempting to reconnectTrond Myklebust2009-12-031-0/+4
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-4/+11
* nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga2009-06-171-7/+8
* nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.Rahul Iyer2009-06-171-2/+2
* nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-171-6/+32
* nfs41: Initialize new rpc_xprt callback related fieldsRicardo Labiaga2009-06-171-0/+5
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-021-4/+2
* SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust2009-03-111-14/+6
* SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-111-22/+16
* SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+31
* SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-111-1/+1
* sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev2008-10-071-8/+4
* SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2008-07-091-0/+1
* SUNRPC: Remove obsolete messages during transport connectChuck Lever2008-07-091-7/+1