Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: introduce inline extent mapping for inode data blocks
Yongpeng Yang <[email protected]> Thu, 6 Aug 2026 21:22:56 +0800
| Newsgroups | net.sourceforge.lists.linux-f2fs-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/26 20:19, Chao Yu via Linux-f2fs-devel wrote: > 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. I simplify inline extent update implementation in v4. Please review this series: https://lore.kernel.org/all/[email protected]/ Thanks, Yongpeng > > Thanks, > > > _______________________________________________ > Linux-f2fs-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel