All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] gfs2: Switch to the new mount API
@ 2019-03-19 16:04 ` Andrew Price
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Price @ 2019-03-19 16:04 UTC (permalink / raw)
  To: cluster-devel; +Cc: dhowells, linux-fsdevel

These patches convert gfs2 and gfs2meta to use fs_context.

Tested with xfstests -g quick, a bunch of targeted mount commands to exercise
individual options, and gfs2_grow to test the gfs2meta mount.

v2: Use sget_fc() instead of sget()

Andrew Price (2):
  gfs2: Convert gfs2 to fs_context
  gfs2: Convert gfs2meta to fs_context

 fs/gfs2/incore.h     |  11 +-
 fs/gfs2/ops_fstype.c | 443 +++++++++++++++++++++++++++++++++++++------
 fs/gfs2/super.c      | 335 +-------------------------------
 fs/gfs2/super.h      |   3 +-
 4 files changed, 394 insertions(+), 398 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-21 18:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 16:04 [PATCH v2 0/2] gfs2: Switch to the new mount API Andrew Price
2019-03-19 16:04 ` [Cluster-devel] " Andrew Price
2019-03-19 16:04 ` [PATCH v2 1/2] gfs2: Convert gfs2 to fs_context Andrew Price
2019-03-19 16:04   ` [Cluster-devel] " Andrew Price
2019-03-19 16:04 ` [PATCH v2 2/2] gfs2: Convert gfs2meta " Andrew Price
2019-03-19 16:04   ` [Cluster-devel] " Andrew Price
2019-03-19 17:05 ` [PATCH v2 1/2] gfs2: Convert gfs2 " David Howells
2019-03-19 17:05   ` [Cluster-devel] " David Howells
2019-03-19 17:53   ` Andrew Price
2019-03-19 17:53     ` [Cluster-devel] " Andrew Price
2019-03-21 12:57     ` Andrew Price
2019-03-21 12:57       ` [Cluster-devel] " Andrew Price
2019-03-21 17:08     ` David Howells
2019-03-21 17:08       ` [Cluster-devel] " David Howells
2019-03-21 17:26       ` [PATCH] vfs: Allow selection of fs root independent of sb Andrew Price
2019-03-21 17:26         ` [Cluster-devel] " Andrew Price
2019-03-21 18:36         ` Matthew Wilcox
2019-03-21 18:36           ` [Cluster-devel] " Matthew Wilcox
2019-03-21 17:59       ` David Howells
2019-03-21 17:59         ` [Cluster-devel] " David Howells

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.