From: Yue Hu <zbestahu@gmail.com>
To: xiang@kernel.org, chao@kernel.org
Cc: Yue Hu <huyue2@coolpad.com>,
linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org,
zhangwen@coolpad.com
Subject: [RFC PATCH 0/2] erofs: support compressed fragments data
Date: Mon, 22 Aug 2022 13:52:59 +0800 [thread overview]
Message-ID: <cover.1661146058.git.huyue2@coolpad.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Yue Hu <zbestahu@gmail.com>
To: xiang@kernel.org, chao@kernel.org
Cc: linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org,
zhangwen@coolpad.com, Yue Hu <huyue2@coolpad.com>
Subject: [RFC PATCH 0/2] erofs: support compressed fragments data
Date: Mon, 22 Aug 2022 13:52:59 +0800 [thread overview]
Message-ID: <cover.1661146058.git.huyue2@coolpad.com> (raw)
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
next reply other threads:[~2022-08-22 5:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 5:52 Yue Hu [this message]
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 ` Yue Hu
2022-08-22 5:53 ` [RFC PATCH 2/2] erofs: add on-disk compressed fragments support Yue Hu
2022-08-22 5:53 ` Yue Hu
2022-08-22 11:42 ` kernel test robot
2022-08-25 3:23 ` Gao Xiang
2022-08-25 3:23 ` Gao Xiang
2022-08-25 8:28 ` Yue Hu
2022-08-25 8:28 ` Yue Hu
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=cover.1661146058.git.huyue2@coolpad.com \
--to=zbestahu@gmail.com \
--cc=chao@kernel.org \
--cc=huyue2@coolpad.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xiang@kernel.org \
--cc=zhangwen@coolpad.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.