public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] erofs: random decompression cleanups
@ 2022-05-29  5:54 Gao Xiang
  2022-05-29  5:54 ` [PATCH 1/3] erofs: get rid of `struct z_erofs_collection' Gao Xiang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gao Xiang @ 2022-05-29  5:54 UTC (permalink / raw)
  To: linux-erofs, Chao Yu; +Cc: linux-kernel, Gao Xiang

From: Gao Xiang <hsiangkao@linux.alibaba.com>

Hi folks,

Now I'm working on cleanuping decompression code and doing some
folio adaption for the next 5.20 cycle, see:

https://git.kernel.org/pub/scm/linux/kernel/git/xiang/linux.git/log/?h=erofs/folios

This cleanup work completely gets rid of PageError usage finally
and tries to prepare for introducing rolling hashing for EROFS
since EROFS supports compressing variable-sized data instead of
fixed-sized clusters.

Therefore, EROFS can support rolling hash easily and our mechanism
can make full use of filesystem interfaces (byte-addressed) naturally.

Before that, I'd like to submit some trivial cleanups in advance for
the 5.19 cycle. All patches are without any logical change, so I can
have a more recent codebase for the next rework cycle.

Thanks,
Gao Xiang

Gao Xiang (3):
  erofs: get rid of `struct z_erofs_collection'
  erofs: get rid of label `restart_now'
  erofs: simplify z_erofs_pcluster_readmore()

 fs/erofs/zdata.c | 165 +++++++++++++++++++----------------------------
 fs/erofs/zdata.h |  50 +++++++-------
 2 files changed, 88 insertions(+), 127 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-31  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-29  5:54 [PATCH 0/3] erofs: random decompression cleanups Gao Xiang
2022-05-29  5:54 ` [PATCH 1/3] erofs: get rid of `struct z_erofs_collection' Gao Xiang
2022-05-29  5:54 ` [PATCH 2/3] erofs: get rid of label `restart_now' Gao Xiang
2022-05-29  5:54 ` [PATCH 3/3] erofs: simplify z_erofs_pcluster_readmore() Gao Xiang
2022-05-31  6:45 ` [PATCH 0/3] erofs: random decompression cleanups Chao Yu
2022-05-31  6:50   ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox