On Wed, Jun 11, 2025 at 08:36:23AM -0700, Darrick J. Wong wrote: > On Wed, Jun 11, 2025 at 03:04:49PM +0530, Ojaswin Mujoo wrote: > > This adds various atomic write multi-fsblock stresst tests > > with mixed mappings and O_SYNC, to ensure the data and metadata > > is atomically persisted even if there is a shutdown. > > > > Suggested-by: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx> > > Signed-off-by: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx> > > --- > > tests/generic/770 | 161 ++++++++++++++++++++++++++++++++++++++++++ > > tests/generic/770.out | 2 + > > 2 files changed, 163 insertions(+) > > create mode 100755 tests/generic/770 > > create mode 100644 tests/generic/770.out > > > > diff --git a/tests/generic/770 b/tests/generic/770 > > new file mode 100755 > > index 00000000..2b98b3b3 > > --- /dev/null > > +++ b/tests/generic/770 > > @@ -0,0 +1,161 @@ > > +#! /bin/bash > > +# SPDX-License-Identifier: GPL-2.0 > > +# Copyright (c) 2025 IBM Corporation. All Rights Reserved. > > +# > > +# FS QA Test 770 > > +# > > +# Atomic write multi-fsblock data integrity tests with mixed mappings > > +# and O_SYNC > > +# > > +. ./common/preamble > > +. ./common/atomicwrites > > +_begin_fstest auto quick rw atomicwrites > > + > > +_require_scratch_write_atomic_multi_fsblock > > +_require_atomic_write_test_commands > > _require_shutdown? > > --D I'll add that to v2, thanks! Regards, ojaswin