[PATCH v3 0/2] erofs-utils: refactor OCI and add NBD-backed OCI image mounting

ChengyuZhu6 hudson at cyzhu.com
Wed Sep 3 18:29:04 AEST 2025


From: Chengyu Zhu <hudsonzhu at tencent.com>

This series refactors the OCI handling in erofs-utils and adds NBD-backed
mounting of OCI images. It enables mounting EROFS container images directly
from registries without pre-downloading

Chengyu Zhu (2):
  erofs-utils: refactor OCI code for better modularity
  erofs-utils: add NBD-backed OCI image mounting

 lib/liberofs_oci.h |   97 ++--
 lib/remotes/oci.c  | 1087 +++++++++++++++++++++++++++++---------------
 mkfs/main.c        |  192 ++------
 mount/Makefile.am  |    3 +-
 mount/main.c       |  236 ++++++++++
 5 files changed, 1036 insertions(+), 579 deletions(-)

-- 
2.51.0



More information about the Linux-erofs mailing list