mbox series

[GIT,PULL] nfsd fixes for 5.12-rc (first round)

Message ID B73DACE8-1CFE-4289-97E8-B99D0F0F99DC@oracle.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] nfsd fixes for 5.12-rc (first round) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-2

Message

Chuck Lever III March 16, 2021, 1:44 p.m. UTC
Hi Linus-

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-2

for you to fetch changes up to bade4be69a6ea6f38c5894468ede10ee60b6f7a0:

  svcrdma: Revert "svcrdma: Reduce Receive doorbell rate" (2021-03-11 15:26:07 -0500)

----------------------------------------------------------------
Miscellaneous NFSD fixes for v5.12-rc.

----------------------------------------------------------------
Chuck Lever (1):
      svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"

Daniel Kobras (1):
      sunrpc: fix refcount leak for rpc auth modules

J. Bruce Fields (4):
      nfsd: don't abort copies early
      rpc: fix NULL dereference on kmalloc failure
      Revert "nfsd4: remove check_conflicting_opens warning"
      Revert "nfsd4: a client's own opens needn't prevent delegations"

Joe Korty (1):
      NFSD: Repair misuse of sv_lock in 5.10.16-rt30.

Julian Braha (1):
      fs: nfsd: fix kconfig dependency warning for NFSD_V4

Olga Kornievskaia (2):
      NFSD: fix dest to src mount in inter-server COPY
      NFSD: fix error handling in NFSv4.0 callbacks

Timo Rothenpieler (1):
      svcrdma: disable timeouts on rdma backchannel

Trond Myklebust (1):
      nfsd: Don't keep looking up unhashed files in the nfsd file cache

 fs/locks.c                                 |  3 ---
 fs/nfsd/Kconfig                            |  1 +
 fs/nfsd/filecache.c                        |  2 ++
 fs/nfsd/nfs4callback.c                     |  1 +
 fs/nfsd/nfs4proc.c                         |  2 +-
 fs/nfsd/nfs4state.c                        | 55 +++++++++++++++----------------------------------------
 include/linux/sunrpc/svc_rdma.h            |  1 -
 net/sunrpc/auth_gss/svcauth_gss.c          | 11 +++++++----
 net/sunrpc/svc.c                           |  6 ++++--
 net/sunrpc/svc_xprt.c                      |  4 ++--
 net/sunrpc/xprtrdma/svc_rdma_backchannel.c |  6 +++---
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c    | 82 +++++++++++++++++++++++++++++++++++++++-------------------------------------------
 12 files changed, 75 insertions(+), 99 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org March 16, 2021, 5:42 p.m. UTC | #1
The pull request you sent on Tue, 16 Mar 2021 13:44:28 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.12-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4108e101972ce4e25d87fd4806b182505ef22ee8

Thank you!