linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [V3 0/2] Super simple flex file server
@ 2016-05-26 17:05 Tom Haynes
  2016-05-26 17:05 ` [V3 1/2] nfsd: flex file device id encoding will need the server address Tom Haynes
  2016-05-26 17:05 ` [V3 2/2] nfsd: Add a super simple flex file server Tom Haynes
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Haynes @ 2016-05-26 17:05 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Linux NFS Mailing list, Christoph Hellwig

Hi Bruce,

The following patches make a flex file server in which
the mds and the ds are the same machine. And the same inode
services both metadata and data.

v3:
- Extra word help for selecting NFSD_FLEXFILELAYOUT
- Do not allow WRITE permissions on an IOMODE_READ segment

v2:
- Remove patch 2: nfsd: Can leak pnfs_block_extent on error
- Consolidate 3rd and 4th patch
- Fix the rsize and wsize to come out of the rqstp as per Jeff's
  review comments
- Sort the available layout types such that scsi beats block which
  beats flex file
- Address the points brought up by Christoph in his review

These patches are also in my flex_server branch at
git://git.linux-nfs.org/projects/loghyr/linux-nfs.git

Thanks,
Tom

Tom Haynes (2):
  nfsd: flex file device id encoding will need the server address
  nfsd: Add a super simple flex file server

 fs/nfsd/Kconfig             |  17 ++++++
 fs/nfsd/Makefile            |   1 +
 fs/nfsd/blocklayout.c       |   2 +
 fs/nfsd/flexfilelayout.c    | 133 ++++++++++++++++++++++++++++++++++++++++++++
 fs/nfsd/flexfilelayoutxdr.c | 115 ++++++++++++++++++++++++++++++++++++++
 fs/nfsd/flexfilelayoutxdr.h |  49 ++++++++++++++++
 fs/nfsd/nfs4layouts.c       |  12 +++-
 fs/nfsd/nfs4proc.c          |   2 +-
 fs/nfsd/pnfs.h              |   4 ++
 9 files changed, 333 insertions(+), 2 deletions(-)
 create mode 100644 fs/nfsd/flexfilelayout.c
 create mode 100644 fs/nfsd/flexfilelayoutxdr.c
 create mode 100644 fs/nfsd/flexfilelayoutxdr.h

-- 
1.8.3.1


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

end of thread, other threads:[~2016-06-07 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 17:05 [V3 0/2] Super simple flex file server Tom Haynes
2016-05-26 17:05 ` [V3 1/2] nfsd: flex file device id encoding will need the server address Tom Haynes
2016-05-26 17:05 ` [V3 2/2] nfsd: Add a super simple flex file server Tom Haynes
2016-05-31 15:42   ` Mkrtchyan, Tigran
2016-06-07 23:09     ` Tom Haynes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).