summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+3
* nfs: enable swap on NFSMel Gorman2012-07-311-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-061-1/+1
* SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust2011-07-171-1/+0
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-171-2/+7
* SUNRPC: Clean up the slot table allocationTrond Myklebust2011-07-171-2/+0
* 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/+1
* 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/+0
* SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-141-2/+1
* 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/+0
* SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-1/+0
* 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-021-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
* sunrpc: get rid of rpc_rqst.rq_bufsizeBenny Halevy2008-12-231-2/+1
* SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-191-0/+8
* SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-191-1/+1
* SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-301-1/+1
* SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-301-2/+1
* SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-301-5/+0
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-301-1/+1
* SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust2008-01-301-0/+1
* SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust2008-01-301-0/+1
* NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\2007-10-091-3/+2
* SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\2007-10-091-22/+0