public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] NFS: Add v4.2 SEEK support
@ 2014-09-26 17:58 Anna Schumaker
  2014-09-26 17:58 ` [PATCH v3] NFS: Implement SEEK Anna Schumaker
  0 siblings, 1 reply; 4+ messages in thread
From: Anna Schumaker @ 2014-09-26 17:58 UTC (permalink / raw)
  To: Trond.Myklebust, linux-nfs

This patch adds support for the NFS v4.2 operation SEEK.  I add this
operation to new NFS v4.2 XDR and proc files to help ease the maintenance
burden on new operations.

Changes in v3:
- Rename nfs42xdr.h -> nfs42xdr.c
- Use nfs_v4_2_minor_ops to set up initial capabilities
- Do more work in nfs42proc.c (check capabilities, find correct stateids ...)

This patch and the corresponding server changes are available in the [seek]
branch of:

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

Questions?  Comments?  Thoughts?

Anna


Anna Schumaker (1):
  NFS: Implement SEEK

 fs/nfs/Makefile           |  1 +
 fs/nfs/inode.c            |  2 +
 fs/nfs/nfs42.h            | 14 +++++++
 fs/nfs/nfs42proc.c        | 69 +++++++++++++++++++++++++++++++++
 fs/nfs/nfs42xdr.c         | 98 +++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfs/nfs4_fs.h          |  3 ++
 fs/nfs/nfs4file.c         | 25 ++++++++++++
 fs/nfs/nfs4proc.c         |  4 +-
 fs/nfs/nfs4xdr.c          |  7 ++++
 include/linux/nfs4.h      |  3 ++
 include/linux/nfs_fs_sb.h |  1 +
 include/linux/nfs_xdr.h   | 19 +++++++++
 12 files changed, 244 insertions(+), 2 deletions(-)
 create mode 100644 fs/nfs/nfs42.h
 create mode 100644 fs/nfs/nfs42proc.c
 create mode 100644 fs/nfs/nfs42xdr.c

-- 
2.1.0


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

end of thread, other threads:[~2014-10-23  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 17:58 [PATCH v3] NFS: Add v4.2 SEEK support Anna Schumaker
2014-09-26 17:58 ` [PATCH v3] NFS: Implement SEEK Anna Schumaker
2014-10-22 19:50   ` Anna Schumaker
2014-10-23  7:36     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox