Hi Linus, The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.12-2 for you to fetch changes up to 4f8be1f53bf615102d103c0509ffa9596f65b718: nfs: we don't support removing system.nfs4_acl (2021-03-11 13:17:42 -0500) ---------------------------------------------------------------- These are mostly fixes for issues discovered at the recent NFS bakeathon - Fix PNFS_FLEXFILE_LAYOUT kconfig so it is possible to build into the kernel - Correct size calculationn for create reply length - Set memalloc_nofs_save() for sync tasks to prevent deadlocks - Don't revalidate directory permissions on lookup failure - Don't clear inode cache when lookup fails - Change functions to use nfs_set_cache_invalid() for proper delegation handling - Fix return value of _nfs4_get_security_label() - Return an error when attempting to remove system.nfs4_acl Thanks, Anna ---------------------------------------------------------------- Benjamin Coddington (1): SUNRPC: Set memalloc_nofs_save() for sync tasks Frank Sorenson (1): NFS: Correct size calculation for create reply length J. Bruce Fields (1): nfs: we don't support removing system.nfs4_acl Ondrej Mosnacek (1): NFSv4.2: fix return value of _nfs4_get_security_label() Timo Rothenpieler (1): nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default Trond Myklebust (5): NFS: Don't revalidate the directory permissions on a lookup failure NFS: Don't gratuitously clear the inode cache when lookup failed NFS: Clean up function nfs_mark_dir_for_revalidate() NFS: Fix open coded versions of nfs_set_cache_invalid() NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4 fs/nfs/Kconfig | 2 +- fs/nfs/dir.c | 58 +++++++++++++++++++++++++++++++++------------------------- fs/nfs/inode.c | 7 ++++--- fs/nfs/internal.h | 3 ++- fs/nfs/nfs3xdr.c | 3 ++- fs/nfs/nfs42proc.c | 12 +++++++----- fs/nfs/nfs4proc.c | 33 ++++++++++++++++----------------- fs/nfs/unlink.c | 6 +++--- fs/nfs/write.c | 8 ++++---- net/sunrpc/sched.c | 5 ++++- 10 files changed, 76 insertions(+), 61 deletions(-)