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(-)