linux/fs/affs
Christoph Hellwig 0861182af5
affs: handle set_blocksize failures
affs uses buffer_heads, which don't handle block size > PAGE_SIZE well.
Without this, mounting we will hit the

        BUG_ON(offset >= folio_size(folio));

in folio_set_bh on the first __bread_gfp call.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260511071701.2456211-7-hch@lst.de
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-05-21 13:39:35 +02:00
..
affs.h affs: handle set_blocksize failures 2026-05-21 13:39:35 +02:00
amigaffs.c Fixing livelocks in shrink_dcache_tree() 2026-04-21 07:30:44 -07:00
amigaffs.h affs: Replace one-element array with flexible-array member 2024-09-06 17:48:15 +02:00
bitmap.c treewide: change inode->i_ino from unsigned long to u64 2026-03-06 14:31:28 +01:00
Changes
dir.c affs-for-7.1-tag 2026-04-13 16:39:01 -07:00
file.c vfs-7.1-rc1.misc 2026-04-13 14:20:11 -07:00
inode.c vfs-7.1-rc1.misc 2026-04-13 14:20:11 -07:00
Kconfig fs: add CONFIG_BUFFER_HEAD 2023-08-02 09:13:09 -06:00
Makefile
namei.c vfs-7.1-rc1.bh.metadata 2026-04-13 12:46:42 -07:00
super.c affs: handle set_blocksize failures 2026-05-21 13:39:35 +02:00
symlink.c vfs-7.1-rc1.misc 2026-04-13 14:20:11 -07:00