linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Client-side migration support for 2.6.40 [take 3]
@ 2011-05-09 19:36 Chuck Lever
  2011-05-09 19:36 ` [PATCH 01/16] SUNRPC: Allow temporary blocking of an rpc client Chuck Lever
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Chuck Lever @ 2011-05-09 19:36 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

Hi-

Here is the latest pass at client-side support for NFS4.0 migration.
Some 4.1 support is thrown in, but is not tested (no extant 4.1
servers in the wild support migration).  Patches are against
2.6.39-rc6.

This series adds support for both NFS4ERR_MOVED and
NFS4ERR_LEASE_MOVED.  It can also re-establish a callback channel
with the destination server, post-migration.  I've attempted to
address all comments and re-organization requests from pub night.

This series is what I am testing this week.  I'm sure there are still
some bugs, but let's get the review process rolling.

---

Chuck Lever (12):
      NFS: Implement support for NFS4ERR_LEASE_MOVED
      NFS: Add migration recovery callouts in nfs4proc.c
      NFS: Remove "const" from "struct nfs_server *" fields
      NFS: Add basic migration support to state manager thread
      NFS: Add functions to swap transports during migration recovery
      NFS: Add an API for cloning an nfs_client
      NFS: Add infrastructure for updating callback data
      NFS: Introduce nfs4_proc_get_mig_status()
      NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS
      NFS: Save root file handle in nfs_server
      NFS: Add a client-side function to display file handles
      SUNRPC: Add API to acquire source address

Trond Myklebust (4):
      SUNRPC: Add a helper to switch the transport of the rpc_client
      SUNRPC: Move clnt->cl_server into struct rpc_xprt
      SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
      SUNRPC: Allow temporary blocking of an rpc client


 fs/nfs/callback.c            |    3 
 fs/nfs/callback_proc.c       |    9 -
 fs/nfs/client.c              |   88 +++++++-
 fs/nfs/getroot.c             |    5 
 fs/nfs/inode.c               |   45 ++++
 fs/nfs/internal.h            |    6 +
 fs/nfs/nfs4_fs.h             |    8 +
 fs/nfs/nfs4namespace.c       |  202 ++++++++++++++++++
 fs/nfs/nfs4proc.c            |  218 +++++++++++++++++---
 fs/nfs/nfs4state.c           |  227 ++++++++++++++++++++-
 fs/nfs/nfs4xdr.c             |   50 +++--
 fs/nfs/super.c               |    5 
 include/linux/nfs_fs.h       |   14 +
 include/linux/nfs_fs_sb.h    |    7 +
 include/linux/nfs_xdr.h      |   42 ++--
 include/linux/sunrpc/clnt.h  |   22 ++
 include/linux/sunrpc/debug.h |   11 +
 include/linux/sunrpc/xprt.h  |    2 
 net/sunrpc/clnt.c            |  461 +++++++++++++++++++++++++++++++++++++-----
 net/sunrpc/rpc_pipe.c        |    5 
 net/sunrpc/rpcb_clnt.c       |   24 +-
 net/sunrpc/stats.c           |    6 -
 net/sunrpc/xprt.c            |   14 +
 23 files changed, 1320 insertions(+), 154 deletions(-)

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-05-12 19:30 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-09 19:36 [PATCH 00/16] Client-side migration support for 2.6.40 [take 3] Chuck Lever
2011-05-09 19:36 ` [PATCH 01/16] SUNRPC: Allow temporary blocking of an rpc client Chuck Lever
2011-05-09 19:36 ` [PATCH 02/16] SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field Chuck Lever
2011-05-09 19:36 ` [PATCH 03/16] SUNRPC: Move clnt->cl_server into struct rpc_xprt Chuck Lever
2011-05-09 19:36 ` [PATCH 04/16] SUNRPC: Add a helper to switch the transport of the rpc_client Chuck Lever
2011-05-09 19:37 ` [PATCH 05/16] SUNRPC: Add API to acquire source address Chuck Lever
2011-05-09 19:37 ` [PATCH 06/16] NFS: Add a client-side function to display file handles Chuck Lever
2011-05-09 19:37 ` [PATCH 07/16] NFS: Save root file handle in nfs_server Chuck Lever
2011-05-09 19:37 ` [PATCH 08/16] NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS Chuck Lever
2011-05-09 19:37 ` [PATCH 09/16] NFS: Introduce nfs4_proc_get_mig_status() Chuck Lever
2011-05-09 19:37 ` [PATCH 10/16] NFS: Add infrastructure for updating callback data Chuck Lever
2011-05-09 19:38 ` [PATCH 11/16] NFS: Add an API for cloning an nfs_client Chuck Lever
2011-05-12 17:30   ` Chuck Lever
2011-05-12 19:30     ` Trond Myklebust
2011-05-09 19:38 ` [PATCH 12/16] NFS: Add functions to swap transports during migration recovery Chuck Lever
2011-05-09 19:38 ` [PATCH 13/16] NFS: Add basic migration support to state manager thread Chuck Lever
2011-05-09 19:38 ` [PATCH 14/16] NFS: Remove "const" from "struct nfs_server *" fields Chuck Lever
2011-05-09 19:38 ` [PATCH 15/16] NFS: Add migration recovery callouts in nfs4proc.c Chuck Lever
2011-05-09 19:38 ` [PATCH 16/16] NFS: Implement support for NFS4ERR_LEASE_MOVED Chuck Lever
2011-05-09 22:48   ` Chuck Lever
2011-05-11  0:20     ` Tom Haynes
     [not found]       ` <4DC9D636.3050307-8AdZ+HgO7noAvxtiuMwx3w@public.gmane.org>
2011-05-11 14:04         ` Chuck Lever
2011-05-12 15:37       ` Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).