Hi Linus, The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-3 for you to fetch changes up to 01f2f5b82a2b523ae76af53f2ff43c48dde10a00: SUNRPC: fix uninitialized variable warning (2019-03-26 13:04:32 -0700) ---------------------------------------------------------------- NFS client bugfixes for Linux 5.1 Highlights include: Stable fixes: - Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() - fix mount/umount race in nlmclnt. - NFSv4.1 don't free interrupted slot on open Bugfixes: - Don't let RPC_SOFTCONN tasks time out if the transport is connected - Fix a typo in nfs_init_timeout_values() - Fix layoutstats handling during read failovers - fix uninitialized variable warning ---------------------------------------------------------------- Alakesh Haloi (1): SUNRPC: fix uninitialized variable warning Catalin Marinas (1): NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() NeilBrown (1): NFS: fix mount/umount race in nlmclnt. Olga Kornievskaia (1): NFSv4.1 don't free interrupted slot on open Trond Myklebust (3): SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected NFS: Fix a typo in nfs_init_timeout_values() pNFS/flexfiles: Fix layoutstats handling during read failovers fs/lockd/host.c | 3 +-- fs/nfs/client.c | 2 +- fs/nfs/flexfilelayout/flexfilelayout.c | 5 ++++- fs/nfs/nfs4proc.c | 5 ++--- net/sunrpc/clnt.c | 12 +++++++++++- net/sunrpc/xprtsock.c | 4 ++-- 6 files changed, 21 insertions(+), 10 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx