aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAge
* 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
* 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