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 api conversions
Date: Fri, 15 Nov 2024 14:54:56 +0100 [thread overview]
Message-ID: <20241115-vfs-mount-api-6ab5111dc7c2@brauner> (raw)
Hey Linus,
/* Summary */
This contains work to convert adfs, affs, befs, hfs, hfsplus, jfs, and
hpfs to the new mount api.
/* Testing */
gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)
All patches are based on v6.12-rc2 and have been sitting in linux-next.
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.13.mount.api
for you to fetch changes up to 51ceeb1a8142537b9f65aeaac6c301560a948197:
efs: fix the efs new mount api implementation (2024-10-15 15:58:36 +0200)
Please consider pulling these changes from the signed vfs-6.13.mount.api tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.13.mount.api
----------------------------------------------------------------
Bill O'Donnell (1):
efs: fix the efs new mount api implementation
Christian Brauner (1):
Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"
David Howells (1):
ubifs: Convert ubifs to use the new mount API
Eric Sandeen (7):
adfs: convert adfs to use the new mount api
affs: convert affs to use the new mount api
befs: convert befs to use the new mount api
hfs: convert hfs to use the new mount api
hfsplus: convert hfsplus to use the new mount api
jfs: convert jfs to use the new mount api
hpfs: convert hpfs to use the new mount api
fs/adfs/super.c | 186 +++++++++----------
fs/affs/super.c | 374 +++++++++++++++++++-------------------
fs/befs/linuxvfs.c | 199 ++++++++++----------
fs/efs/super.c | 43 +----
fs/hfs/super.c | 342 ++++++++++++++++-------------------
fs/hfsplus/hfsplus_fs.h | 4 +-
fs/hfsplus/options.c | 263 ++++++++++-----------------
fs/hfsplus/super.c | 84 +++++----
fs/hpfs/super.c | 414 +++++++++++++++++++++---------------------
fs/jfs/jfs_filsys.h | 1 +
fs/jfs/super.c | 469 +++++++++++++++++++++++++-----------------------
fs/ubifs/super.c | 399 ++++++++++++++++++++--------------------
12 files changed, 1346 insertions(+), 1432 deletions(-)
next reply other threads:[~2024-11-15 13:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 13:54 Christian Brauner [this message]
2024-11-18 19:49 ` [GIT PULL] vfs mount api conversions 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=20241115-vfs-mount-api-6ab5111dc7c2@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.