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