Linux NFS development
 help / color / mirror / Atom feed
From: Andrew Elble <aweits@rit.edu>
To: linux-nfs@vger.kernel.org
Cc: Andrew Elble <aweits@rit.edu>
Subject: [PATCH RFC 0/4] Deal with lost delegations and EKEYEXPIRED
Date: Wed,  2 Dec 2015 09:39:49 -0500	[thread overview]
Message-ID: <1449067193-53310-1-git-send-email-aweits@rit.edu> (raw)

I've finally discovered that the majority of our lost delegation problems
come from EKEYEXPIRED. This seems to work fine in our environment, but
I am unsure of the ramifications of this in a broader context, so it's
time to get other folks to look at it.

Andrew Elble (4):
  nfs/nfsd: Move useful bitfield ops to a commonly accessible place
  nfs: machine credential support for additional operations
  nfsd: allow mach_creds_match to be used more broadly
  nfsd: implement machine credential support for some operations

 fs/nfs/nfs4proc.c         | 20 +++++++++++++++++
 fs/nfsd/export.c          |  4 ++++
 fs/nfsd/nfs4proc.c        | 55 +++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfsd/nfs4state.c       | 35 ++++++++++++++++++++++++------
 fs/nfsd/nfs4xdr.c         | 51 ++++++++++++++++++++-----------------------
 fs/nfsd/nfsd.h            |  1 +
 fs/nfsd/state.h           |  1 +
 fs/nfsd/xdr4.h            |  5 +++++
 include/linux/nfs4.h      | 11 ++++++++++
 include/linux/nfs_fs_sb.h |  1 +
 include/linux/nfs_xdr.h   | 11 ----------
 11 files changed, 149 insertions(+), 46 deletions(-)

-- 
2.6.3


             reply	other threads:[~2015-12-02 14:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-02 14:39 Andrew Elble [this message]
2015-12-02 14:39 ` [PATCH RFC 1/4] nfs/nfsd: Move useful bitfield ops to a commonly accessible place Andrew Elble
2015-12-02 14:39 ` [PATCH RFC 2/4] nfs: machine credential support for additional operations Andrew Elble
2015-12-06 21:47   ` Trond Myklebust
2015-12-08 18:29     ` Andrew W Elble
2015-12-02 14:39 ` [PATCH RFC 3/4] nfsd: allow mach_creds_match to be used more broadly Andrew Elble
2015-12-02 14:39 ` [PATCH RFC 4/4] nfsd: implement machine credential support for some operations Andrew Elble
2015-12-08 21:38 ` [PATCH RFC 0/4] Deal with lost delegations and EKEYEXPIRED Weston Andros Adamson
2015-12-09 14:17   ` Andrew W Elble

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=1449067193-53310-1-git-send-email-aweits@rit.edu \
    --to=aweits@rit.edu \
    --cc=linux-nfs@vger.kernel.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