mbox series

[0/5] adfs, affs, befs, hfs, hfsplus: convert to new mount api

Message ID 20240916172735.866916-1-sandeen@redhat.com (mailing list archive)
Headers show
Series adfs, affs, befs, hfs, hfsplus: convert to new mount api | expand

Message

Eric Sandeen Sept. 16, 2024, 5:26 p.m. UTC
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.

(Changes since first send: fixing a couple string leaks, added hfs
and hfsplus.)

Thanks,
-Eric

Comments

Christian Brauner Sept. 18, 2024, 9:46 a.m. UTC | #1
On Mon, 16 Sep 2024 13:26:17 -0400, Eric Sandeen wrote:
> 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.
> 
> (Changes since first send: fixing a couple string leaks, added hfs
> and hfsplus.)
> 
> [...]

Applied to the vfs.mount.api.v6.13 branch of the vfs/vfs.git tree.
Patches in the vfs.mount.api.v6.13 branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.mount.api.v6.13

[1/5] adfs: convert adfs to use the new mount api
      https://git.kernel.org/vfs/vfs/c/5fadeed64d27
[2/5] affs: convert affs to use the new mount api
      https://git.kernel.org/vfs/vfs/c/de25e36d83fc
[3/5] befs: convert befs to use the new mount api
      https://git.kernel.org/vfs/vfs/c/c3099e72bf4f
[4/5] hfs: convert hfs to use the new mount api
      https://git.kernel.org/vfs/vfs/c/c87d1f1aa91c
[5/5] hfsplus: convert hfsplus to use the new mount api
      https://git.kernel.org/vfs/vfs/c/3c8fb5d57b49