Hi Linus- The following changes since commit b73ac6808b0f7994a05ebc38571e2e9eaf98a0f4: NFSD: Use DEFINE_SPINLOCK() for spinlock (2021-04-06 11:27:38 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.13-1 for you to fetch changes up to b9f83ffaa0c096b4c832a43964fe6bff3acffe10: SUNRPC: Fix null pointer dereference in svc_rqst_free() (2021-04-23 10:43:05 -0400) ---------------------------------------------------------------- Additional fixes and clean-ups for NFSD since tags/nfsd-5.13, including a fix to grant read delegations for files open for writing. ---------------------------------------------------------------- Chuck Lever (3): svcrdma: Don't leak send_ctxt on Send errors svcrdma: Rename goto labels in svc_rdma_sendto() svcrdma: Pass a useful error code to the send_err tracepoint Dan Carpenter (1): SUNRPC: fix ternary sign expansion bug in tracing Gustavo A. R. Silva (1): nfsd: Fix fall-through warnings for Clang J. Bruce Fields (5): nfsd: ensure new clients break delegations nfsd: hash nfs4_files by inode number nfsd: track filehandle aliasing in nfs4_files nfsd: reshuffle some code nfsd: grant read delegations to clients holding writes Jiapeng Chong (1): nfsd: remove unused function Vasily Averin (1): nfsd: removed unused argument in nfsd_startup_generic() Yunjian Wang (1): SUNRPC: Fix null pointer dereference in svc_rqst_free() fs/locks.c | 3 + fs/nfsd/nfs4state.c | 415 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------- fs/nfsd/nfsctl.c | 1 + fs/nfsd/nfssvc.c | 8 +- fs/nfsd/state.h | 3 +- net/sunrpc/svc.c | 3 +- net/sunrpc/svcsock.c | 2 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 36 +++++---- 8 files changed, 280 insertions(+), 191 deletions(-) -- Chuck Lever