FS/XFS testing framework
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Cc: Eryu Guan <guan@eryu.me>, fstests@vger.kernel.org
Subject: Re: [PATCH v2 00/16] generic: add some mmap CoW tests
Date: Mon, 6 Dec 2021 09:02:30 -0800	[thread overview]
Message-ID: <20211206170230.GB8442@magnolia> (raw)
In-Reply-To: <b1aacb7f-719d-0624-2186-dfb9755d74a0@fujitsu.com>

On Mon, Dec 06, 2021 at 09:18:16AM +0800, Shiyang Ruan wrote:
> 
> 在 2021/12/5 22:57, Eryu Guan 写道:
> > On Fri, Dec 03, 2021 at 03:30:53PM +0800, Shiyang Ruan wrote:
> > > Ping
> > 
> > The patchset is in my to-review queue, but just didn't get enough time
> > to review them.. Will try to find some time to review them next week.
> 
> OK, Thanks~

Same here, I didn't have any time to look at this set last week, too
many other regressions going on. :(

--D

> 
> --
> Ruan
> 
> > 
> > Thanks,
> > Eryu
> > 
> > > 
> > > > This series is to add missing mmap CoW tests in some sets of testcases:
> > > > Set 1. CoW on shared blocks which are interleaving reflinked by two files.
> > > >    - P1:            add mmap test
> > > > Set 2. CoW a range covers shared blocks and multiple kind of unshared blocks of
> > > >     the destination file.
> > > >    - P2 ~ P6:       add mmap test
> > > > Set 3. CoW a range covers shared blocks and multiple kind of unshared blocks of
> > > >     the source file.
> > > >    - P11, P12:      add missing buffered-io and direct-io test for mixed blocks
> > > >    - P7 ~ P10, P13: add mmap test
> > > > Set 4. races tests
> > > >    - P14: race between reflink and mmap reading
> > > >    - P15: race between mmap writing to and reflink source file
> > > >    - P16: race between mmap writing to and reflink target file
> > > 
> 
> 

      reply	other threads:[~2021-12-06 17:05 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-25  7:47 [PATCH v2 00/16] generic: add some mmap CoW tests Shiyang Ruan
2021-11-25  7:47 ` [PATCH v2 01/16] generic: add mmap CoW test for ranges of two shared files Shiyang Ruan
2021-12-11  0:26   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 02/16] generic: add mmap CoW test for regular&destination extents Shiyang Ruan
2021-12-11  0:27   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 03/16] generic: add mmap CoW test for unwritten&destination extents Shiyang Ruan
2021-12-11  0:33   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 04/16] generic: add mmap CoW test for holes&destination extents Shiyang Ruan
2021-12-11  0:34   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 05/16] generic: add mmap CoW test for delalloc&destination extents Shiyang Ruan
2021-12-11  0:37   ` Darrick J. Wong
2021-12-12 13:41   ` Eryu Guan
2021-12-14  5:41     ` Shiyang Ruan
2021-11-25  7:47 ` [PATCH v2 06/16] generic: add mmap CoW test for mixed&destination extents Shiyang Ruan
2021-12-11  0:38   ` Darrick J. Wong
2021-12-12 13:43   ` Eryu Guan
2021-11-25  7:47 ` [PATCH v2 07/16] generic: add mmap CoW test for regular&source extents Shiyang Ruan
2021-12-11  0:39   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 08/16] generic: add mmap CoW test for unwritten&source extents Shiyang Ruan
2021-12-11  0:40   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 09/16] generic: add mmap CoW test for holes&source extents Shiyang Ruan
2021-12-11  0:40   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 10/16] generic: add mmap CoW test for delalloc&source extents Shiyang Ruan
2021-12-11  0:42   ` Darrick J. Wong
2021-12-12 13:48   ` Eryu Guan
2021-11-25  7:47 ` [PATCH v2 11/16] generic: add buffered-io CoW test for mixed&source extents Shiyang Ruan
2021-12-11  0:45   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 12/16] generic: add direct-io " Shiyang Ruan
2021-12-11  0:45   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 13/16] generic: add mmap " Shiyang Ruan
2021-12-07  0:40   ` Darrick J. Wong
2021-12-11  0:46     ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 14/16] generic: add race test between reflink and mmap read Shiyang Ruan
2021-12-07  0:32   ` Darrick J. Wong
2021-12-14  5:37     ` Shiyang Ruan
2021-11-25  7:47 ` [PATCH v2 15/16] generic: add race test that mmap write to source of reflink Shiyang Ruan
2021-12-07  0:30   ` Darrick J. Wong
2021-11-25  7:47 ` [PATCH v2 16/16] generic: add race test that mmap write to target " Shiyang Ruan
2021-12-07  0:27   ` Darrick J. Wong
2021-12-03  7:30 ` [PATCH v2 00/16] generic: add some mmap CoW tests Shiyang Ruan
2021-12-05 14:57   ` Eryu Guan
2021-12-06  1:18     ` Shiyang Ruan
2021-12-06 17:02       ` Darrick J. Wong [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=20211206170230.GB8442@magnolia \
    --to=djwong@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=guan@eryu.me \
    --cc=ruansy.fnst@fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox