erofs-utils: tar: support ddtaridx format informally
authorGao Xiang <hsiangkao@linux.alibaba.com>
Sat, 13 Jul 2024 06:40:28 +0000 (14:40 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sat, 13 Jul 2024 17:05:41 +0000 (01:05 +0800)
commit660921b13a76311a3e56ce164c399cec2c64c5c0
tree48ef9a98d9b7c3a624960036f7cf178c9b69ec83
parent5cce92be7c19e4171b148b2c4865ac20097256e6
erofs-utils: tar: support ddtaridx format informally

`ddtaridx` is a customized tar meta-only format implemented in
Alibaba's OverlayBD project [1].

Please don't use it externally if you have no idea of this except for
the OverlayBD project.  It will be removed if some better way exists.

[1] https://github.com/containerd/overlaybd

Cc: Yifan Yuan <tuji.yyf@alibaba-inc.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240713064028.4134602-1-hsiangkao@linux.alibaba.com
include/erofs/tar.h
lib/tar.c