From: Anna Schumaker <Anna.Schumaker@netapp.com>
To: Marc Eshel <eshel@us.ibm.com>,
Anna Schumaker <Anna.Schumaker@netapp.com>
Cc: <linux-nfs@vger.kernel.org>, <linux-nfs-owner@vger.kernel.org>,
<Trond.Myklebust@primarydata.com>
Subject: Re: [PATCH] NFS: Add v4.2 SEEK support
Date: Wed, 27 Aug 2014 13:51:07 -0400 [thread overview]
Message-ID: <53FE1A8B.7050703@Netapp.com> (raw)
In-Reply-To: <OF104D9BE5.8A87880C-ON88257D41.0060A375-88257D41.006110DE@us.ibm.com>
On 08/27/2014 01:40 PM, Marc Eshel wrote:
> Hi Anna,
> Do you have a git tree that I can use to build your latest NFSv4.2
> changes?
Not at the moment, but I can make one!
Anna
> Thanks, Marc.
>
>
>
> From: Anna Schumaker <Anna.Schumaker@netapp.com>
> To: <Trond.Myklebust@primarydata.com>, <linux-nfs@vger.kernel.org>,
> Date: 08/27/2014 08:19 AM
> Subject: [PATCH] NFS: Add v4.2 SEEK support
> Sent by: linux-nfs-owner@vger.kernel.org
>
>
>
> This patch adds support for the NFS v4.2 operation SEEK.
>
> I think nfs4proc.c and nfs4xdr.c have grown out of control, and I would
> like
> to avoid adding new functions to these files unless absolutely necessary.
> Therefore, I created nfs4.2proc.c and nfs4.2xdr.h in an attempt to
> separate
> out the new code.
>
> Questions? Comments? Thoughts?
>
> Anna
>
>
> Anna Schumaker (1):
> NFS: Implement SEEK
>
> fs/nfs/Makefile | 1 +
> fs/nfs/inode.c | 2 +
> fs/nfs/nfs4.2.h | 14 +++++++
> fs/nfs/nfs4.2proc.c | 39 +++++++++++++++++++
> fs/nfs/nfs4.2xdr.h | 98
> +++++++++++++++++++++++++++++++++++++++++++++++
> fs/nfs/nfs4_fs.h | 7 ++++
> fs/nfs/nfs4client.c | 2 +
> fs/nfs/nfs4file.c | 68 ++++++++++++++++++++++++++++++++
> fs/nfs/nfs4proc.c | 1 -
> fs/nfs/nfs4xdr.c | 7 ++++
> fs/nfsd/nfs4proc.c | 2 +-
> include/linux/nfs4.h | 3 ++
> include/linux/nfs_fs_sb.h | 1 +
> include/linux/nfs_xdr.h | 19 +++++++++
> 14 files changed, 262 insertions(+), 2 deletions(-)
> create mode 100644 fs/nfs/nfs4.2.h
> create mode 100644 fs/nfs/nfs4.2proc.c
> create mode 100644 fs/nfs/nfs4.2xdr.h
>
next prev parent reply other threads:[~2014-08-27 17:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 15:18 [PATCH] NFS: Add v4.2 SEEK support Anna Schumaker
2014-08-27 15:18 ` [PATCH] NFS: Implement SEEK Anna Schumaker
2014-08-27 17:40 ` [PATCH] NFS: Add v4.2 SEEK support Marc Eshel
2014-08-27 17:51 ` Anna Schumaker [this message]
2014-08-27 17:43 ` Christoph Hellwig
2014-08-27 17:54 ` Anna Schumaker
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=53FE1A8B.7050703@Netapp.com \
--to=anna.schumaker@netapp.com \
--cc=Trond.Myklebust@primarydata.com \
--cc=eshel@us.ibm.com \
--cc=linux-nfs-owner@vger.kernel.org \
--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.