summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-091-1/+0Star
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-1/+0Star
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-091-1/+0Star
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-091-0/+3
* sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-271-0/+3
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-251-0/+1
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-111-0/+6
|\
| * SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-0/+6
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
|/
* NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-1/+12
* SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-021-1/+1
* SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-261-0/+1
* SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-141-0/+3
* SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2013-04-141-0/+2
* SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-011-2/+2
* SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-1/+1
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-2/+1Star
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+3
* nfs: enable swap on NFSMel Gorman2012-08-011-0/+3
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-0/+2
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-2/+5
* SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust2012-02-071-1/+1
* SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust2011-07-181-1/+0Star
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-181-2/+7
* SUNRPC: Clean up the slot table allocationTrond Myklebust2011-07-171-2/+0Star
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-3/+3
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-8/+8
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-271-1/+2
* SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-171-2/+1Star
* rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-111-0/+1
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+2
* sunrpc: Add net to xprt_createPavel Emelyanov2010-10-011-0/+1
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-0/+1
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-0/+1
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-0/+1
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-2/+4
* SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-141-1/+2
* SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-141-1/+0Star
* SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-141-2/+1Star
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-131-0/+18
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+1
* SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-1/+0Star
* SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-1/+0Star
* nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga2009-06-171-1/+2
* nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-171-0/+12
* nfs41: New backchannel helper routinesRicardo Labiaga2009-06-171-0/+1
* nfs41: client callback structuresRicardo Labiaga2009-06-171-0/+22
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-031-0/+1
* SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-191-0/+1
* SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+1