linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] fuse: Convert to fs_context
@ 2019-03-19 16:23 David Howells
  2019-03-19 16:23 ` [RFC PATCH 1/4] vfs: Create fs_context-aware mount_bdev() replacement David Howells
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: David Howells @ 2019-03-19 16:23 UTC (permalink / raw)
  To: miklos, viro; +Cc: linux-fsdevel, linux-kernel, dhowells, anprice


Hi Miklós,

Here's a set of patches that convert fuse to use mount API:

 (1) Provide a replacement for mount_bdev() that takes an fs_context to
     specify the parameters.

     I also put a block device pointer and block device file mode into the
     fs_context struct for use in the sget_fc() test and set functions.

 (2) Improve handling of fd-type parameters.

 (3) Convert fuse to implement the mount API interface.

 (4) Move as much of the subtype parameter handling into the fuse driver as
     possible.

These are on top of:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=mount-api-viro

Thanks,
David
---
David Howells (4):
      vfs: Create fs_context-aware mount_bdev() replacement
      vfs: Make fs_parse() handle fs_param_is_fd-type params better
      fuse: Convert to mount API
      fuse: Move the subtype parameter into fuse


 fs/fs_context.c            |   14 --
 fs/fs_parser.c             |   15 ++
 fs/fuse/inode.c            |  289 +++++++++++++++++++++++++-------------------
 fs/super.c                 |  111 ++++++++++++++++-
 include/linux/fs_context.h |    7 +
 5 files changed, 291 insertions(+), 145 deletions(-)


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

end of thread, other threads:[~2019-03-27 13:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 16:23 [RFC PATCH 0/4] fuse: Convert to fs_context David Howells
2019-03-19 16:23 ` [RFC PATCH 1/4] vfs: Create fs_context-aware mount_bdev() replacement David Howells
2019-03-26 21:02   ` Andrew Price
2019-03-27 11:23   ` David Howells
2019-03-27 13:51     ` Andrew Price
2019-03-19 16:23 ` [RFC PATCH 2/4] vfs: Make fs_parse() handle fs_param_is_fd-type params better David Howells
2019-03-19 16:23 ` [RFC PATCH 3/4] fuse: Convert to mount API David Howells
2019-03-19 16:23 ` [RFC PATCH 4/4] fuse: Move the subtype parameter into fuse David Howells

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).