fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eryu Guan <guan@eryu.me>
To: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Cc: fstests@vger.kernel.org
Subject: Re: [PATCH v2 00/16] generic: add some mmap CoW tests
Date: Sun, 5 Dec 2021 22:57:13 +0800	[thread overview]
Message-ID: <YazTSVgkmfnhkR9j@desktop> (raw)
In-Reply-To: <20211203073053.1421823-1-ruansy.fnst@fujitsu.com>

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.

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-05 14:57 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 [this message]
2021-12-06  1:18     ` Shiyang Ruan
2021-12-06 17:02       ` Darrick J. Wong

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=YazTSVgkmfnhkR9j@desktop \
    --to=guan@eryu.me \
    --cc=fstests@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).