summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever2009-03-281-17/+6Star
* SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever2009-03-281-6/+4Star
* SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-6/+5Star
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-6/+9
* SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever2009-03-281-3/+3
* SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-282-11/+12
* SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-281-5/+11
* SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever2009-03-281-3/+8
* SVCRDMA: fix recent printk format warnings.Tom Talpey2009-03-191-1/+1
* SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust2009-03-191-1/+1
* SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust2009-03-191-68/+72
* SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust2009-03-191-2/+11
* SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-191-17/+81
* SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust2009-03-111-4/+7
* SUNRPC: Delay, then retry on connection errors.Trond Myklebust2009-03-111-18/+16Star
* SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust2009-03-113-52/+41Star
* SUNRPC: Handle socket errors correctlyTrond Myklebust2009-03-111-7/+5Star
* SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-113-37/+34Star
* SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust2009-03-111-4/+14
* SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust2009-03-111-4/+1Star
* SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust2009-03-111-8/+18
* SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+31
* XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey2009-03-111-12/+14
* SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey2009-03-111-3/+5
* SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever2009-03-111-18/+26
* SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-112-5/+10
* SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
* SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust2009-03-111-13/+20
* sunrpc: fix rdma dependenciesRandy Dunlap2009-02-041-1/+1
* nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields2009-01-271-3/+2Star
* fs/Kconfig: move sunrpc outAlexey Dobriyan2009-01-221-0/+79
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-077-39/+39
* svc: Clean up deferred requests on transport destructionTom Tucker2009-01-071-7/+18
* svc: Move kfree of deferral record to common codeTom Tucker2009-01-072-5/+3Star
* SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust2009-01-061-1/+20
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-061-6/+16
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0Star
* Merge branch 'devel' into nextTrond Myklebust2008-12-308-111/+350
|\
| * rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
| * rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
| * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+5
| * rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-231-0/+1
| * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+16
| * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+23
| * rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
| * rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
| * rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
| * rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
| * rpc: call release_pipe only on last close\"J. Bruce Fields\2008-12-231-3/+6
| * rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-7/+15