Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: introduce inline extent mapping for inode data blocks

Chao Yu via Linux-f2fs-devel <[email protected]> Wed, 29 Jul 2026 20:19:34 +0800
Newsgroups net.sourceforge.lists.linux-f2fs-devel
Message-ID <[email protected]>
On 7/24/26 20:58, Yongpeng Yang wrote:
>  fs/f2fs/Kconfig         |  18 +
>  fs/f2fs/Makefile        |   1 +
>  fs/f2fs/data.c          | 148 ++++++++-
>  fs/f2fs/dir.c           |   1 +
>  fs/f2fs/f2fs.h          |  44 ++-
>  fs/f2fs/file.c          |   1 +
>  fs/f2fs/iextent.c       | 712 ++++++++++++++++++++++++++++++++++++++++
>  fs/f2fs/iextent.h       | 163 +++++++++

Hmmm, the code size is still a problem, too complicated to support all
insertion, deletion, merging and splitting operations on inline extents.

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel