mbox series

[GIT,PULL] vfs mount api conversions

Message ID 20241115-vfs-mount-api-6ab5111dc7c2@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs mount api conversions | expand

Pull-request

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

Message

Christian Brauner Nov. 15, 2024, 1:54 p.m. UTC
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(-)