This patch series adds server support for the NFS v4.2 operations WRITE_PLUS and SEEK. The first few patches fix up error codes to match the current draft of the spec and then add in the NFS v4.2 decode operations array so later patches can focus on only adding in the new operations. Patch 3 (Add WRITE_PLUS support for hole punches) exports the do_fallocate() function from fs/open.c. Should this be its own patch submitted somewhere else? Is there a better way to get into the VFS fallocate routines? The final patch is not meant to be applied, and is only included as an example of what I did to add offload handling to the client. Questions, comments and thoughts are appreciated! Anna Anna Schumaker (4): NFSD: Update error codes NFSD: Create nfs v4.2 decode ops NFSD: Add WRITE_PLUS support for hole punches NFSD: Implement SEEK fs/nfsd/nfs4proc.c | 89 +++++++++++++++++++++++++ fs/nfsd/nfs4xdr.c | 179 ++++++++++++++++++++++++++++++++++++++++++++++++++- fs/nfsd/nfsd.h | 2 +- fs/nfsd/vfs.c | 14 ++++ fs/nfsd/vfs.h | 1 + fs/nfsd/xdr4.h | 39 +++++++++++ fs/open.c | 1 + include/linux/nfs4.h | 21 +++++- 8 files changed, 342 insertions(+), 4 deletions(-) -- 1.8.4.1 -- 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