Here's a stab at addressing the out-of-order write issues reproduced by generic/482 on XFS v5 filesystems. Patch 1 refactors the code to allow for use of an arbitrary device and patch 2 fixes up generic/482 to use a thinly provisioned replay device. This could be factored in different ways and/or be implemented across the other tests, but the focus here is on generic/482. Brian Brian Foster (2): common/dmlogwrites: genericize log writes target device generic/482: use thin volume as data device common/dmlogwrites | 24 ++++++++++++++++++------ tests/generic/455 | 8 ++++---- tests/generic/457 | 8 ++++---- tests/generic/470 | 4 ++-- tests/generic/482 | 20 ++++++++++++++------ 5 files changed, 42 insertions(+), 22 deletions(-) -- 2.17.2