All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED
@ 2016-01-18 20:08 Andrew Elble
  2016-01-18 20:08 ` [PATCH v2 1/3] nfs/nfsd: Move useful bitfield ops to a commonly accessible place Andrew Elble
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andrew Elble @ 2016-01-18 20:08 UTC (permalink / raw)
  To: linux-nfs; +Cc: bfields, dros, Andrew Elble

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.

v2: fix kbuild robot err on CONFIG_NFSD_V4 unset
    kerneldoc header on nfsd4_spo_must_allow
    removed LAYOUTRETURN as I currently can't test it

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

 fs/nfsd/export.c        |  4 +++
 fs/nfsd/nfs4proc.c      | 69 +++++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfsd/nfs4state.c     | 32 ++++++++++++++++++-----
 fs/nfsd/nfs4xdr.c       | 51 +++++++++++++++++-------------------
 fs/nfsd/nfsd.h          |  5 ++++
 fs/nfsd/state.h         |  1 +
 fs/nfsd/xdr4.h          |  5 ++++
 include/linux/nfs4.h    | 11 ++++++++
 include/linux/nfs_xdr.h | 11 --------
 9 files changed, 143 insertions(+), 46 deletions(-)

-- 
2.6.3


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED
@ 2016-01-05 18:55 Andrew Elble
  2016-01-05 18:55 ` [PATCH v2 3/3] nfsd: implement machine credential support for some operations Andrew Elble
  0 siblings, 1 reply; 17+ messages in thread
From: Andrew Elble @ 2016-01-05 18:55 UTC (permalink / raw)
  To: linux-nfs, dros, bfields; +Cc: Andrew Elble

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.

v2: fix kbuild robot err on CONFIG_NFSD_V4 unset
    kerneldoc header on nfsd4_spo_must_allow
    removed LAYOUTRETURN as I currently can't test it

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

 fs/nfsd/export.c        |  4 +++
 fs/nfsd/nfs4proc.c      | 69 +++++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfsd/nfs4state.c     | 32 ++++++++++++++++++-----
 fs/nfsd/nfs4xdr.c       | 51 +++++++++++++++++-------------------
 fs/nfsd/nfsd.h          |  5 ++++
 fs/nfsd/state.h         |  1 +
 fs/nfsd/xdr4.h          |  5 ++++
 include/linux/nfs4.h    | 11 ++++++++
 include/linux/nfs_xdr.h | 11 --------
 9 files changed, 143 insertions(+), 46 deletions(-)

-- 
2.6.3


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-01-22 16:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 20:08 [PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED Andrew Elble
2016-01-18 20:08 ` [PATCH v2 1/3] nfs/nfsd: Move useful bitfield ops to a commonly accessible place Andrew Elble
2016-01-18 20:08 ` [PATCH v2 2/3] nfsd: allow mach_creds_match to be used more broadly Andrew Elble
2016-01-18 20:08 ` [PATCH v2 3/3] nfsd: implement machine credential support for some operations Andrew Elble
2016-01-20 22:53   ` J. Bruce Fields
2016-01-21 16:07     ` J. Bruce Fields
2016-01-21 19:01   ` J. Bruce Fields
2016-01-21 19:30     ` Andrew W Elble
2016-01-21 19:50       ` J. Bruce Fields
2016-01-22  0:01         ` Andrew W Elble
2016-01-22 15:24           ` J. Bruce Fields
2016-01-22 16:06             ` Trond Myklebust
2016-01-22 15:40   ` J. Bruce Fields
2016-01-22 16:09     ` Andrew W Elble
2016-01-22 16:36       ` J. Bruce Fields
2016-01-20 22:34 ` [PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED J. Bruce Fields
  -- strict thread matches above, loose matches on Subject: below --
2016-01-05 18:55 Andrew Elble
2016-01-05 18:55 ` [PATCH v2 3/3] nfsd: implement machine credential support for some operations Andrew Elble

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.