linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 0/2] NFS: Add ALLOCATE and DEALLOCATE support
Date: Tue, 9 Sep 2014 13:46:41 -0400	[thread overview]
Message-ID: <540F3D01.10006@Netapp.com> (raw)
In-Reply-To: <OFCC7C8976.B925FBA7-ON88257D4E.00604587-88257D4E.0060D8A0@us.ibm.com>

On 09/09/2014 01:37 PM, Marc Eshel wrote:
> Hi Anna,
>
> Did you get a chance to set up a git tree with all your changes, at least 
> for the client side, maybe Trond will include it in his tree?
I did for SEEK.  I haven't updated it to include these patches yet, but I will after making the changes that Trond and Christoph are asking for.

git://git.linux-nfs.org/projects/anna/linux-nfs.git  (see the "seek" branch)

Anna
>
> Thanks, Marc. 
>
>
> From:   Anna Schumaker <Anna.Schumaker@netapp.com>
> To:     <Trond.Myklebust@primarydata.com>, <linux-nfs@vger.kernel.org>, 
> Date:   09/09/2014 07:50 AM
> Subject:        [PATCH 0/2] NFS: Add ALLOCATE and DEALLOCATE support
> Sent by:        linux-nfs-owner@vger.kernel.org
>
>
>
> These patches add client support for the ALLOCATE and DEALLOCATE 
> operations
> part of NFS v4.2.
>
> These operations are triggered by a vfs_fallocate() call, and we determine
> which to use based on if the FALLOC_FL_PUNCH_HOLE flag is set.
>
> Anna Schumaker (2):
>   nfs: Add ALLOCATE support
>   nfs: Add DEALLOCATE support
>
>  fs/nfs/nfs42proc.c        |  74 +++++++++++++++++++++++++
>  fs/nfs/nfs42xdr.h         | 136 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  fs/nfs/nfs4_fs.h          |   3 +
>  fs/nfs/nfs4client.c       |   2 +-
>  fs/nfs/nfs4file.c         |  47 ++++++++++++++++
>  fs/nfs/nfs4proc.c         |   2 +-
>  fs/nfs/nfs4xdr.c          |   2 +
>  include/linux/nfs4.h      |   2 +
>  include/linux/nfs_fs_sb.h |   2 +
>  include/linux/nfs_xdr.h   |  28 ++++++++++
>  10 files changed, 296 insertions(+), 2 deletions(-)
>


  reply	other threads:[~2014-09-09 17:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 14:49 [PATCH 0/2] NFS: Add ALLOCATE and DEALLOCATE support Anna Schumaker
2014-09-09 14:49 ` [PATCH 1/2] nfs: Add ALLOCATE support Anna Schumaker
2014-09-09 15:59   ` Christoph Hellwig
2014-09-09 14:49 ` [PATCH 2/2] nfs: Add DEALLOCATE support Anna Schumaker
2014-09-09 17:37 ` [PATCH 0/2] NFS: Add ALLOCATE and " Marc Eshel
2014-09-09 17:46   ` Anna Schumaker [this message]
2014-09-09 17:48   ` Anna Schumaker
2014-09-09 18:01 ` Christoph Hellwig

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=540F3D01.10006@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 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).