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 (3):
  erofs-utils:mkfs: move parse_oci_ref to lib
  erofs-utils: refactor OCI code for better modularity
  erofs-utils: add NBD-backed OCI image mounting

 lib/liberofs_oci.h |   91 ++--
 lib/remotes/oci.c  | 1093 +++++++++++++++++++++++++++++---------------
 mkfs/main.c        |  201 ++------
 mount/Makefile.am  |    2 +-
 mount/main.c       |  257 +++++++++--
 5 files changed, 1014 insertions(+), 630 deletions(-)

-- 
2.51.0


Reply via email to