Flexible I/O Tester
[Prev Page][Next Page]
- [PATCH v4 28/38] t/zbd: test that conventional zones are not locked during random i/o, (continued)
- [PATCH v4 28/38] t/zbd: test that conventional zones are not locked during random i/o, Dmitry Fomichev
- [PATCH v4 26/38] t/zbd: skip tests when test prerequisites are not met, Dmitry Fomichev
- [PATCH v4 27/38] t/zbd: skip tests that need too many sequential zones, Dmitry Fomichev
- [PATCH v4 25/38] t/zbd: add -t option to run-tests-against-nullb, Dmitry Fomichev
- [PATCH v4 29/38] t/zbd: test that zone_reset_threshold calculation is correct, Dmitry Fomichev
- [PATCH v4 19/38] zbd: improve replay range validation, Dmitry Fomichev
- [PATCH v4 21/38] zbd: avoid failing assertion in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v4 20/38] engines/libzbc: enable block backend, Dmitry Fomichev
- [PATCH v4 30/38] t/zbd: test random I/O direction in all-conventional case, Dmitry Fomichev
- [PATCH v4 31/38] t/zbd: fix wrong units in test case #37, Dmitry Fomichev
- [PATCH v4 33/38] t/zbd: prevent test #31 from looping, Dmitry Fomichev
- [PATCH v4 32/38] t/zbd: add an option to bail on a failed test, Dmitry Fomichev
- [PATCH v4 35/38] t/zbd: add test #54 to exercise ZBD verification, Dmitry Fomichev
- [PATCH v4 34/38] t/zbd: add checks for offline zone condition, Dmitry Fomichev
- [PATCH v4 36/38] t/zbd: show elapsed time in test-zbd-support, Dmitry Fomichev
- [PATCH v4 37/38] t/zbd: increase timeout in test #48, Dmitry Fomichev
- [PATCH v4 38/38] t/zbd: avoid looping on invalid command line options, Dmitry Fomichev
- [PATCH v4 12/38] zbd: count sectors with data for write pointer zones, Dmitry Fomichev
- Re: [PATCH v4 00/38] ZBD fixes and improvements, Damien Le Moal
- [PATCH v6 0/3] Add a new parameter and fix minimal rate calculation.,
Hongwei Qin
- [PATCH v5 0/2] Add a new parameter and fix minimal rate calculation.,
Hongwei Qin
- [PATCH 0/2] fio: fix premature final dlclose of dynamic engine,
Eric Sandeen
- [PATCH v4 0/2] Add a new parameter and fix minimal rate calculation.,
Hongwei Qin
- [PATCH v3 0/2] Add a new parameter and fix minimal rate calculation.,
Hongwei Qin
- [PATCH v2 0/2] Fix thinktime handling and minimal rate calculation,
HongweiQin
- [PATCH] Fix thinktime_blocks,
HongweiQin
- [PATCH v2] Fix a rate limit issue.,
HongweiQin
- [PATCH] Fix a rate limit issue.,
Hongwei Qin
- Adding a new cpu mode for the cpu engine, Erwan Velu
- [PATCH v3 00/38] ZBD fixes and improvements,
Dmitry Fomichev
- [PATCH v3 02/38] zbd: use zbd_zone_nr() more actively in the code, Dmitry Fomichev
- [PATCH v3 03/38] zbd: add get_zone() helper function, Dmitry Fomichev
- [PATCH v3 04/38] zbd: introduce zone_unlock(), Dmitry Fomichev
- [PATCH v3 01/38] zbd: return ENOMEM if zone buffer allocation fails, Dmitry Fomichev
- [PATCH v3 05/38] zbd: engines/libzbc: don't fail on assert for offline zones, Dmitry Fomichev
- [PATCH v3 06/38] zbd: remove dependency on zone type during i/o, Dmitry Fomichev
- [PATCH v3 08/38] zbd: avoid zone buffer overrun, Dmitry Fomichev
- [PATCH v3 09/38] zbd: don't unlock zone mutex after verify replay, Dmitry Fomichev
- [PATCH v3 07/38] zbd: skip offline zones in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v3 10/38] zbd: do not lock conventional zones on I/O adjustment, Dmitry Fomichev
- [PATCH v3 11/38] zbd: do not set zbd handlers for conventional zones, Dmitry Fomichev
- [PATCH v3 12/38] zbd: count sectors with data for write pointer zones, Dmitry Fomichev
- [PATCH v3 13/38] zbd: initialize min_zone and max_zone for all zone types, Dmitry Fomichev
- [PATCH v3 14/38] zbd: initialize sectors with data at start time, Dmitry Fomichev
- [PATCH v3 15/38] zbd: use zone_lock() in zbd_process_swd(), Dmitry Fomichev
- [PATCH v3 16/38] zbd: disable crossing from conventional to sequential zones, Dmitry Fomichev
- [PATCH v3 17/38] zbd: don't log "zone nnnn is not open" message, Dmitry Fomichev
- [PATCH v3 18/38] zbd: handle conventional start zone in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v3 21/38] zbd: avoid failing assertion in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v3 22/38] zbd: set thread errors in zbd_adjust_block(), Dmitry Fomichev
- [PATCH v3 19/38] zbd: improve replay range validation, Dmitry Fomichev
- [PATCH v3 23/38] t/zbd: check for error in test #2, Dmitry Fomichev
- [PATCH v3 20/38] engines/libzbc: enable block backend, Dmitry Fomichev
- [PATCH v3 24/38] t/zbd: add run-tests-against-nullb script, Dmitry Fomichev
- [PATCH v3 25/38] t/zbd: add -t option to run-tests-against-nullb, Dmitry Fomichev
- [PATCH v3 26/38] t/zbd: skip tests when test prerequisites are not met, Dmitry Fomichev
- [PATCH v3 27/38] t/zbd: skip tests that need too many sequential zones, Dmitry Fomichev
- [PATCH v3 28/38] t/zbd: test that conventional zones are not locked during random i/o, Dmitry Fomichev
- [PATCH v3 29/38] t/zbd: test that zone_reset_threshold calculation is correct, Dmitry Fomichev
- [PATCH v3 30/38] t/zbd: test random I/O direction in all-conventional case, Dmitry Fomichev
- [PATCH v3 31/38] t/zbd: fix wrong units in test case #37, Dmitry Fomichev
- [PATCH v3 32/38] t/zbd: add an option to bail on a failed test, Dmitry Fomichev
- [PATCH v3 33/38] t/zbd: prevent test #31 from looping, Dmitry Fomichev
- [PATCH v3 34/38] t/zbd: add checks for offline zone condition, Dmitry Fomichev
- [PATCH v3 35/38] t/zbd: add test #54 to exercise ZBD verification, Dmitry Fomichev
- [PATCH v3 36/38] t/zbd: show elapsed time in test-zbd-support, Dmitry Fomichev
- [PATCH v3 37/38] t/zbd: increase timeout in test #48, Dmitry Fomichev
- [PATCH v3 38/38] t/zbd: avoid looping on invalid command line options, Dmitry Fomichev
- Re: [PATCH v3 00/38] ZBD fixes and improvements, Shinichiro Kawasaki
- [PATCH v2 00/36] ZBD fixes and improvements,
Dmitry Fomichev
- [PATCH v2 01/36] zbd: return ENOMEM if zone buffer allocation fails, Dmitry Fomichev
- [PATCH v2 02/36] zbd: use zbd_zone_nr() more actively in the code, Dmitry Fomichev
- [PATCH v2 03/36] zbd: add get_zone() helper function, Dmitry Fomichev
- [PATCH v2 04/36] zbd: introduce zone_unlock(), Dmitry Fomichev
- [PATCH v2 05/36] zbd: engines/libzbc: don't fail on assert for offline zones, Dmitry Fomichev
- [PATCH v2 32/36] t/zbd: add checks for offline zone condition, Dmitry Fomichev
- [PATCH v2 07/36] zbd: skip offline zones in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v2 08/36] zbd: avoid zone buffer overrun, Dmitry Fomichev
- [PATCH v2 09/36] zbd: don't unlock zone mutex after verify replay, Dmitry Fomichev
- [PATCH v2 10/36] zbd: do not lock conventional zones on I/O adjustment, Dmitry Fomichev
- [PATCH v2 33/36] t/zbd: add test #54 to exercise ZBD verification, Dmitry Fomichev
- [PATCH v2 11/36] zbd: do not set zbd handlers for conventional zones, Dmitry Fomichev
- [PATCH v2 12/36] zbd: count sectors with data for write pointer zones, Dmitry Fomichev
- [PATCH v2 13/36] zbd: initialize min_zone and max_zone for all zone types, Dmitry Fomichev
- [PATCH v2 14/36] zbd: initialize sectors with data at start time, Dmitry Fomichev
- [PATCH v2 34/36] t/zbd: show elapsed time in test-zbd-support, Dmitry Fomichev
- [PATCH v2 15/36] zbd: use zone_lock() in zbd_process_swd(), Dmitry Fomichev
- [PATCH v2 35/36] t/zbd: increase timeout in test #48, Dmitry Fomichev
- [PATCH v2 16/36] zbd: disable crossing from conventional to sequential zones, Dmitry Fomichev
- [PATCH v2 17/36] zbd: don't log "zone nnnn is not open" message, Dmitry Fomichev
- [PATCH v2 18/36] zbd: handle conventional start zone in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH v2 19/36] zbd: improve replay range validation, Dmitry Fomichev
- [PATCH v2 36/36] t/zbd: avoid looping on invalid command line options, Dmitry Fomichev
- [PATCH v2 20/36] zbd: set thread errors in zbd_adjust_block(), Dmitry Fomichev
- [PATCH v2 21/36] t/zbd: check for error in test #2, Dmitry Fomichev
- [PATCH v2 22/36] t/zbd: add run-tests-against-nullb script, Dmitry Fomichev
- [PATCH v2 23/36] t/zbd: add -t option to run-tests-against-nullb, Dmitry Fomichev
- [PATCH v2 24/36] t/zbd: skip tests when test prerequisites are not met, Dmitry Fomichev
- [PATCH v2 25/36] t/zbd: skip tests that need too many sequential zones, Dmitry Fomichev
- [PATCH v2 26/36] t/zbd: test that conventional zones are not locked during random i/o, Dmitry Fomichev
- [PATCH v2 27/36] t/zbd: test that zone_reset_threshold calculation is correct, Dmitry Fomichev
- [PATCH v2 28/36] t/zbd: test random I/O direction in all-conventional case, Dmitry Fomichev
- [PATCH v2 29/36] t/zbd: fix wrong units in test case #37, Dmitry Fomichev
- [PATCH v2 30/36] t/zbd: add an option to bail on a failed test, Dmitry Fomichev
- [PATCH v2 31/36] t/zbd: prevent test #31 from looping, Dmitry Fomichev
- [PATCH v2 06/36] zbd: remove dependency on zone type during i/o, Dmitry Fomichev
- Standard test parameters for NAS workloads?,
rickyp999@xxxxxxxxx
Using `direct=1` parameter in disk vs filesystem tests,
Davor Cubranic
[PATCH] flow: fix hang with flow control and zoned block devices,
Aravind Ramesh
Fio verify crc32 fault,
Peter Sabaini
Difficulties pushing FIO towards many small files and WORM-style use-case,
David Pineau
[PATCH 0/9] v1 Patchset : Simple Copy Command support,
Krishna Kanth Reddy
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH 00/15] ZBD fixes and improvements,
Dmitry Fomichev
- [PATCH 04/15] zbd: introduce zone_unlock(), Dmitry Fomichev
- [PATCH 05/15] zbd: engines/libzbc: don't fail on assert for offline zones, Dmitry Fomichev
- [PATCH 06/15] zbd: remove dependency on zone type during i/o, Dmitry Fomichev
- [PATCH 07/15] zbd: skip offline zones in zbd_convert_to_open_zone(), Dmitry Fomichev
- [PATCH 08/15] zbd: avoid zone buffer overrun, Dmitry Fomichev
- [PATCH 09/15] zbd: don't unlock zone mutex after verify replay, Dmitry Fomichev
- [PATCH 10/15] zbd: do not lock conventional zones on I/O adjustment, Dmitry Fomichev
- [PATCH 11/15] zbd: do not set zbd handlers for conventional zones, Dmitry Fomichev
- [PATCH 12/15] zbd: count sectors with data for write pointer zones, Dmitry Fomichev
- [PATCH 13/15] zbd: initialize min_zone and max_zone for all zone types, Dmitry Fomichev
- [PATCH 01/15] zbd: return ENOMEM if zone buffer allocation fails, Dmitry Fomichev
- [PATCH 14/15] zbd: initialize sectors with data at start time, Dmitry Fomichev
- [PATCH 02/15] zbd: use zbd_zone_nr() more actively in the code, Dmitry Fomichev
- [PATCH 15/15] zbd: use zone_lock() in zbd_process_swd(), Dmitry Fomichev
- [PATCH 03/15] zbd: add get_zone() helper function, Dmitry Fomichev
- Re: [PATCH 00/15] ZBD fixes and improvements, Bart Van Assche
[RFC PATCH] error out if ENOSPC during file layout,
Kushal Kumaran
[PATCH] Windows: introduce fiobuild.cmd and fiopkg.cmd,
Rebecca Cran
bsdio.com Offline,
Jeffrey Lien
[PATCH 0/3] dynamic engines: fix several issues,
Eric Sandeen
[PATCH, RFC] list all available dynamic ioengines with --enghelp,
Eric Sandeen
[PATCH] fix dynamic engine loading for libaio engine etc,
Eric Sandeen
8a2cf08d29 ("Makefile: introduce FIO_CFLAGS") broke dynamic engines,
Eric Sandeen
[PATCH] Windows: update dobuild.cmd to run the configure/make,
Rebecca Cran
Fwd: Getting eta-status-line to the output file?,
Brian Wengel
[PATCH v3 resend 0/4] cgroup: Support cgroup-v2 weight and BFQ weight,
Andreas Herrmann
[PATCH v2 0/2] zbd: Fix test case #48 failure,
Shin'ichiro Kawasaki
Question around the time precision,
Erwan Velu
[PATCH 0/2] zbd: Fix test case #48 failure,
Shin'ichiro Kawasaki
[PATCH] simplify MB/s, IOPS interactive printout code,
Alexey Dobriyan
Writing/reading OD, MD, ID of a disk,
siha lawrence
[PATCH] fio: fix dynamic engines soname definition,
Yigal Korman
[PATCH 0/3] v1 Patchset : Zone Explicit Open support,
Krishna Kanth Reddy
Message not available
Message not available
Re: [PATCH 0/3] v1 Patchset : Zone Explicit Open support, Damien Le Moal
Advice getting fio data/output for charts,
Marc Roos
[PATCH v3 0/4] cgroup: Support cgroup-v2 weight and BFQ weight,
Andreas Herrmann
client/server mode error handling,
Frank Ritchie
Measuring runtime on Windows,
Elliott Balsley
Truncated entries - filename - JSON, neto from Brazil
Using fio for testing for SMR,
Ian S. Worthington
Inconsistent Status Intervals,
Jeffrey Lien
[PATCH] fio: support io_size=N% (N <= 100),
Alexey Dobriyan
[PATCH v3 0/7] Improve open zones accounting,
Shin'ichiro Kawasaki
[PATCH v2 0/4] cgroup: Support cgroup-v2 weight and BFQ weight,
Andreas Herrmann
[PATCH] Update the year to 2020 in os/windows/eula.rtf,
Rebecca Cran
[PATCH] Update os/windows/dobuild.cmd to support signing binaries/installer,
Rebecca Cran
[PATCH] Make fill_device to stop writing on EDQUOT,
Martin Bukatovic
[PATCH 0/2] cgroup: Enable weight tests with cgroup-v2,
Andreas Herrmann
[PATCH v2] zbd: rewrite verification in ZBD mode, Alexey Dobriyan
[PATCH 0/3] cgroup: Misc fixes,
Andreas Herrmann
[PATCH v2 0/7] Improve open zones accounting,
Shin'ichiro Kawasaki
gfio and GTK-3,
Martin Steigerwald
[PATCH] zbd: remove reset_zone flag from fio_zone_info,
Dmitry Fomichev
[PATCH] configure: fix syntax error with NetBSD,
Dmitry Fomichev
[PATCH] zbd: use ->min_zone, ->max_zone in more places,
Alexey Dobriyan
[PATCH] zbd: don't read past the WP on a read only workload with verify,
Niklas Cassel
[PATCH 0/6] Improve open zones accounting,
Shin'ichiro Kawasaki
[PATCH] fio: add for_each_rw_ddir() macro,
Alexey Dobriyan
[PATCH] Add fill_quota option,
Martin Bukatovic
[PATCH v3 0/4] miscellaneous ZBD improvements,
Dmitry Fomichev
[PATCH v2 0/4] miscellaneous ZBD improvements,
Dmitry Fomichev
[PATCH 0/3] v3 Patchset : Zone Append command support,
Krishna Kanth Reddy
Message not available
Message not available
Re: [PATCH 0/3] v3 Patchset : Zone Append command support, Damien Le Moal
[PATCH 0/3] miscellaneous ZBD improvements,
Dmitry Fomichev
Re: [PATCH 1/4] Add Zone Append command support for NVMe Zoned Namespaces (ZNS), Alexey Dobriyan
[PATCH] t/zbd: Improve pass condition of test case #49,
Shin'ichiro Kawasaki
[PATCH v3 0/6] Support zone capacity,
Shin'ichiro Kawasaki
[PATCH v2 0/6] Support zone capacity,
Shin'ichiro Kawasaki
[PATCH v2 0/8] zbd: Fix initial zone write pointer of regular block devices,
Shin'ichiro Kawasaki
- [PATCH v2 1/8] zbd: Fix initial zone write pointer of regular block devices, Shin'ichiro Kawasaki
- [PATCH v2 2/8] t/zbd: Fix pass condition of test case #3, Shin'ichiro Kawasaki
- [PATCH v2 3/8] t/zbd: Add write_and_run_one_fio_job() helper function, Shin'ichiro Kawasaki
- [PATCH v2 4/8] t/zbd: Combine write and read fio commands for test case #6, Shin'ichiro Kawasaki
- [PATCH v2 5/8] t/zbd: Combine write and read fio commands for test case #15, Shin'ichiro Kawasaki
- [PATCH v2 7/8] t/zbd: Remove write before random read/write from test case #17, Shin'ichiro Kawasaki
- [PATCH v2 6/8] t/zbd: Combine write and read fio commands for test case #16, Shin'ichiro Kawasaki
- [PATCH v2 8/8] t/zbd: Enable regular block devices for test case #47, Shin'ichiro Kawasaki
- Re: [PATCH v2 0/8] zbd: Fix initial zone write pointer of regular block devices, Damien Le Moal
- Re: [PATCH v2 0/8] zbd: Fix initial zone write pointer of regular block devices, Jens Axboe
Phy Change count increases during IO in SATA drives,
siha lawrence
Fio SG Engine not allowing iodepth > 16,
Kurt Dorsey
[PATCH 0/6] Support zone capacity,
Shin'ichiro Kawasaki
[PATCH v1 0/3] fio: option to make engines load dynamically,
Yigal Korman
[PATCH 0/8] zbd: Fix initial zone write pointer of regular block devices,
Shin'ichiro Kawasaki
[PATCH 0/4] v2 Patchset : Zone Append command support for NVMe Zoned Namespaces (ZNS),
Krishna Kanth Reddy
Message not available
Message not available
Message not available
[io_uring] Performance analysis,
Hamilton Tobon Mosquera
How to split IO by block size and read/write,
Jared Walton
[PATCH] Priority bit log file format documentation update,
Phillip Chen
Link to Release Notes,
Debraj Manna
[PATCH 0/5] Switch to Python3,
Bart Van Assche
Re: Sequential profile in FIO 3.7 in linux CentOS 7, Jens Axboe
Fio fails to build from source with gcc 10.1: multiple definition of,
Martin Steigerwald
FIO zonemode zbd with IO errors,
Zhengzhi Xiong
Question about "Laying out IO file(s)" behavior, MARK CALLAGHAN
[PATCH] Fix typo in libiscsi error message, Raphael Norwitz
[PATCH 0/2] Fix compilation error on BSD,
Shin'ichiro Kawasaki
Fwd: iodepth option setting suggestions, 邹宇
[PATCH] zbd: Fix max_open_zones checks,
Shin'ichiro Kawasaki
Build failure on NetBSD since "fio: Generalize zonemode=zbd",
Tomohiro Kusumi
Python scripts - /usr/bin/env python3 vs python vs python2.7,
Rebecca Cran
[PATCH 0/4] zbd: clean up libzbc ioengine and tests,
Dmitry Fomichev
[io_uring] Problems using io_uring engine,
Hamilton Tobon Mosquera
[PATCH 1/5] verify: decouple seed generation from buffer fill,
Alexey Dobriyan
Pending 3.20 release,
Jens Axboe
fio reporting high value of read iops at iodepth 1,
Debraj Manna
[PATCH] Allow sequential read to start anywhere in a zone (option offset), and have a span smaller than a zone (option size).,
plabat
[Index of Archives]
[Linux Kernel]
[Linux SCSI]
[Linux IDE]
[Linux USB Devel]
[Big List of Linux Books]
[Yosemite Forum]