linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Dickson <steved@redhat.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>,
	"J. Bruce Fields" <bfields@redhat.com>
Cc: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 0/2]  NFS v4.2 support to both the server and client (take 4)
Date: Fri, 22 Feb 2013 12:09:39 -0500	[thread overview]
Message-ID: <1361552981-29385-1-git-send-email-steved@redhat.com> (raw)

Changes:
  * fixed typo in Kconfig 
  * Reworked verbiage in Kconfig file
  * Merged cases in nfs_callback_up_net()
  * Created a new nfs4_minor_version_ops structure for minor version 2
  * Correctly initialized minor number in nfsd_exchange_id()
  * Correct a comment in the nfs4_cb_conn structure.

These patches add v4.2 support to both the server and client. 
The v4.1 code is reused to support this new version. Main reason
for this new version is to enable features like Label NFS.

Note, these patches apply on top of the lNFS: 3.8-rc3 release
patches. Although the only conflict, if applied without those 
patches, would be in the Kconfig files 

Steve Dickson (2):
  NFSv4.2: Added NFS v4.2 support to the NFS client
  NFSDv4.2: Added NFS v4.2 support to the NFS server

 fs/nfs/Kconfig       | 33 +++++++++++++++++++--------------
 fs/nfs/callback.c    |  1 +
 fs/nfs/nfs4client.c  |  5 +++++
 fs/nfs/nfs4proc.c    | 15 +++++++++++++++
 fs/nfs/super.c       |  7 ++++++-
 fs/nfsd/nfs4state.c  |  2 +-
 fs/nfsd/nfs4xdr.c    |  1 +
 fs/nfsd/nfsd.h       |  2 +-
 fs/nfsd/state.h      |  2 +-
 include/linux/nfs4.h |  4 ++++
 10 files changed, 54 insertions(+), 18 deletions(-)

-- 
1.8.1.2


             reply	other threads:[~2013-02-22 17:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 17:09 Steve Dickson [this message]
2013-02-22 17:09 ` [PATCH 1/2] NFSv4.2: Added NFS v4.2 support to the NFS client Steve Dickson
2013-02-22 17:09 ` [PATCH 2/2] NFSDv4.2: Added NFS v4.2 support to the NFS server Steve Dickson
2013-02-22 18:05   ` J. Bruce Fields
2013-02-22 18:10     ` J. Bruce Fields
2013-02-23 14:49       ` Steve Dickson
2013-02-23 12:43     ` Steve Dickson
2013-02-23 13:00       ` J. Bruce Fields
2013-02-23 13:01         ` J. Bruce Fields

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=1361552981-29385-1-git-send-email-steved@redhat.com \
    --to=steved@redhat.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=bfields@redhat.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).