On Tue, Jul 29, 2025 at 01:08:28PM -0700, Darrick J. Wong wrote: > Hi all, > > Here's a pile of bug fixes for the atomic writes tests. > > If you're going to start using this code, I strongly recommend pulling > from my git trees, which are linked below. > > This has been running on the djcloud for months with no problems. Enjoy! > Comments and questions are, as always, welcome. > > --D > > xfsprogs git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=atomic-writes > > fstests git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=atomic-writes > --- > Commits in this patchset: > * generic/211: don't run on an xfs that can't do inplace writes > * generic/427: try to ensure there's some free space before we do the aio test > * generic/767: require fallocate support > * generic/767: only test the hardware atomic write unit > * generic/767: allow on any atomic writes filesystem > * xfs/838: actually force usage of the realtime device > * common: fix _require_xfs_io_command pwrite -A for various blocksizes > --- Do I miss something? I didn't find [PATCH 1/7] in this patch thread :) > common/atomicwrites | 6 ++++++ > common/rc | 14 +++++++++++--- > tests/generic/211 | 6 ++++++ > tests/generic/427 | 5 +++++ > tests/generic/767 | 19 +++++++++++++++---- > tests/xfs/838 | 1 + > 6 files changed, 44 insertions(+), 7 deletions(-) >