Hi Linus, The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.10-3 for you to fetch changes up to 83c168bf8017212a9d502536f9dcd0b54d24e330: NFS: Fix SETCLIENTID fallback if GSS is not available (2013-05-23 18:50:40 -0400) ---------------------------------------------------------------- NFS client bugfixes for 3.10 - Stable fix to prevent an rpc_task wakeup race - Fix a NFSv4.1 session drain deadlock - Fix a NFSv4/v4.1 mount regression when not running rpc.gssd - Ensure auth_gss pipe detection works in namespaces - Fix SETCLIENTID fallback if rpcsec_gss is not available ---------------------------------------------------------------- Andy Adamson (1): NFSv4.1 Fix a pNFS session draining deadlock Chuck Lever (1): NFS: Fix SETCLIENTID fallback if GSS is not available Trond Myklebust (4): SUNRPC: Fix a bug in gss_create_upcall SUNRPC: Faster detection if gssd is actually running SUNRPC: Convert auth_gss pipe detection to work in namespaces SUNRPC: Prevent an rpc_task wakeup race fs/nfs/callback_proc.c | 2 +- fs/nfs/callback_xdr.c | 2 +- fs/nfs/nfs4client.c | 2 +- fs/nfs/nfs4proc.c | 2 +- fs/nfs/nfs4session.c | 4 +-- fs/nfs/nfs4session.h | 13 +++++---- fs/nfs/nfs4state.c | 15 +++++----- net/sunrpc/auth_gss/auth_gss.c | 62 ++++++++++++++++++++++++++++-------------- net/sunrpc/netns.h | 4 +++ net/sunrpc/rpc_pipe.c | 5 ++++ net/sunrpc/sched.c | 8 +++++- 11 files changed, 78 insertions(+), 41 deletions(-) -- Trond Myklebust Linux NFS client maintainer NetApp trond.mykleb...@netapp.com www.netapp.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/