Re: [PATCH v2] erofs-utils: mkfs: generate on-disk indexes after compression

2023-11-23 Thread Gao Xiang
Hi Yifan, On 2023/11/7 17:23, Yifan Zhao wrote: Currently, mkfs generates the on-disk indexes of each compressed extent on the fly during compressing, which is inflexible if we'd like to merge sub-indexes of a file later for the multi-threaded compression scenarios. Let's generate on-disk

[PATCH v2] erofs-utils: mkfs: generate on-disk indexes after compression

2023-11-07 Thread Yifan Zhao
Currently, mkfs generates the on-disk indexes of each compressed extent on the fly during compressing, which is inflexible if we'd like to merge sub-indexes of a file later for the multi-threaded compression scenarios. Let's generate on-disk indexes after the compression for the file is