Hi Linus, The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841: Linux 6.16-rc3 (2025-06-22 13:30:08 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.16-2 for you to fetch changes up to 38074de35b015df5623f524d6f2b49a0cd395c40: NFSv4/flexfiles: Fix handling of NFS level errors in I/O (2025-06-26 13:46:44 -0400) ---------------------------------------------------------------- NFS Client Bugfixes for Linux 6.16 * Fix loop in GSS sequence number cache * Clean up /proc/net/rpc/nfs if nfs_fs_proc_net_init() fails * Fix a race to wake on NFS_LAYOUT_DRAIN * Fix handling of NFS level errors in I/O Thanks, Anna ---------------------------------------------------------------- Benjamin Coddington (1): NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN Kuniyuki Iwashima (1): nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails. Nikhil Jha (1): sunrpc: fix loop in gss seqno cache Trond Myklebust (1): NFSv4/flexfiles: Fix handling of NFS level errors in I/O fs/nfs/flexfilelayout/flexfilelayout.c | 118 +++++++++++++++++++++++---------- fs/nfs/inode.c | 17 ++++- fs/nfs/pnfs.c | 4 +- net/sunrpc/auth_gss/auth_gss.c | 2 +- 4 files changed, 102 insertions(+), 39 deletions(-)