Module erofs

Module erofs 

Source
Expand description

EROFS (Enhanced Read-Only File System) format support for composefs.

This module provides functionality to read and write EROFS filesystem images, which are used as the underlying storage format for composefs images.

Modulesยง

composefs
Composefs-specific EROFS structures and overlay metadata.
debug
Debug utilities for analyzing EROFS images.
format
EROFS on-disk format definitions and data structures.
reader
EROFS image reading and parsing functionality.
writer
EROFS image generation and writing functionality.