From: Chengyu Zhu <hudson...@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