linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] NFS: Add ALLOCATE and DEALLOCATE support
@ 2014-09-09 14:49 Anna Schumaker
  2014-09-09 14:49 ` [PATCH 1/2] nfs: Add ALLOCATE support Anna Schumaker
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Anna Schumaker @ 2014-09-09 14:49 UTC (permalink / raw)
  To: Trond.Myklebust, linux-nfs

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(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-09-09 18:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-09-09 17:48   ` Anna Schumaker
2014-09-09 18:01 ` Christoph Hellwig

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).