mbox series

[GIT,PULL] Please pull NFS client bugfixes for Linux 6.0

Message ID b3717e756e8360d0f8ccb70a9b13b4cd9d503a8d.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfixes for Linux 6.0 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.20-2

Message

Trond Myklebust Aug. 22, 2022, 5:40 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 22, 2022, 6:48 p.m. UTC | #1
The pull request you sent on Mon, 22 Aug 2022 17:40:18 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.20-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/072e51356cd5a4a1c12c1020bc054c99b98333df

Thank you!