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

This patchset introduces inter-file multi-threaded compression.

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/internal.h |   3 +
 include/erofs/list.h     |   8 +
 include/erofs/queue.h    |  22 +++
 lib/Makefile.am          |   2 +-
 lib/compress.c           | 323 +++++++++++++++++++++++++--------------
 lib/inode.c              | 311 +++++++++++++++++++++++++++++++++----
 lib/queue.c              |  64 ++++++++
 8 files changed, 607 insertions(+), 142 deletions(-)
 create mode 100644 include/erofs/queue.h
 create mode 100644 lib/queue.c

-- 
2.44.0


             reply	other threads:[~2024-03-17 14:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 14:41 Yifan Zhao [this message]
2024-03-17 14:41 ` [PATCH 1/2] erofs-utils: lib: split function logic in inode.c Yifan Zhao
2024-03-17 14:41 ` [PATCH 2/2] erofs-utils: mkfs: introduce inter-file multi-threaded compression Yifan Zhao
2024-03-20 18:15   ` Huang Jianan
2024-03-21  2:07     ` Gao Xiang
2024-03-21 12:34       ` Yifan Zhao
2024-03-21 15:02         ` Gao Xiang
2024-03-21 12:34     ` 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=20240317144112.1445017-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).