All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NFS: Add v4.2 SEEK support
@ 2014-08-27 15:18 Anna Schumaker
  2014-08-27 15:18 ` [PATCH] NFS: Implement SEEK Anna Schumaker
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anna Schumaker @ 2014-08-27 15:18 UTC (permalink / raw)
  To: Trond.Myklebust, linux-nfs

This patch adds support for the NFS v4.2 operation SEEK.

I think nfs4proc.c and nfs4xdr.c have grown out of control, and I would like
to avoid adding new functions to these files unless absolutely necessary.
Therefore, I created nfs4.2proc.c and nfs4.2xdr.h in an attempt to separate
out the new code.

Questions?  Comments?  Thoughts?

Anna


Anna Schumaker (1):
  NFS: Implement SEEK

 fs/nfs/Makefile           |  1 +
 fs/nfs/inode.c            |  2 +
 fs/nfs/nfs4.2.h           | 14 +++++++
 fs/nfs/nfs4.2proc.c       | 39 +++++++++++++++++++
 fs/nfs/nfs4.2xdr.h        | 98 +++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfs/nfs4_fs.h          |  7 ++++
 fs/nfs/nfs4client.c       |  2 +
 fs/nfs/nfs4file.c         | 68 ++++++++++++++++++++++++++++++++
 fs/nfs/nfs4proc.c         |  1 -
 fs/nfs/nfs4xdr.c          |  7 ++++
 fs/nfsd/nfs4proc.c        |  2 +-
 include/linux/nfs4.h      |  3 ++
 include/linux/nfs_fs_sb.h |  1 +
 include/linux/nfs_xdr.h   | 19 +++++++++
 14 files changed, 262 insertions(+), 2 deletions(-)
 create mode 100644 fs/nfs/nfs4.2.h
 create mode 100644 fs/nfs/nfs4.2proc.c
 create mode 100644 fs/nfs/nfs4.2xdr.h

-- 
2.1.0


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

end of thread, other threads:[~2014-08-27 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 15:18 [PATCH] NFS: Add v4.2 SEEK support Anna Schumaker
2014-08-27 15:18 ` [PATCH] NFS: Implement SEEK Anna Schumaker
2014-08-27 17:40 ` [PATCH] NFS: Add v4.2 SEEK support Marc Eshel
2014-08-27 17:51   ` Anna Schumaker
2014-08-27 17:43 ` Christoph Hellwig
2014-08-27 17:54   ` 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.