linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] 3.7 candidates
@ 2012-09-14 21:23 Chuck Lever
  2012-09-14 21:23 ` [PATCH 01/10] NFS: nfs_parsed_mount_options can use unsigned int Chuck Lever
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Chuck Lever @ 2012-09-14 21:23 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

Hi-

Please consider these patches for 3.7.  This series adds support for
uniform client strings and server trunking detection, in addition to
addressing the "rpcauth_create() returns EEXIST" issue, as discussed.
While the UCS work has seen some light testing, more review is
welcome.

Instead of changing the documented name for the new
nfs.nfs4_unique_id module parameter as we discussed, I moved the
parameter to the super.c module with most of the other parameters,
so it's name remains without the nfs4. prefix.  I haven't had a
chance to test this final change.

---

Chuck Lever (10):
      NFS: Add nfs4_unique_id boot parameter
      NFS: Discover NFSv4 server trunking when mounting
      NFS: Use the same nfs_client_id4 for every server
      NFS: Introduce "migration" mount option
      SUNRPC: Introduce rpc_clone_client_set_auth()
      SUNRPC: Refactor rpc_clone_client()
      SUNRPC: Use __func__ in dprintk() in auth_gss.c
      SUNRPC: Clean up dprintk messages in rpc_pipe.c
      NFS: Slow down state manager after an unhandled error
      NFS: nfs_parsed_mount_options can use unsigned int


 Documentation/filesystems/nfs/nfs.txt |   44 +++++-
 Documentation/kernel-parameters.txt   |    5 +
 fs/nfs/client.c                       |   18 +-
 fs/nfs/internal.h                     |   14 +-
 fs/nfs/nfs4_fs.h                      |   11 +
 fs/nfs/nfs4client.c                   |  253 +++++++++++++++++++++++++++++++++
 fs/nfs/nfs4namespace.c                |   14 --
 fs/nfs/nfs4proc.c                     |   59 ++++++--
 fs/nfs/nfs4state.c                    |  183 ++++++++++++++++++++++++
 fs/nfs/super.c                        |   25 +++
 include/linux/nfs_fs_sb.h             |    3 
 include/linux/sunrpc/clnt.h           |    2 
 net/sunrpc/auth_gss/auth_gss.c        |   58 ++++----
 net/sunrpc/clnt.c                     |  105 ++++++++------
 net/sunrpc/rpc_pipe.c                 |    8 +
 15 files changed, 684 insertions(+), 118 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2012-09-14 21:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 21:23 [PATCH 00/10] 3.7 candidates Chuck Lever
2012-09-14 21:23 ` [PATCH 01/10] NFS: nfs_parsed_mount_options can use unsigned int Chuck Lever
2012-09-14 21:23 ` [PATCH 02/10] NFS: Slow down state manager after an unhandled error Chuck Lever
2012-09-14 21:23 ` [PATCH 03/10] SUNRPC: Clean up dprintk messages in rpc_pipe.c Chuck Lever
2012-09-14 21:23 ` [PATCH 04/10] SUNRPC: Use __func__ in dprintk() in auth_gss.c Chuck Lever
2012-09-14 21:23 ` [PATCH 05/10] SUNRPC: Refactor rpc_clone_client() Chuck Lever
2012-09-14 21:24 ` [PATCH 06/10] SUNRPC: Introduce rpc_clone_client_set_auth() Chuck Lever
2012-09-14 21:24 ` [PATCH 07/10] NFS: Introduce "migration" mount option Chuck Lever
2012-09-14 21:24 ` [PATCH 08/10] NFS: Use the same nfs_client_id4 for every server Chuck Lever
2012-09-14 21:24 ` [PATCH 09/10] NFS: Discover NFSv4 server trunking when mounting Chuck Lever
2012-09-14 21:24 ` [PATCH 10/10] NFS: Add nfs4_unique_id boot parameter 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).