erofs-utils: add I/O control for tarerofs stream via `erofs_vfile`
authorHongzhen Luo <hongzhen@linux.alibaba.com>
Wed, 12 Jun 2024 03:11:24 +0000 (11:11 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 12 Jun 2024 17:22:45 +0000 (01:22 +0800)
commit857663c608c5d249db7663d0edcd7071de4e67bc
tree48c59721ed4a7851b7d88752e5770edd8dcb624a
parent925ed6cc2b17e20a5915aa5f26a0bbac0161e80e
erofs-utils: add I/O control for tarerofs stream via `erofs_vfile`

This adds I/O control for tarerofs stream.

Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240612031124.1227558-1-hongzhen@linux.alibaba.com
[ Gao Xiang: code styling fixups. ]
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
include/erofs/internal.h
include/erofs/io.h
include/erofs/tar.h
lib/io.c
lib/tar.c