aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAge
* 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
* SUNRPC: Initalise the struct xprt upon allocationTrond Myklebust2011-07-17
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-17
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-15
* NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker2011-04-18
* xprt: remove redundant checkj223yang@asset.uwaterloo.ca2011-03-17
* SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-17
* xprt: remove redundant null checkj223yang@asset.uwaterloo.ca2011-03-15
* rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-11
* rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-11
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-19
* sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov2010-10-19
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-01
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-01
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-01
* SUNRPC: prevent task_cleanup running on freed xprtJ. Bruce Fields2010-08-04
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-04
* sunrpc: use formatting of module name in SUNRPCAlex Riesen2010-05-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
| * net: Fix various endianness glitchesEric Dumazet2010-04-20
* | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-14
* | SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-14
* | SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-14
* | SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-14
* | SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-14
* | SUNRPC: Clean up xprt_release()Trond Myklebust2010-05-14
|/
* SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-22
* SUNRPC: Ensure that we honour autoclose before attempting to reconnectTrond Myklebust2009-12-03
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-11
* nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga2009-06-17
* nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.Rahul Iyer2009-06-17
* nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-17
* nfs41: Initialize new rpc_xprt callback related fieldsRicardo Labiaga2009-06-17
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-02
* SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust2009-03-11
* SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-11
* SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-11
* SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-11
* sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev2008-10-07
* SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2008-07-09
* SUNRPC: Remove obsolete messages during transport connectChuck Lever2008-07-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-28
|\
| * sunrpc: fix missing kernel-docRandy Dunlap2008-04-27
* | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-19
* | SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust2008-04-19