public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: bfields@fieldses.org (J. Bruce Fields)
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] nfsd changes for 4.4
Date: Wed, 11 Nov 2015 15:02:12 -0500	[thread overview]
Message-ID: <20151111200212.GC29410@fieldses.org> (raw)

Please pull nfsd changes from

  git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.4

Apologies for coming a little late in the merge window.  Fortunately
this is another fairly quiet one, mainly smaller bugfixes and cleanup.

We're still finding some bugs from the breakup of the big NFSv4 state
lock in 3.17--thanks especially to Andrew Elble and Jeff Layton for
tracking down some of the remaining races.

--b.

----------------------------------------------------------------
Andrew Elble (2):
      nfsd: eliminate sending duplicate and repeated delegations
      nfsd: fix race with open / open upgrade stateids

Andrey Ryabinin (2):
      lockd: create NSM handles per net namespace
      lockd: get rid of reference-counted NSM RPC clients

Arnd Bergmann (1):
      sunrpc: avoid warning in gss_key_timeout

J. Bruce Fields (3):
      nfsd: fix clid_inuse on mount with security change
      nfsd: improve client_has_state to check for unused openowners
      svcrpc: document lack of some memory barriers

Jeff Layton (7):
      nfsd: serialize state seqid morphing operations
      nfsd: move svc_fh->fh_maxsize to just after fh_handle
      nfsd: switch unsigned char flags in svc_fh to bools
      nfsd: move include of state.h from trace.c to trace.h
      nfsd: serialize layout stateid morphing operations
      nfsd: ensure that seqid morphing operations are atomic wrt to copies
      nfsd: remove recurring workqueue job to clean DRC

Julia Lawall (1):
      nfsd: drop null test before destroy functions

Neil Brown (1):
      sunrpc/cache: make cache flushing more reliable.

Stefan Hajnoczi (1):
      SUNRPC: drop stale comment in svc_setup_socket()

Trond Myklebust (1):
      SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()

 fs/lockd/host.c                |   8 +-
 fs/lockd/mon.c                 | 125 ++++++-------------
 fs/lockd/netns.h               |   4 +-
 fs/lockd/svc.c                 |   2 +-
 fs/lockd/svc4proc.c            |   2 +-
 fs/lockd/svcproc.c             |   2 +-
 fs/nfsd/nfs3xdr.c              |   4 +-
 fs/nfsd/nfs4layouts.c          |  34 ++++--
 fs/nfsd/nfs4proc.c             |   4 +
 fs/nfsd/nfs4state.c            | 265 +++++++++++++++++++++++++++++++----------
 fs/nfsd/nfscache.c             |  32 +----
 fs/nfsd/nfsfh.c                |   5 +-
 fs/nfsd/nfsfh.h                |  20 ++--
 fs/nfsd/state.h                |  43 +++----
 fs/nfsd/trace.c                |   2 -
 fs/nfsd/trace.h                |   2 +
 fs/nfsd/vfs.c                  |   4 +-
 fs/nfsd/vfs.h                  |   4 +-
 fs/nfsd/xdr4.h                 |   2 +-
 include/linux/lockd/lockd.h    |  10 +-
 include/linux/sunrpc/cache.h   |  16 ++-
 net/sunrpc/auth_gss/auth_gss.c |  13 +-
 net/sunrpc/cache.c             |  53 +++++++--
 net/sunrpc/svcsock.c           |  40 +++++--
 net/sunrpc/xprtsock.c          |   4 +-
 25 files changed, 415 insertions(+), 285 deletions(-)

                 reply	other threads:[~2015-11-11 20:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151111200212.GC29410@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox