mbox series

[GIT,PULL] vfs mount api

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

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.mount.api

Message

Christian Brauner March 22, 2025, 10:14 a.m. UTC
Hey Linus,

/* Summary */

This converts the remaining pseudo filesystems to the new mount api. The
sysv conversion is a bit gratuitous because we remove sysv in another
pull request. But if we have to revert the removal we at least will have
it converted to the new mount api already.

/* Testing */

gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)

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 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.mount.api

for you to fetch changes up to 00dac020ca2a2d82c3e4057a930794cca593ea77:

  sysv: convert sysv to use the new mount api (2025-02-06 15:26:12 +0100)

Please consider pulling these changes from the signed vfs-6.15-rc1.mount.api tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc1.mount.api

----------------------------------------------------------------
Christian Brauner (1):
      Merge patch series "fs: last of the pseudofs mount api conversions"

David Howells (1):
      vfs: Convert devpts to use the new mount API

Eric Sandeen (4):
      pstore: convert to the new mount API
      devtmpfs: replace ->mount with ->get_tree in public instance
      vfs: remove some unused old mount api code
      sysv: convert sysv to use the new mount api

 drivers/base/devtmpfs.c    |  81 ++++++++++++---
 fs/devpts/inode.c          | 251 ++++++++++++++++++++-------------------------
 fs/pstore/inode.c          | 109 +++++++++++++-------
 fs/super.c                 |  55 ----------
 fs/sysv/super.c            |  57 ++++++----
 include/linux/fs.h         |   3 -
 include/linux/fs_context.h |   2 -
 7 files changed, 287 insertions(+), 271 deletions(-)

Comments

pr-tracker-bot@kernel.org March 24, 2025, 9:01 p.m. UTC | #1
The pull request you sent on Sat, 22 Mar 2025 11:14:34 +0100:

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

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

Thank you!