linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] pnfs/nfsd: have client and server support multiple layout types
@ 2016-06-09 12:21 Jeff Layton
  2016-06-09 12:21 ` [PATCH v2 1/3] nfsd: allow nfsd to advertise " Jeff Layton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jeff Layton @ 2016-06-09 12:21 UTC (permalink / raw)
  To: bfields, anna.schumaker, trondmy
  Cc: tigran.mkrtchyan, thomas.haynes, linux-nfs

v2:
- rework Tigran's patch to preserve existing selection behaviour
- simplify layout driver selection by sorting the list

This is v2 of the patchset. Most of the changes are to incorporate
Bruce's suggestions on the client code. Original cover letter follows:

Only lightly tested by mounting a server that sends both flexfiles and
block layouts. The client successfully selected the block layout in most
cases, but if I blacklist blocklayoutdriver then it selects flexfiles
instead.

I'm sending these together, but I'd expect Bruce to pick up the nfsd
patches and Trond or Anna to pick up the client-side ones.

The nfsd patch is based on top of Tom's nfsd flexfile layout patches.

Jeff Layton (3):
  nfsd: allow nfsd to advertise multiple layout types
  pnfs: track multiple layout types in fsinfo structure
  pnfs: add a new mechanism to select a layout driver according to an
    ordered list

 fs/nfs/client.c         |  2 +-
 fs/nfs/nfs4xdr.c        | 23 +++++++---------
 fs/nfs/pnfs.c           | 72 ++++++++++++++++++++++++++++++++++++++++---------
 fs/nfs/pnfs.h           |  4 +--
 fs/nfsd/export.c        |  4 +--
 fs/nfsd/export.h        |  2 +-
 fs/nfsd/nfs4layouts.c   |  6 ++---
 fs/nfsd/nfs4proc.c      |  4 +--
 fs/nfsd/nfs4xdr.c       | 30 ++++++++++-----------
 include/linux/nfs_xdr.h |  7 ++++-
 10 files changed, 101 insertions(+), 53 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-06-15 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 12:21 [PATCH v2 0/3] pnfs/nfsd: have client and server support multiple layout types Jeff Layton
2016-06-09 12:21 ` [PATCH v2 1/3] nfsd: allow nfsd to advertise " Jeff Layton
2016-06-09 12:21 ` [PATCH v2 2/3] pnfs: track multiple layout types in fsinfo structure Jeff Layton
2016-06-09 12:21 ` [PATCH v2 3/3] pnfs: add a new mechanism to select a layout driver according to an ordered list Jeff Layton
2016-06-13 20:05   ` J. Bruce Fields
2016-06-14  1:46     ` Jeff Layton
2016-06-15 15:18       ` 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;
as well as URLs for NNTP newsgroup(s).