Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fs_for_v6.11-rc1 to get: * A few UDF cleanups and fixes for handling corrupted filesystems * ext2 fix for handling of corrupted filesystem * isofs module description * jbd2 module description - I've mistakenly pulled this fix into my tree when pulling the isofs one and noticed that only a few days ago when Ted merged it into his tree as well. At that point I figured out that rebasing the tree to drop the patch would be actually counter-productive. I'm sorry for the complication. Top of the tree is 322a6aff0393. The full shortlog is: Jan Kara (7): udf: Drop pointless IS_IMMUTABLE and IS_APPEND check udf: Fix lock ordering in udf_evict_inode() udf: Fix bogus checksum computation in udf_rename() udf: Avoid using corrupted block bitmap buffer udf: Drop load_block_bitmap() wrapper udf: Avoid excessive partition lengths ext2: Verify bitmap and itable block numbers before using them Jeff Johnson (2): jbd2: add missing MODULE_DESCRIPTION() isofs: add missing MODULE_DESCRIPTION() Roman Smirnov (1): udf: prevent integer overflow in udf_bitmap_free_blocks() The diffstat is fs/ext2/balloc.c | 11 +++++++-- fs/isofs/inode.c | 1 + fs/jbd2/journal.c | 1 + fs/udf/balloc.c | 74 ++++++++++++++++++++++--------------------------------- fs/udf/file.c | 2 ++ fs/udf/inode.c | 13 +++------- fs/udf/namei.c | 2 -- fs/udf/super.c | 18 +++++++++++++- 8 files changed, 63 insertions(+), 59 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR