From da96228bd0d4598c6f5a19877a940bb0d93a0ff3 Mon Sep 17 00:00:00 2001 From: Gao Xiang Date: Wed, 2 Sep 2026 06:07:12 +0800 Subject: [PATCH] docs: refresh roadmap items (as of 20260902) Drop the fanotify backend item, which is already supported; Add a new userspace feature group for EROFS-formatted VM template packages. Signed-off-by: Gao Xiang --- src/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roadmap.md b/src/roadmap.md index f14018a..4d78cac 100644 --- a/src/roadmap.md +++ b/src/roadmap.md @@ -13,9 +13,9 @@ Code (GSoC) projects. - Stabilize liberofs APIs; - - **\[GSoC\]** [Multi-threaded decompression](gsoc.md#multi_threaded_decompression); + - Virtual machine template feature support (memory + disk snapshots can be incrementally packed into multi-blob EROFS images); - - Fanotify on-demand loading support (using fanotify pre-content hooks); + - **\[GSoC\]** [Multi-threaded decompression](gsoc.md#multi_threaded_decompression); - Rebuild improvements (including incremental updates [\[1\]](https://git.kernel.org/xiang/erofs-utils/c/7550a30c332c)).