aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+6
2009-05-03svcrdma: clean up error paths.Steve Wise2-1/+5
2009-05-02SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2-9/+23
2009-04-25svcrdma: Fix dma map direction for rdma read targetsSteve Wise1-1/+1
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-38/+127
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2-1/+3
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust10-383/+505
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust1-12/+24
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar4-52/+61
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-12/+2
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-03-28SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4Chuck Lever1-22/+0
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever2-8/+12
2009-03-28SUNRPC: Simplify kernel RPC service registrationChuck Lever1-45/+34
2009-03-28SUNRPC: Simplify svc_unregister()Chuck Lever1-21/+14
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever1-10/+28
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringChuck Lever1-3/+10
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever1-14/+12
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever1-2/+2
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever1-17/+6
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever1-6/+4
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-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27sunrpc/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-26Merge 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-18svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2009-03-18knfsd: add file to export stats about nfsd poolsGreg Banks1-1/+99
2009-03-18knfsd: 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