[PATCH v2 0/3] erofs-utils: prepare for per-(sub)file compression strategies
Gao Xiang
xiang at kernel.org
Sat May 22 14:34:59 AEST 2021
Hi all,
This patchset mainly provides a new helper z_erofs_get_max_pclusterblks()
to prepare for per-(sub)file compression strategies, valid pclustersize
can be returned according to detailed data type or access patterns.
In order to do that, compression header is now generated on the per-file
basis as well, which will be also needed for parallel compression in
the future.
randomizing pclusterblks support in debugging mode is also added to
randomize each pcluster size for big pcluster selftest.
Thanks,
Gao Xiang
Gao Xiang (3):
erofs-utils: prepare for per-(sub)file compress strategies
erofs-utils: introduce --enable-debug
erofs-utils: support randomizing pclusterblks in debugging mode
configure.ac | 12 ++++++
include/erofs/config.h | 3 ++
lib/compress.c | 85 ++++++++++++++++++++++++++++--------------
mkfs/main.c | 50 ++++++++++++++++---------
4 files changed, 105 insertions(+), 45 deletions(-)
--
2.20.1
More information about the Linux-erofs
mailing list