From: Gao Xiang <xiang@kernel.org> To: linux-erofs@lists.ozlabs.org Cc: Gao Xiang <xiang@kernel.org> Subject: [PATCH v2 0/3] erofs-utils: prepare for per-(sub)file compression strategies Date: Sat, 22 May 2021 12:34:59 +0800 [thread overview] Message-ID: <20210522043502.11975-1-xiang@kernel.org> (raw) 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
next reply other threads:[~2021-05-22 4:35 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-22 4:34 Gao Xiang [this message] 2021-05-22 4:35 ` [PATCH v2 1/3] erofs-utils: prepare for per-(sub)file compress strategies Gao Xiang 2021-05-22 4:35 ` [PATCH v2 2/3] erofs-utils: introduce --enable-debug Gao Xiang 2021-05-22 4:35 ` [PATCH v2 3/3] erofs-utils: support randomizing pclusterblks in debugging mode Gao Xiang
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210522043502.11975-1-xiang@kernel.org \ --to=xiang@kernel.org \ --cc=linux-erofs@lists.ozlabs.org \ --subject='Re: [PATCH v2 0/3] erofs-utils: prepare for per-(sub)file compression strategies' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).