[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240510-vfs-mount-ed8db9c38114@brauner>
Date: Fri, 10 May 2024 13:46:47 +0200
From: Christian Brauner <brauner@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] vfs mount
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@...olite.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(-)
Powered by blists - more mailing lists