Hi Linus, The following changes since commit 3fa5cbdc44de190f2c5605ba7db015ae0d26f668: NFS: Improve readpage/writepage tracing (2022-08-09 14:11:34 -0400) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.20-2 for you to fetch changes up to ed06fce0b034b2e25bd93430f5c4cbb28036cc1a: SUNRPC: RPC level errors should set task->tk_rpc_status (2022-08-19 20:32:05 -0400) Thanks, Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 6.0 Highlights include: Stable fixes - NFS: Fix another fsync() issue after a server reboot Bugfixes - NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT - NFS: Fix missing unlock in nfs_unlink() - Add sanity checking of the file type used by __nfs42_ssc_open - Fix a case where we're failing to set task->tk_rpc_status Cleanups - Remove the flag NFS_CONTEXT_RESEND_WRITES that got obsoleted by the fsync() fix ---------------------------------------------------------------- NeilBrown (1): NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT Olga Kornievskaia (1): NFSv4.2 fix problems with __nfs42_ssc_open Sun Ke (1): NFS: Fix missing unlock in nfs_unlink() Trond Myklebust (4): NFS: Fix another fsync() issue after a server reboot NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES SUNRPC: RPC level errors should set task->tk_rpc_status fs/nfs/dir.c | 7 +++++-- fs/nfs/file.c | 15 ++++++--------- fs/nfs/inode.c | 1 + fs/nfs/nfs4file.c | 6 ++++++ fs/nfs/pnfs.c | 1 - fs/nfs/write.c | 6 ++++-- include/linux/nfs_fs.h | 2 +- net/sunrpc/clnt.c | 2 +- 8 files changed, 24 insertions(+), 16 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx