From: "J. Bruce Fields" <bfields@fieldses.org>
To: Anna.Schumaker@netapp.com
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH v4 0/3] NFS: Add ALLOCATE and DEALLOCATE support
Date: Fri, 7 Nov 2014 16:22:35 -0500 [thread overview]
Message-ID: <20141107212235.GB5723@fieldses.org> (raw)
In-Reply-To: <1415389467-16547-1-git-send-email-Anna.Schumaker@Netapp.com>
On Fri, Nov 07, 2014 at 02:44:24PM -0500, Anna.Schumaker@netapp.com wrote:
> From: Anna Schumaker <Anna.Schumaker@Netapp.com>
>
> These patches add client support for the ALLOCATE and DEALLOCATE operations
> part of NFS v4.2, which are triggered by a vfs_fallocate() call.
>
> Changes in v4:
> - Check if we are modifying a regular file, and return nfserr_inval if not.
Thanks, applying for 3.19 (with minor change noted on patch 2.)
--b.
>
> These patches and the corresponding server changes are available in the
> [fallocate] branch of
>
> git://git.linux-nfs.org/projects/anna/linux-nfs.git
>
> Questions? Comments? Thougts?
>
> Anna
>
>
> Anna Schumaker (3):
> VFS: Rename do_fallocate() to vfs_fallocate()
> nfsd: Add ALLOCATE support
> nfsd: Add DEALLOCATE support
>
> drivers/staging/android/ashmem.c | 2 +-
> fs/ioctl.c | 2 +-
> fs/nfsd/nfs4proc.c | 51 ++++++++++++++++++++++++++++++++++++++++
> fs/nfsd/nfs4xdr.c | 21 +++++++++++++++--
> fs/nfsd/vfs.c | 23 ++++++++++++++++++
> fs/nfsd/vfs.h | 2 ++
> fs/nfsd/xdr4.h | 9 +++++++
> fs/open.c | 5 ++--
> include/linux/fs.h | 2 +-
> mm/madvise.c | 2 +-
> 10 files changed, 111 insertions(+), 8 deletions(-)
>
> --
> 2.1.3
>
prev parent reply other threads:[~2014-11-07 21:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-07 19:44 [PATCH v4 0/3] NFS: Add ALLOCATE and DEALLOCATE support Anna.Schumaker
2014-11-07 19:44 ` [PATCH v4 1/3] VFS: Rename do_fallocate() to vfs_fallocate() Anna.Schumaker
2014-11-07 19:44 ` [PATCH v4 2/3] nfsd: Add ALLOCATE support Anna.Schumaker
2014-11-07 21:01 ` J. Bruce Fields
2014-11-07 21:02 ` Anna Schumaker
2014-11-07 19:44 ` [PATCH v4 3/3] nfsd: Add DEALLOCATE support Anna.Schumaker
2014-11-07 21:22 ` J. Bruce Fields [this message]
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=20141107212235.GB5723@fieldses.org \
--to=bfields@fieldses.org \
--cc=Anna.Schumaker@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