[GIT,PULL] second v6.2-rc pull request for nfsd

Message ID C9754BD7-5CC7-4330-9A1B-F6C67EB2CB3F@oracle.com
State New
Headers
Series [GIT,PULL] second v6.2-rc pull request for nfsd |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-3

Message

Chuck Lever Jan. 10, 2023, 7:13 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Jan. 10, 2023, 9:06 p.m. UTC | #1
The pull request you sent on Tue, 10 Jan 2023 19:13:21 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7dd4b804e08041ff56c88bdd8da742d14b17ed25

Thank you!