On Thu, Jun 19, 2025 at 03:34:34AM +0800, Zorro Lang wrote: > On Wed, Jun 11, 2025 at 03:04:47PM +0530, Ojaswin Mujoo wrote: > > From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx> > > > > This adds atomic write test using fio based on it's crc check verifier. > > fio adds a crc for each data block. If the underlying device supports atomic > > write then it is guaranteed that we will never have a mix data from two > > threads writing on the same physical block. > > > > Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx> > > Signed-off-by: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx> > > --- > > tests/generic/767 | 84 +++++++++++++++++++++++++++++++++++++++++++ > > tests/generic/767.out | 2 ++ > > I'd like to recommend using a bigger case number for this RFC test case (and others > in this patchset), to help you to rebase on later fstests easily :) Sure Zorro, I'll make this change in v2. I think g/1226 should be okay as the other atomic writes patchset [1] ends at 1225. Thanks, Ojaswin