Re: [PATCH v2] erofs-utils: mkfs: Support tar source without data

2024-02-27 Thread Gao Xiang
On 2024/2/27 23:22, Mike Baynton wrote: On Tue, Feb 27, 2024 at 2:42 AM Gao Xiang wrote: Hi Mike, Just some minor changes for applying to -dev development codebase. Does it look good to you? (I will apply this version to -experimental for testing.) Looks pretty good to me, thank

Re: [PATCH v2] erofs-utils: mkfs: Support tar source without data

2024-02-27 Thread Mike Baynton
On Tue, Feb 27, 2024 at 2:42 AM Gao Xiang wrote: > > Hi Mike, > Just some minor changes for applying to -dev development codebase. > Does it look good to you? > (I will apply this version to -experimental for testing.) Looks pretty good to me, thank you! Looks like I should have created the

[PATCH v2] erofs-utils: mkfs: Support tar source without data

2024-02-27 Thread Gao Xiang
From: Mike Baynton This improves performance of meta-only image creation in cases where the source is a tarball stream that is not seekable. The writer may now use `--tar=headerball` and omit the file data. Previously, the stream writer was forced to send the file's size worth of null bytes or