Linux-EROFS Archive mirror
 help / color / mirror / Atom feed
From: Yifan Zhao <zhaoyifan@sjtu.edu.cn>
To: linux-erofs@lists.ozlabs.org
Subject: [PATCH v3 0/2] erofs-utils: mkfs: introduce inter-file multi-threaded compression
Date: Fri, 22 Mar 2024 18:24:19 +0800	[thread overview]
Message-ID: <20240322102421.3780992-1-zhaoyifan@sjtu.edu.cn> (raw)

change log since v2:
- erofs_queue => erofs_inode_fifo, defined in inode.c

Yifan Zhao (2):
  erofs-utils: lib: split function logic in inode.c
  erofs-utils: mkfs: introduce inter-file multi-threaded compression

 include/erofs/compress.h |  16 ++
 include/erofs/inode.h    |  17 ++
 include/erofs/internal.h |   3 +
 lib/compress.c           | 336 +++++++++++++++++++++------------
 lib/inode.c              | 399 +++++++++++++++++++++++++++++++++------
 5 files changed, 593 insertions(+), 178 deletions(-)

-- 
2.44.0


             reply	other threads:[~2024-03-22 10:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 10:24 Yifan Zhao [this message]
2024-03-22 10:24 ` [PATCH v3 1/2] erofs-utils: lib: split function logic in inode.c Yifan Zhao
2024-03-22 10:24 ` [PATCH v3 2/2] erofs-utils: mkfs: introduce inter-file multi-threaded compression Yifan Zhao
2024-03-23  3:46   ` Huang Jianan
2024-03-23  4:02     ` Huang Jianan
2024-03-23 17:31     ` Yifan Zhao
2024-03-23  2:51 ` [PATCH v3 0/2] " Huang Jianan
2024-03-23 17:32   ` Yifan Zhao

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=20240322102421.3780992-1-zhaoyifan@sjtu.edu.cn \
    --to=zhaoyifan@sjtu.edu.cn \
    --cc=linux-erofs@lists.ozlabs.org \
    /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 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 read-only IMAP folder(s) and NNTP newsgroup(s).