public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* support multiple block devices per file system for block-style layouts
@ 2026-03-23  7:07 Christoph Hellwig
  2026-03-23  7:07 ` [PATCH 1/7] exportfs: split out the ops for layout-based block device access Christoph Hellwig
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Christoph Hellwig @ 2026-03-23  7:07 UTC (permalink / raw)
  To: Chuck Lever, Jeff Layton, Amir Goldstein
  Cc: NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Carlos Maiolino, linux-nfs, linux-xfs, linux-fsdevel

Hi all,

this series adds support for exporting multiple block devices using
block-style from nfsd, and uses that to implement support for the XFS
RT device.  To get there is also first cleans up the block-style layout
interface in exportfs.

Diffstat:
 MAINTAINERS                    |    2 
 fs/nfsd/blocklayout.c          |   69 ++++++++++++++++--------------
 fs/nfsd/export.c               |    3 -
 fs/nfsd/flexfilelayout.c       |    3 -
 fs/nfsd/nfs4layouts.c          |   32 ++++---------
 fs/nfsd/pnfs.h                 |    2 
 fs/nfsd/xdr4.h                 |    5 +-
 fs/xfs/xfs_export.c            |    4 -
 fs/xfs/xfs_pnfs.c              |   93 +++++++++++++++++++++++++++++++---------
 fs/xfs/xfs_pnfs.h              |   11 ++--
 include/linux/exportfs.h       |   25 +++-------
 include/linux/exportfs_block.h |   94 +++++++++++++++++++++++++++++++++++++++++
 12 files changed, 235 insertions(+), 108 deletions(-)

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

end of thread, other threads:[~2026-03-26 12:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23  7:07 support multiple block devices per file system for block-style layouts Christoph Hellwig
2026-03-23  7:07 ` [PATCH 1/7] exportfs: split out the ops for layout-based block device access Christoph Hellwig
2026-03-23 13:39   ` Chuck Lever
2026-03-26  5:33     ` Christoph Hellwig
2026-03-23  7:07 ` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks Christoph Hellwig
2026-03-23 14:05   ` Chuck Lever
2026-03-26  5:36     ` Christoph Hellwig
2026-03-23  7:07 ` [PATCH 3/7] exportfs,nfsd: rework checking for layout-based block device access support Christoph Hellwig
2026-03-23  7:07 ` [PATCH 4/7] nfsd: support multiple pNFS device IDs Christoph Hellwig
2026-03-23  7:07 ` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices Christoph Hellwig
2026-03-23 13:53   ` Chuck Lever
2026-03-26  5:38     ` Christoph Hellwig
2026-03-26 12:37       ` Chuck Lever
2026-03-23  7:07 ` [PATCH 6/7] exportfs: return a device index from ->map_blocks Christoph Hellwig
2026-03-23  7:07 ` [PATCH 7/7] xfs: support layout-based block device access on the RT device Christoph Hellwig

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