linux/fs/affs
Christian Brauner 5b00a0f96d
Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"
Eric Sandeen <sandeen@redhat.com> says:

These were all tested against images I created or obtained, using a
script to test random combinations of valid and invalid mount and
remount options, and comparing the results before and after the changes.

AFAICT, all parsing works as expected and behavior is unchanged.

* patches from https://lore.kernel.org/r/20240916172735.866916-1-sandeen@redhat.com:
  hfsplus: convert hfsplus to use the new mount api
  hfs: convert hfs to use the new mount api
  befs: convert befs to use the new mount api
  affs: convert affs to use the new mount api
  adfs: convert adfs to use the new mount api

Link: https://lore.kernel.org/r/20240916172735.866916-1-sandeen@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-10-08 14:41:53 +02:00
..
affs.h affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRY 2024-09-06 17:48:14 +02:00
amigaffs.c
amigaffs.h affs: Replace one-element array with flexible-array member 2024-09-06 17:48:15 +02:00
bitmap.c
Changes
dir.c affs: store cookie in private data 2024-09-09 11:58:08 +02:00
file.c fs: Convert aops->write_begin to take a folio 2024-08-07 11:33:21 +02:00
inode.c
Kconfig
Makefile
namei.c affs: d_obtain_alias(ERR_PTR(...)) will do the right thing 2023-12-21 12:51:02 -05:00
super.c affs: convert affs to use the new mount api 2024-09-18 11:44:43 +02:00
symlink.c