The following changes since commit cad853374d85fe678d721512cecfabd7636e51f3: nfsd: fix handling of readdir in v4root vs. mount upcall timeout (2023-01-02 10:45:31 -0500) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-3 for you to fetch changes up to 5304930dbae82d259bcf7e5611db7c81e7a42eff: NFSD: Use set_bit(RQ_DROPME) (2023-01-07 10:16:33 -0500) ---------------------------------------------------------------- nfsd-6.2 fixes: - Fix a race when creating NFSv4 files - Revert the use of relaxed bitops ---------------------------------------------------------------- Chuck Lever (2): Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" NFSD: Use set_bit(RQ_DROPME) Jeff Layton (1): nfsd: fix handling of cached open files in nfsd4_open codepath fs/nfsd/filecache.c | 40 ++++++++++++++++++++++------------------ fs/nfsd/filecache.h | 5 +++-- fs/nfsd/nfs4proc.c | 7 +++---- fs/nfsd/nfs4state.c | 16 ++++------------ fs/nfsd/nfs4xdr.c | 2 +- fs/nfsd/nfsproc.c | 4 ++-- fs/nfsd/trace.h | 52 +++++++++++++--------------------------------------- net/sunrpc/auth_gss/svcauth_gss.c | 4 ++-- net/sunrpc/svc.c | 6 +++--- net/sunrpc/svc_xprt.c | 2 +- net/sunrpc/svcsock.c | 8 ++++---- net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +- 12 files changed, 59 insertions(+), 89 deletions(-) -- Chuck Lever