Hi Linus- The following changes since commit 4fc5f5346592cdc91689455d83885b0af65d71b8: nfsd: fix using the correct variable for sizeof() (2022-03-20 12:49:38 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.18-1 for you to fetch changes up to 4d5004451ab2218eab94a30e1841462c9316ba19: SUNRPC: Fix the svc_deferred_event trace class (2022-04-07 10:22:51 -0400) ---------------------------------------------------------------- NFSD bug fixes for 5.18-rc: - Fix a write performance regression - Fix crashes during request deferral on RDMA transports ---------------------------------------------------------------- Chuck Lever (2): SUNRPC: Fix NFSD's request deferral on RDMA transports SUNRPC: Fix the svc_deferred_event trace class Haowen Bai (1): SUNRPC: Return true/false (not 1/0) from bool functions Trond Myklebust (2): nfsd: Fix a write performance regression nfsd: Clean up nfsd_file_put() fs/nfsd/filecache.c | 25 +++++++++++++++---------- fs/nfsd/nfs2acl.c | 24 ++++++++++++------------ include/linux/sunrpc/svc.h | 1 + include/trace/events/sunrpc.h | 7 ++++--- net/sunrpc/svc_xprt.c | 3 +++ net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 2 +- 6 files changed, 36 insertions(+), 26 deletions(-) -- Chuck Lever