public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] erofs: support compressed fragments data
@ 2022-08-22  5:52 Yue Hu
  2022-08-22  5:53 ` [RFC PATCH 1/2] erofs: support on-disk offset for shifted decompression Yue Hu
  2022-08-22  5:53 ` [RFC PATCH 2/2] erofs: add on-disk compressed fragments support Yue Hu
  0 siblings, 2 replies; 5+ messages in thread
From: Yue Hu @ 2022-08-22  5:52 UTC (permalink / raw)
  To: xiang, chao; +Cc: linux-erofs, linux-kernel, zhangwen, Yue Hu

From: Yue Hu <huyue2@coolpad.com>

This feature can merge tail of per-file or the whole files into a
special inode to achieve greater compression ratio.

mkfs v4: https://lore.kernel.org/all/cover.1661087840.git.huyue2@coolpad.com/

Yue Hu (2):
  erofs: support on-disk offset for shifted decompression
  erofs: add on-disk compressed fragments support

 fs/erofs/decompressor.c | 15 +++++++----
 fs/erofs/erofs_fs.h     | 26 ++++++++++++++-----
 fs/erofs/internal.h     | 16 +++++++++---
 fs/erofs/super.c        |  6 +++++
 fs/erofs/sysfs.c        |  2 ++
 fs/erofs/zdata.c        | 55 ++++++++++++++++++++++++++++++++++++++++-
 fs/erofs/zmap.c         | 40 +++++++++++++++++++++++++++---
 7 files changed, 141 insertions(+), 19 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-08-25  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22  5:52 [RFC PATCH 0/2] erofs: support compressed fragments data Yue Hu
2022-08-22  5:53 ` [RFC PATCH 1/2] erofs: support on-disk offset for shifted decompression Yue Hu
2022-08-22  5:53 ` [RFC PATCH 2/2] erofs: add on-disk compressed fragments support Yue Hu
2022-08-25  3:23   ` Gao Xiang
2022-08-25  8:28     ` Yue Hu

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