linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Weston Andros Adamson <dros@netapp.com>
To: <Trond.Myklebust@netapp.com>
Cc: <linux-nfs@vger.kernel.org>, Weston Andros Adamson <dros@netapp.com>
Subject: [PATCH 0/7] Initial SP4_MACH_CRED implementation
Date: Tue, 13 Aug 2013 16:37:31 -0400	[thread overview]
Message-ID: <1376426258-28244-1-git-send-email-dros@netapp.com> (raw)

This is version 2 of this patchset including some cleanup, refactoring and
fixes a few build issues with different configs.

I also added a few patches:
 - WRITE and/or COMMIT support - tested on a hacked nfsd
 - map NFS4ERR_WRONG_CRED (an common SP4 error) to EPERM

I meant to include a patch that only uses the machine cred (for 'allow' ops)
when the user cred has expired, but after talking with Andy, I decided to wait
for his cred expiration patchset to be merged as we'd be touching the same
places and possibly duplicating effort.

Weston Andros Adamson (7):
  nfs4.1: Minimal SP4_MACH_CRED implementation
  nfs4.1: Add state protection handler
  nfs4.1: Add SP4_MACH_CRED cleanup support
  nfs4.1: Add SP4_MACH_CRED secinfo support
  nfs4.1: Add SP4_MACH_CRED stateid support
  nfs4.1: Add SP4_MACH_CRED write and commit support
  nfs4: Map NFS4ERR_WRONG_CRED to EPERM

 fs/nfs/nfs4_fs.h          |  67 ++++++++++++++++
 fs/nfs/nfs4proc.c         | 191 ++++++++++++++++++++++++++++++++++++++++++++--
 fs/nfs/nfs4xdr.c          |  72 ++++++++++++++---
 fs/nfs/write.c            |   6 ++
 include/linux/nfs_fs_sb.h |   9 +++
 include/linux/nfs_xdr.h   |  19 +++++
 6 files changed, 346 insertions(+), 18 deletions(-)

-- 
1.7.12.4 (Apple Git-37)


             reply	other threads:[~2013-08-13 20:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-13 20:37 Weston Andros Adamson [this message]
2013-08-13 20:37 ` [PATCH 1/7] nfs4.1: Minimal SP4_MACH_CRED implementation Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 2/7] nfs4.1: Add state protection handler Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 3/7] nfs4.1: Add SP4_MACH_CRED cleanup support Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 4/7] nfs4.1: Add SP4_MACH_CRED secinfo support Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 5/7] nfs4.1: Add SP4_MACH_CRED stateid support Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 6/7] nfs4.1: Add SP4_MACH_CRED write and commit support Weston Andros Adamson
2013-08-13 20:37 ` [PATCH 7/7] nfs4: Map NFS4ERR_WRONG_CRED to EPERM Weston Andros Adamson
2013-09-03 19:12 ` [PATCH 0/7] Initial SP4_MACH_CRED implementation Adamson, Dros

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=1376426258-28244-1-git-send-email-dros@netapp.com \
    --to=dros@netapp.com \
    --cc=Trond.Myklebust@netapp.com \
    --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;
as well as URLs for NNTP newsgroup(s).