From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] vfs mount
Date: Fri, 10 May 2024 13:46:47 +0200 [thread overview]
Message-ID: <20240510-vfs-mount-ed8db9c38114@brauner> (raw)
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(-)
next reply other threads:[~2024-05-10 11:46 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-10 11:46 Christian Brauner [this message]
2024-05-13 19:38 ` [GIT PULL] vfs mount pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 10:13 Christian Brauner
2025-03-24 21:00 ` pr-tracker-bot
2025-04-01 17:07 ` Leon Romanovsky
2025-04-03 8:29 ` Christian Brauner
2025-04-03 15:15 ` Christian Brauner
2025-04-03 15:34 ` James Bottomley
2025-04-03 17:21 ` Mateusz Guzik
2025-04-03 18:09 ` Linus Torvalds
2025-04-03 19:17 ` Mateusz Guzik
2025-04-04 8:28 ` Christoph Hellwig
2025-04-04 14:19 ` Linus Torvalds
2025-04-07 8:51 ` Christoph Hellwig
2025-04-07 16:00 ` Linus Torvalds
2025-04-08 5:06 ` Christoph Hellwig
2025-04-07 11:22 ` Christian Brauner
2025-04-03 18:24 ` Leon Romanovsky
2025-04-03 19:18 ` Linus Torvalds
2025-04-03 19:45 ` Christian Brauner
2025-04-03 19:55 ` Christian Brauner
2025-04-04 6:16 ` Leon Romanovsky
2025-04-03 19:38 ` James Bottomley
2025-01-18 13:06 Christian Brauner
2025-01-20 0:10 ` Sasha Levin
2025-01-20 12:21 ` Christian Brauner
2025-01-20 18:59 ` pr-tracker-bot
2024-09-13 14:41 Christian Brauner
2024-09-14 2:33 ` Stephen Rothwell
2024-09-16 11:09 ` pr-tracker-bot
2023-06-23 11:03 [GIT PULL] vfs: mount Christian Brauner
2023-06-26 17:34 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240510-vfs-mount-ed8db9c38114@brauner \
--to=brauner@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).