All of lore.kernel.org
 help / color / mirror / Atom feed
From: bjschuma@netapp.com
To: Trond.Myklebust@netapp.com
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH 0/9] Create NFS modules
Date: Mon, 23 Jul 2012 11:12:00 -0400	[thread overview]
Message-ID: <1343056329-24808-1-git-send-email-bjschuma@netapp.com> (raw)

From: Bryan Schumaker <bjschuma@netapp.com>

This is the final set of patches to turn NFS into modules.  The first patch
creates an "nfs_subversion" structure that will represent a single NFS
version.  The next 5 patches are cleanups that the nfs_subversion structure
allows us to put in.  Finally, the last 3 patches convert v2, v3 and v4 into
kernel modules.



Bryan Schumaker (9):
  NFS: Add version registering framework
  NFS: Remove the NFS v4 xdev mount function
  NFS: Create a try_mount rpc op
  NFS: Only initialize the ACL client in the v3 case
  NFS: Pass super operations and xattr handlers in the nfs_subversion
  NFS: Split out remaining NFS v4 inode functions
  NFS: Convert v2 into a module
  NFS: Convert v3 into a module
  NFS: Convert v4 into a module

 fs/nfs/Kconfig            |   6 +-
 fs/nfs/Makefile           |  27 +++----
 fs/nfs/callback.h         |   2 +-
 fs/nfs/client.c           | 191 +++++++++++++++++++++++++---------------------
 fs/nfs/delegation.h       |   2 +-
 fs/nfs/dir.c              |  20 ++++-
 fs/nfs/direct.c           |   2 +-
 fs/nfs/dns_resolve.c      |   4 +
 fs/nfs/file.c             |  15 ++++
 fs/nfs/inode.c            | 105 ++++++++++++-------------
 fs/nfs/internal.h         |  38 +++++----
 fs/nfs/namespace.c        |  17 +----
 fs/nfs/netns.h            |   2 +-
 fs/nfs/nfs.h              |  29 +++++++
 fs/nfs/nfs2super.c        |  31 ++++++++
 fs/nfs/nfs3client.c       |  65 ++++++++++++++++
 fs/nfs/nfs3proc.c         |   3 +
 fs/nfs/nfs3super.c        |  31 ++++++++
 fs/nfs/nfs4_fs.h          |  10 +--
 fs/nfs/nfs4client.c       |  14 ++--
 fs/nfs/nfs4proc.c         |   3 +
 fs/nfs/nfs4super.c        | 106 +++++++++++++------------
 fs/nfs/pagelist.c         |   4 +
 fs/nfs/pnfs.c             |   2 +
 fs/nfs/proc.c             |   3 +
 fs/nfs/read.c             |   5 ++
 fs/nfs/super.c            | 120 ++++++++++++++++-------------
 fs/nfs/write.c            |  35 +++------
 include/linux/nfs_fs.h    |   6 +-
 include/linux/nfs_fs_sb.h |   7 +-
 include/linux/nfs_idmap.h |   2 +-
 include/linux/nfs_xdr.h   |   9 ++-
 32 files changed, 577 insertions(+), 339 deletions(-)
 create mode 100644 fs/nfs/nfs.h
 create mode 100644 fs/nfs/nfs2super.c
 create mode 100644 fs/nfs/nfs3client.c
 create mode 100644 fs/nfs/nfs3super.c

-- 
1.7.11.2


             reply	other threads:[~2012-07-23 15:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-23 15:12 bjschuma [this message]
2012-07-23 15:12 ` [PATCH 1/9] NFS: Add version registering framework bjschuma
2012-07-23 15:12 ` [PATCH 2/9] NFS: Remove the NFS v4 xdev mount function bjschuma
2012-07-23 15:12 ` [PATCH 3/9] NFS: Create a try_mount rpc op bjschuma
2012-07-23 15:12 ` [PATCH 4/9] NFS: Only initialize the ACL client in the v3 case bjschuma
2012-07-23 15:12 ` [PATCH 5/9] NFS: Pass super operations and xattr handlers in the nfs_subversion bjschuma
2012-07-23 15:12 ` [PATCH 6/9] NFS: Split out remaining NFS v4 inode functions bjschuma
2012-07-23 15:12 ` [PATCH 7/9] NFS: Convert v2 into a module bjschuma
2012-07-23 15:12 ` [PATCH 8/9] NFS: Convert v3 " bjschuma
2012-07-23 15:12 ` [PATCH 9/9] NFS: Convert v4 " bjschuma

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=1343056329-24808-1-git-send-email-bjschuma@netapp.com \
    --to=bjschuma@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 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.