The bulk of that is Eric's conversion of UFS to new mount API, with a bit of cleanups from me. I hoped to get stricter sanity checks on superblock flags into that pile, but... next cycle, hopefully. The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3: Linux 6.15-rc6 (2025-05-11 14:54:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-ufs for you to fetch changes up to b70cb459890b7590c6d909da8c1e7ecfaf6535fb: ufs: convert ufs to the new mount API (2025-05-14 22:40:55 -0400) ---------------------------------------------------------------- Mostly the conversion to new API Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Al Viro (2): ufs: split ->s_mount_opt - don't mix flavour and on-error ufs: reject multiple conflicting -o ufstype=... on mount Eric Sandeen (1): ufs: convert ufs to the new mount API fs/ufs/super.c | 307 +++++++++++++++++++++++++-------------------------------- fs/ufs/ufs.h | 9 +- 2 files changed, 139 insertions(+), 177 deletions(-)