Commit 4080cf02f11e for kernel

commit 4080cf02f11e337c5031013f77e0ba1a475985ee
Merge: 172f7c91674f 6afdc60ec30b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Mar 31 17:53:44 2025 -0700

    Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

    Pull ext2, udf, and isofs updates from Jan Kara:

     - conversion of ext2 to the new mount API

     - small folio conversion work for ext2

     - a fix of an unexpected return value in udf in inode_getblk()

     - a fix of handling of corrupted directory in isofs

    * tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
      udf: Fix inode_getblk() return value
      ext2: Make ext2_params_spec static
      ext2: create ext2_msg_fc for use during parsing
      ext2: convert to the new mount API
      ext2: Remove reference to bh->b_page
      isofs: fix KMSAN uninit-value bug in do_isofs_readdir()