mbox series

[GIT,PULL] vfs mount

Message ID 20240510-vfs-mount-ed8db9c38114@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs mount | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.mount

Message

Christian Brauner May 10, 2024, 11:46 a.m. UTC
Hey Linus,

/* Summary */
This converts qnx6, minix, debugfs, tracefs, freevxfs, and openpromfs to
the new mount api further reducing the number of filesystems relying on
the legacy mount api.

/* Testing */
clang: Debian clang version 16.0.6 (26)
gcc: (Debian 13.2.0-24)

All patches are based on v6.9-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

[1] linux-next: manual merge of the vfs-brauner tree with Linus' tree
    https://lore.kernel.org/linux-next/20240506095258.05b5deae@canb.auug.org.au

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.mount

for you to fetch changes up to 7cd7bfe59328741185ef6db3356489c22919e59b:

  minix: convert minix to use the new mount api (2024-03-26 09:04:55 +0100)

Please consider pulling these changes from the signed vfs-6.10.mount tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.10.mount

----------------------------------------------------------------
Bill O'Donnell (2):
      qnx6: convert qnx6 to use the new mount api
      minix: convert minix to use the new mount api

David Howells (2):
      vfs: Convert debugfs to use the new mount API
      vfs: Convert tracefs to use the new mount API

Eric Sandeen (2):
      freevxfs: Convert freevxfs to the new mount API.
      openpromfs: finish conversion to the new mount API

 fs/debugfs/inode.c       | 198 ++++++++++++++++++++++-------------------------
 fs/freevxfs/vxfs_super.c |  69 ++++++++++-------
 fs/minix/inode.c         |  48 +++++++-----
 fs/openpromfs/inode.c    |   8 +-
 fs/qnx6/inode.c          | 117 ++++++++++++++++------------
 fs/tracefs/inode.c       | 196 ++++++++++++++++++++++------------------------
 6 files changed, 327 insertions(+), 309 deletions(-)

Comments

pr-tracker-bot@kernel.org May 13, 2024, 7:38 p.m. UTC | #1
The pull request you sent on Fri, 10 May 2024 13:46:47 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.mount

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

Thank you!