All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Saranya Muruganandam <saranyamohan@google.com>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [RFC PATCH v1 0/5] Add threading support to e2fsprogs
Date: Thu, 21 Jan 2021 10:51:54 -0500	[thread overview]
Message-ID: <YAmjGnSBNBssB1XW@mit.edu> (raw)
In-Reply-To: <20210114002723.643589-1-saranyamohan@google.com>

On Wed, Jan 13, 2021 at 04:27:18PM -0800, Saranya Muruganandam wrote:
> This patch set adds the infrastructure to support threading to
> libext2fs.  It makes the unix_io I/O Manager thread-aware.  Wang's
> parallel bitmap code has been adapted to use the new threading
> infrastructure.
> 
> The code has been tested with TSAN and ASAN built into gcc 10.2:
> 
>     configure 'CFLAGS=-g -fsanitize=thread' 'LDFLAGS=-fsanitize=thread'
>     make clean ; make -j16 ; make -j16 check
>     configure 'CFLAGS=-g -fsanitize=address' 'LDFLAGS=-fsanitize=address'
>     make clean ; make -j16 ; make -j16 check
> 
> As I(tytso) needed to excerpt out some of the changes to generated patches in
> "Add configure and build support for the pthreads", the full patch
> series can be found in git:
> 
> git fetch https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git pthreads

Thanks, I've applied this patch series.  (There were some slight merge
conflicts due to some other changes from the maint branch so I had to
regenerate the aclocal.m4 and configure files.)

							- Ted

      parent reply	other threads:[~2021-01-21 15:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14  0:27 [RFC PATCH v1 0/5] Add threading support to e2fsprogs Saranya Muruganandam
2021-01-14  0:27 ` [RFC PATCH v1 1/5] Add configure and build support for the pthreads library Saranya Muruganandam
2021-01-14  0:27 ` [RFC PATCH v1 2/5] libext2fs: add threading support to the I/O manager abstraction Saranya Muruganandam
2021-01-14  0:27 ` [RFC PATCH v1 3/5] libext2fs: allow the unix_io manager's cache to be disabled and re-enabled Saranya Muruganandam
2021-01-14  0:27 ` [RFC PATCH v1 4/5] ext2fs: parallel bitmap loading Saranya Muruganandam
2021-01-14  0:27 ` [RFC PATCH v1 5/5] Enable threaded support for e2fsprogs' applications Saranya Muruganandam
2021-01-21 15:51 ` Theodore Ts'o [this message]

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=YAmjGnSBNBssB1XW@mit.edu \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=saranyamohan@google.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.