summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-6/+5
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-6/+9
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever1-3/+3
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever2-11/+12
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever1-5/+11
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever1-3/+8
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-03-28sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu1-1/+0
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-27Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-19/+39
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey1-1/+1
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust1-1/+1
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust1-68/+72
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust1-2/+11
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust1-17/+81
2009-03-19svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2009-03-19knfsd: add file to export stats about nfsd poolsGreg Banks1-1/+99
2009-03-19knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks1-7/+18
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-2/+1
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust1-4/+7
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust1-18/+16
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust3-52/+41
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust1-7/+5
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust3-37/+34
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-03-11SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust1-8/+18
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey1-0/+31
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey1-12/+14
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey1-3/+5
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever1-18/+26
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2-5/+10
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust1-1/+9
2009-03-11SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust1-13/+20
2009-02-07net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen1-32/+21
2009-02-04sunrpc: fix rdma dependenciesRandy Dunlap1-1/+1
2009-01-28nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields1-3/+2
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan1-0/+79
2009-01-08SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust7-39/+39
2009-01-08svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker2-5/+3
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust1-1/+20
2009-01-06sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton1-6/+16
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-12-31Merge branch 'devel' into nextTrond Myklebust8-111/+350
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-81/+67
2008-12-24rpc: add service field to new upcallOlga Kornievskaia1-10/+16
2008-12-24rpc: add target field to new upcallOlga Kornievskaia1-7/+21
2008-12-24nfsd: support callbacks with gss flavorsOlga Kornievskaia1-0/+5
2008-12-24rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1