mbox series

[GIT,PULL] NFS Client Bugfixes for 5.19-rc

Message ID 20220617195651.1028948-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] NFS Client Bugfixes for 5.19-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.19-2

Message

Anna Schumaker June 17, 2022, 7:56 p.m. UTC
Hi Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.19-2

for you to fetch changes up to 5ee3d10f84d0a32fc11a55c70c204b6d81fd9ef6:

  NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file (2022-06-15 15:03:12 -0400)

----------------------------------------------------------------
NFS Client Fixes for Linux 5.19-rc

- Bugfixes:
  - Add FMODE_CAN_ODIRECT support to NFSv4 so opens don't fail
  - Fix trunking detection & cl_max_connect setting
  - Avoid pnfs_update_layout() livelocks
  - Don't keep retrying pNFS if the server replies with NFS4ERR_UNAVAILABLE

----------------------------------------------------------------
Dave Wysochanski (1):
      NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file

Scott Mayhew (1):
      sunrpc: set cl_max_connect when cloning an rpc_clnt

Trond Myklebust (2):
      pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
      pNFS: Avoid a live lock condition in pnfs_update_layout()

 fs/nfs/callback_proc.c |  1 +
 fs/nfs/dir.c           |  1 +
 fs/nfs/nfs4file.c      |  1 +
 fs/nfs/pnfs.c          | 21 +++++++++++++++------
 fs/nfs/pnfs.h          |  1 +
 net/sunrpc/clnt.c      |  1 +
 6 files changed, 20 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org June 17, 2022, 8:23 p.m. UTC | #1
The pull request you sent on Fri, 17 Jun 2022 15:56:51 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.19-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b35035bcf80ddb47c0112c4fbd84a63a2836a18

Thank you!