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 > > > > >