Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/3] NFSD: Add v4.2 SEEK support
@ 2014-08-27 15:17 bjschuma
  2014-08-27 15:17 ` [PATCH 1/3] NFSD: Update error codes bjschuma
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: bjschuma @ 2014-08-27 15:17 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

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

These patches add server support for the NFS v4.2 operation SEEK.  The first
two patches are error cleanups and infrastructure setup to prepare for the
addition of new operations.

My biggest concern is that these patches freeze the v4.2 opcodes to their
current values, which makes any future spec changes to add or remove
operations more difficult to accomidate.

Questions?  Comments?  Thoughts?

Anna


Anna Schumaker (3):
  NFSD: Update error codes
  NFSD: Create nfs v4.2 decode ops
  NFSD: Implement SEEK

 fs/nfsd/Kconfig      | 12 +++++++++
 fs/nfsd/nfs4proc.c   | 47 +++++++++++++++++++++++++++++++++
 fs/nfsd/nfs4xdr.c    | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfsd/nfsd.h       |  2 +-
 fs/nfsd/xdr4.h       | 14 ++++++++++
 include/linux/nfs4.h | 26 ++++++++++++++++---
 6 files changed, 170 insertions(+), 4 deletions(-)

-- 
2.1.0


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 15:17 [PATCH 0/3] NFSD: Add v4.2 SEEK support bjschuma
2014-08-27 15:17 ` [PATCH 1/3] NFSD: Update error codes bjschuma
2014-08-27 17:59   ` J. Bruce Fields
2014-08-27 15:17 ` [PATCH 2/3] NFSD: Create nfs v4.2 decode ops bjschuma
2014-08-27 17:42   ` Christoph Hellwig
2014-08-27 18:04     ` J. Bruce Fields
2014-08-27 15:17 ` [PATCH 3/3] NFSD: Implement SEEK bjschuma
2014-08-27 19:09   ` J. Bruce Fields
2014-08-27 19:21     ` Anna Schumaker
2014-08-27 19:29       ` J. Bruce Fields
2014-08-27 19:35       ` J. Bruce Fields
2014-08-27 19:39 ` [PATCH 0/3] NFSD: Add v4.2 SEEK support J. Bruce Fields

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