mbox series

[GIT,PULL] Please pull NFS client bugfixes

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

Pull-request

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

Message

Trond Myklebust Sept. 12, 2022, 9:34 p.m. UTC
Hi Linus,

The following changes since commit ed06fce0b034b2e25bd93430f5c4cbb28036cc1a:

  SUNRPC: RPC level errors should set task->tk_rpc_status (2022-08-19 20:32:05 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 13bd9014180425f5a35eaf3735971d582c299292:

  Revert "SUNRPC: Remove unreachable error condition" (2022-09-08 11:11:23 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 6.0

Highlights include:

Bugfixes
- Fix SUNRPC call completion races with call_decode() that trigger a
  WARN_ON()
- NFSv4.0 cannot support open-by-filehandle and NFS re-export
- Revert "SUNRPC: Remove unreachable error condition" to allow handling
  of error conditions
- Update suid/sgid mode bits after ALLOCATE and DEALLOCATE

----------------------------------------------------------------
Anna Schumaker (1):
      NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE

Dan Aloni (1):
      Revert "SUNRPC: Remove unreachable error condition"

Trond Myklebust (2):
      SUNRPC: Fix call completion races with call_decode()
      NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0

 fs/nfs/internal.h  | 25 +++++++++++++++++++++++++
 fs/nfs/nfs42proc.c |  9 +++++++--
 fs/nfs/super.c     | 27 ++++++++++++++++++---------
 fs/nfs/write.c     | 25 -------------------------
 net/sunrpc/clnt.c  |  3 +++
 net/sunrpc/xprt.c  |  8 ++++----
 6 files changed, 57 insertions(+), 40 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2022, 9:57 p.m. UTC | #1
The pull request you sent on Mon, 12 Sep 2022 21:34:51 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6504d82f4440755d6fc1385532f84d0344243d61

Thank you!