Hi Linus, The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.4-2 for you to fetch changes up to af84537dbd1b39505d1f3d8023029b4a59666513: SUNRPC: fix race to sk_err after xs_error_report (2019-10-10 16:14:28 -0400) ---------------------------------------------------------------- Stable bugfixes: - Fix O_DIRECT accounting of number of bytes read/written # v4.1+ Other fixes: - Fix nfsi->nrequests count error on nfs_inode_remove_request() - Remove redundant mirror tracking in O_DIRECT - Fix leak of clp->cl_acceptor string - Fix race to sk_err after xs_error_report I hope you have a good weekend! Anna ---------------------------------------------------------------- Benjamin Coddington (1): SUNRPC: fix race to sk_err after xs_error_report Chuck Lever (1): NFSv4: Fix leak of clp->cl_acceptor string Trond Myklebust (2): NFS: Fix O_DIRECT accounting of number of bytes read/written NFS: Remove redundant mirror tracking in O_DIRECT ZhangXiaoxu (1): nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request fs/nfs/direct.c | 106 ++++++++++++++-------------------------- fs/nfs/nfs4proc.c | 1 + fs/nfs/write.c | 5 +- include/linux/sunrpc/xprtsock.h | 1 + net/sunrpc/xprtsock.c | 17 +++---- 5 files changed, 49 insertions(+), 81 deletions(-)