From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> These patches add server support for the ALLOCATE and DEALLOCATE operations part of NFS v4.2. The first patch in this series renames a VFS-level function for consistency with how other VFS functions are named. Who is the correct person to carry this patch? The remaining patches add the new operations. 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 | 58 ++++++++++++++++++++++++++++++++++++++++ fs/nfsd/nfs4xdr.c | 38 ++++++++++++++++++++++++-- fs/nfsd/vfs.c | 13 +++++++++ fs/nfsd/vfs.h | 1 + fs/nfsd/xdr4.h | 16 +++++++++++ fs/open.c | 5 ++-- include/linux/fs.h | 2 +- mm/madvise.c | 2 +- 10 files changed, 131 insertions(+), 8 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html