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