Hi Linus, The following changes since commit 8a1f006ad302ea178aefb1f8c67e679c696289e9: Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2014-01-31 15:39:07 -0800) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.14-3 for you to fetch changes up to 88a78a912ee059467ae6db7429a6efe4654620a5: Merge branch 'acl_fixes' into linux-next (2014-02-03 17:13:45 -0500) ---------------------------------------------------------------- NFS client bugfixes for Linux 3.14 Highlights: - Fix NFSv3 acl regressions - Fix NFSv4 memory corruption due to slot table abuse in nfs4_proc_open_confirm - nfs4_destroy_session must call rpc_destroy_waitqueue ---------------------------------------------------------------- Noah Massey (1): nfs: fix setting of ACLs on file creation. Trond Myklebust (6): NFSv4: Fix memory corruption in nfs4_proc_open_confirm NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueue NFSv3: Remove unused function nfs3_proc_set_default_acl NFSv3: Fix return value of nfs3_proc_setacls fs: get_acl() must be allowed to return EOPNOTSUPP Merge branch 'acl_fixes' into linux-next fs/nfs/nfs3acl.c | 34 ++++++++++++---------------------- fs/nfs/nfs4client.c | 2 +- fs/nfs/nfs4proc.c | 8 ++++---- fs/nfs/nfs4session.c | 25 ++++++++++++++++++++----- fs/nfs/nfs4session.h | 2 +- fs/posix_acl.c | 18 ++++++++++++------ include/linux/nfs_xdr.h | 2 ++ 7 files changed, 52 insertions(+), 39 deletions(-) -- Trond Myklebust Linux NFS client maintainer -- 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