The following series fixes a number of issues and regressions with the NFS client in kernel 2.6.29-rc7. Cheers Trond --- Chuck Lever (2): NLM: Fix GRANT callback address comparison when IPv6 is enabled NLM: Shrink the IPv4-only version of nlm_cmp_addr() Ian Dall (1): Bug 11061, NFS mounts dropped Suresh Jayaraman (1): NFS: Handle -ESTALE error in access() Trond Myklebust (5): SUNRPC: xprt_connect() don't abort the task if the transport isn't bound SUNRPC: Fix an Oops due to socket not set up yet... NFSv3: Fix posix ACL code NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2) SUNRPC: Tighten up the task locking rules in __rpc_execute() fs/lockd/clntlock.c | 51 ++++++++++++++++++++++++++++++++++- fs/nfs/client.c | 63 ++++++++++++++++++++++++++++++++++++++++++- fs/nfs/dir.c | 8 +++++ fs/nfs/nfs3acl.c | 27 ++++++++++++++---- fs/nfs/nfs3xdr.c | 34 +++++++++-------------- fs/nfs/nfs4namespace.c | 15 +++++----- include/linux/lockd/lockd.h | 8 +++++ include/linux/nfs_xdr.h | 2 + include/linux/nfsacl.h | 3 ++ net/sunrpc/sched.c | 33 ++++++++++++++--------- net/sunrpc/xprt.c | 2 + net/sunrpc/xprtsock.c | 23 ++++++++++++---- 12 files changed, 213 insertions(+), 56 deletions(-) -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html