]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: introduce device aliasing file
authorDaeho Jeong <daehojeong@google.com>
Thu, 17 Oct 2024 17:31:53 +0000 (10:31 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 Nov 2024 01:19:00 +0000 (01:19 +0000)
commit128d333f0dff2fbe41c546581c6f151e9d68cd4c
tree701a9e56664e7121726a72d1c48c2eb6cd4a6348
parentfa08972bcb7baaf5f1f4fdf251dc08bdd3ab1cf0
f2fs: introduce device aliasing file

F2FS should understand how the device aliasing file works and support
deleting the file after use. A device aliasing file can be created by
mkfs.f2fs tool and it can map the whole device with an extent, not
using node blocks. The file space should be pinned and normally used for
read-only usages.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Chao Yu <chao@kernel.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst
fs/f2fs/data.c
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/inode.c
fs/f2fs/super.c
fs/f2fs/sysfs.c
include/uapi/linux/f2fs.h