From: Vincent Fu <vincent.fu@xxxxxxx> Jens, please consider this series of patches. The patches fix two different zonemode=strided issues and also include a test script. Vincent Vincent Fu (3): io_u: skip to the next zone when zoneskip is set to zero filesetup: use zonerange for map and LFSR with zonemode=strided testing: add test script for zonemode=strided filesetup.c | 3 + io_u.c | 3 +- t/strided.py | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 355 insertions(+), 1 deletion(-) create mode 100755 t/strided.py -- 2.17.1