Hi Linus, The following changes since commit ed7e5423014ad89720fcf315c0b73f2c5d0c7bd2: pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done (2014-01-22 18:10:49 -0700) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.14-2 for you to fetch changes up to a1800acaf7d1c2bf6d68b9a8f4ab8560cc66555a: nfs: initialize the ACL support bits to zero. (2014-01-31 08:28:16 -0500) Please note that this pull excludes the fixes for the NFSv3 posix acl regressions, since at least one of those patches will need an ack from Al and/or Christoph. Cheers Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 3.14 Highlights: - Fix several races in nfs_revalidate_mapping - NFSv4.1 slot leakage in the pNFS files driver - Stable fix for a slot leak in nfs40_sequence_done - Don't reject NFSv4 servers that support ACLs with only ALLOW aces ---------------------------------------------------------------- Andy Adamson (1): NFSv4.1 free slot before resending I/O to MDS Jeff Layton (3): NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping sunrpc: turn warn_gssd() log message into a dprintk() nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING Malahal Naineni (2): nfs: handle servers that support only ALLOW ACE type. nfs: initialize the ACL support bits to zero. Trond Myklebust (4): NFS: Fix races in nfs_revalidate_mapping NFSv4: Fix a slot leak in nfs40_sequence_done NFSv4.1: Clean up nfs41_sequence_done NFSv4.1: Cleanup fs/nfs/dir.c | 13 +++++++++-- fs/nfs/inode.c | 51 +++++++++++++++++++++++++++++++++++------- fs/nfs/nfs4_fs.h | 1 + fs/nfs/nfs4client.c | 5 +---- fs/nfs/nfs4filelayout.c | 8 +++++-- fs/nfs/nfs4proc.c | 31 ++++++++++++------------- fs/nfs/nfs4xdr.c | 2 +- fs/nfs/nfstrace.h | 1 + fs/nfs/write.c | 7 +++++- include/linux/nfs_fs.h | 1 + net/sunrpc/auth_gss/auth_gss.c | 8 +------ 11 files changed, 86 insertions(+), 42 deletions(-) -- Trond Myklebust Linux NFS client maintainer