linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] more mount API conversions
@ 2019-09-19  1:57 Al Viro
  2019-09-19 21:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2019-09-19  1:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Conversions to new API for shmem and friends and for mount_mtd()-using
filesystems.

	As for the rest of the work.mount in -next, some of the conversions
belong in the individual trees (e.g. binderfs one should definitely go through
android folks, after getting redone on top of their changes).  I'm going to
drop those and send the rest (trivial ones + stuff ACKed by maintainers) in
a separate series - by that point they are independent from each other.

	Some stuff has already migrated into individual trees (NFS conversion,
for example, or FUSE stuff, etc.); those presumably will go through the
regular merges from corresponding trees.

The following changes since commit 0f071004109d9c8de7023b9a64fa2ba3fa87cbed:

  mtd: Provide fs_context-aware mount_mtd() replacement (2019-09-05 14:34:23 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount2

for you to fetch changes up to 74983ac20aeafc88d9ceed64a8bf2a9024c488d5:

  vfs: Make fs_parse() handle fs_param_is_fd-type params better (2019-09-12 21:06:14 -0400)

----------------------------------------------------------------
Al Viro (7):
      devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()
      make ramfs_fill_super() static
      make shmem_fill_super() static
      shmem_parse_options(): use a separate structure to keep the results
      shmem_parse_options(): don't bother with mpol in separate variable
      shmem_parse_options(): take handling a single option into a helper
      shmem_parse_one(): switch to use of fs_parse()

David Howells (8):
      vfs: Add a single-or-reconfig keying to vfs_get_super()
      vfs: Convert romfs to use the new mount API
      vfs: Convert cramfs to use the new mount API
      vfs: Convert jffs2 to use the new mount API
      mtd: Kill mount_mtd()
      vfs: Convert squashfs to use the new mount API
      vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
      vfs: Make fs_parse() handle fs_param_is_fd-type params better

 drivers/base/devtmpfs.c    |  38 +++--
 drivers/mtd/mtdsuper.c     | 189 ----------------------
 fs/cramfs/inode.c          |  69 ++++----
 fs/fs_parser.c             |  18 ++-
 fs/jffs2/fs.c              |  21 +--
 fs/jffs2/os-linux.h        |   4 +-
 fs/jffs2/super.c           | 172 ++++++++++----------
 fs/ramfs/inode.c           |  99 +++++++-----
 fs/romfs/super.c           |  46 +++---
 fs/squashfs/super.c        | 100 ++++++------
 fs/super.c                 |  35 ++++-
 include/linux/fs_context.h |   4 +
 include/linux/mtd/super.h  |   3 -
 include/linux/ramfs.h      |   6 +-
 include/linux/shmem_fs.h   |   3 +-
 init/do_mounts.c           |  11 +-
 mm/shmem.c                 | 385 +++++++++++++++++++++++++++++----------------
 17 files changed, 609 insertions(+), 594 deletions(-)

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

* Re: [git pull] more mount API conversions
  2019-09-19  1:57 [git pull] more mount API conversions Al Viro
@ 2019-09-19 21:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-09-19 21:30 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Thu, 19 Sep 2019 02:57:01 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bc7d9aee3f3ce0c0633c20ea55b81efb3ca7984d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-09-19 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19  1:57 [git pull] more mount API conversions Al Viro
2019-09-19 21:30 ` pr-tracker-bot

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