aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-03-28SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4Chuck Lever
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever
2009-03-28SUNRPC: Simplify kernel RPC service registrationChuck Lever
2009-03-28SUNRPC: Simplify svc_unregister()Chuck Lever
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringChuck Lever
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27constify dentry_operations: restAl Viro
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust
2009-03-11SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust
2009-03-10SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust
2009-02-06net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen
2009-02-03sunrpc: fix rdma dependenciesRandy Dunlap
2009-01-27nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker