mbox series

[GIT,PULL] A few more NFS client bugfixes for Linux 5.8

Message ID CAFX2Jfmu8sMKGgvUSkvntktDZD_uDhu=5d6TyqH-RuDpG4xgaA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] A few more NFS client bugfixes for Linux 5.8 | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git nfs-for-5.8-3

Message

Anna Schumaker July 17, 2020, 9:27 p.m. UTC
Hi Linus,

The following changes since commit 11ba468877bb23f28956a35e896356252d63c983:

  Linux 5.8-rc5 (2020-07-12 16:34:50 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git nfs-for-5.8-3

for you to fetch changes up to 65caafd0d2145d1dd02072c4ced540624daeab40:

  SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for
direct IO compeletion") (2020-07-17 14:47:38 -0400)

----------------------------------------------------------------
These are mostly SUNRPC and NFSoRDMA fixes, but there is an NFS layer fix too.

- NFS: Fix interrupted slots by using the SEQUENCE operation
- SUNRPC: reverte d03727b248d0 to fix unkillable IOs
- xprtrdma: Fix double-free in rpcrdma_ep_create()
- xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()
- xprtrdma: Fix return code from rpcrdma_xprt_connect()
- xprtrdma: Fix handling of connect errors
- xprtrdma: Fix incorrect header size calculations

Thanks,
Anna

----------------------------------------------------------------
Anna Schumaker (1):
      NFS: Fix interrupted slots by sending a solo SEQUENCE operation

Chuck Lever (4):
      xprtrdma: Fix double-free in rpcrdma_ep_create()
      xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()
      xprtrdma: Fix return code from rpcrdma_xprt_connect()
      xprtrdma: Fix handling of connect errors

Colin Ian King (1):
      xprtrdma: fix incorrect header size calculations

Olga Kornievskaia (1):
      SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for
direct IO compeletion")

 fs/nfs/direct.c                 | 13 ++++---------
 fs/nfs/file.c                   |  1 -
 fs/nfs/nfs4proc.c               | 20 ++++++++++++++++++--
 net/sunrpc/xprtrdma/rpc_rdma.c  |  4 ++--
 net/sunrpc/xprtrdma/transport.c |  5 +++++
 net/sunrpc/xprtrdma/verbs.c     | 35 ++++++++++++++++-------------------
 6 files changed, 45 insertions(+), 33 deletions(-)

Comments

pr-tracker-bot@kernel.org July 17, 2020, 11:45 p.m. UTC | #1
The pull request you sent on Fri, 17 Jul 2020 17:27:38 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git nfs-for-5.8-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6a70f89cc58f2368efa055cbcbd8b37384f6c588

Thank you!