mbox series

[GIT,PULL] Please pull NFS Client bugfixes for 5.4-rc3

Message ID 5e755211af46cd98099145223b8d4929542a8141.camel@netapp.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS Client bugfixes for 5.4-rc3 | expand

Pull-request

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

Message

Schumaker, Anna Oct. 11, 2019, 9:14 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 11, 2019, 9:35 p.m. UTC | #1
The pull request you sent on Fri, 11 Oct 2019 21:14:20 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1c0cc5f1ae5ee5a6913704c0d75a6e99604ee30a

Thank you!