f2fs: Support Block Size == Page Size
authorDaniel Rosenberg <drosen@google.com>
Mon, 2 Oct 2023 23:09:35 +0000 (16:09 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 4 Oct 2023 23:53:36 +0000 (16:53 -0700)
commitd7e9a9037de27b642d5a3edef7c69e2a2b460287
treee752a1d80d82b4ddd71932f338ad42dc41467aa0
parent4ed33e69e136e7b295ff69449853beac605e8502
f2fs: Support Block Size == Page Size

This allows f2fs to support cases where the block size = page size for
both 4K and 16K block sizes. Other sizes should work as well, should the
need arise. This does not currently support 4K Block size filesystems if
the page size is 16K.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/super.c
include/linux/f2fs_fs.h