All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] NFSD: Add ALLOCATE and DEALLOCATE support
@ 2014-10-31 20:53 Anna.Schumaker
  2014-10-31 20:53 ` [PATCH v3 1/3] VFS: Rename do_fallocate() to vfs_fallocate() Anna.Schumaker
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anna.Schumaker @ 2014-10-31 20:53 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

From: Anna Schumaker <Anna.Schumaker@Netapp.com>

These patches add server support for the ALLOCATE and DEALLOCATE operations
part of NFS v4.2.

Changes in v3:
- Add back the do_fallocate() -> vfs_fallocate() patch
- Do Christoph's suggested cleanups to nfsd4_vfs_fallocate()

These patches and the corresponding client changes are available in the
[fallocate] branch of:

	git://git.linux-nfs.org/projects/anna/linux-nfs.git


Questions?  Comments?  Thoughts?

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                    | 20 ++++++++++++++++
 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, 108 insertions(+), 8 deletions(-)

-- 
2.1.3


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

end of thread, other threads:[~2014-11-06 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 20:53 [PATCH v3 0/3] NFSD: Add ALLOCATE and DEALLOCATE support Anna.Schumaker
2014-10-31 20:53 ` [PATCH v3 1/3] VFS: Rename do_fallocate() to vfs_fallocate() Anna.Schumaker
2014-10-31 20:53 ` [PATCH v3 2/3] nfsd: Add ALLOCATE support Anna.Schumaker
2014-11-06 20:08   ` J. Bruce Fields
2014-11-06 20:11     ` Anna Schumaker
2014-10-31 20:53 ` [PATCH v3 3/3] nfsd: Add DEALLOCATE support Anna.Schumaker

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.