messages from 2018-08-13 14:42:16 to 2018-09-22 17:53:31 UTC [more...]
Recent changes (master)
2018-09-22 12:00 UTC
How to emulate a VM workload?
2018-09-21 17:27 UTC (2+ messages)
Recent changes (master)
2018-09-21 12:00 UTC
Windows make errors on http
2018-09-20 19:37 UTC (4+ messages)
[PATCH v2 0/4] add option to interleave blktraces
2018-09-20 19:08 UTC (6+ messages)
` [PATCH 1/4] options: rename name string operations for more general use
` [PATCH 2/4] blktrace: add support to interleave blktrace files
` [PATCH 3/4] blktrace: add option to scale a trace
` [PATCH 4/4] blktrace: add option to iterate over a trace multiple times
Recent changes (master)
2018-09-20 12:00 UTC
Fio O_SYNC and libaio on 4.15 kernel doesn't flush data
2018-09-19 20:17 UTC (4+ messages)
[PATCH 0/4] add option to interleave blktraces
2018-09-19 21:19 UTC (13+ messages)
` [PATCH 1/4] options: rename name string operations for more general use
` [PATCH 2/4] blktrace: add support to interleave blktrace files
` [PATCH 3/4] blktrace: add option to scale a trace
` [PATCH 4/4] blktrace: add option to iterate over a trace multiple times
Recent changes (master)
2018-09-18 12:00 UTC
Recent changes (master)
2018-09-17 12:00 UTC
No I/O performed by windowsaio/get_io_u: zero buflen
2018-09-17 16:38 UTC (12+ messages)
graphing with fio - architectural docs - gfio Vs fiovisualizer
2018-09-16 22:06 UTC (3+ messages)
Recent changes (master)
2018-09-13 12:00 UTC
Recent changes (master)
2018-09-12 12:00 UTC
Recent changes (master)
2018-09-11 12:00 UTC
Revert of 1d1b65dc17c39f43dbe9d66062ca61fc3e90ddfc
2018-09-10 17:32 UTC (2+ messages)
Recent changes (master)
2018-09-10 12:00 UTC
Recent changes (master)
2018-09-09 12:00 UTC
Recent changes (master)
2018-09-08 12:00 UTC
Recent changes (master)
2018-09-07 12:00 UTC
examples .job vs .fio, and the fusion-aw-sync ioengine
2018-09-06 20:23 UTC (2+ messages)
Recent changes (master)
2018-09-06 12:00 UTC
[PATCH v3] zbd: Fix test scripts
2018-09-06 1:26 UTC (6+ messages)
[PATCH] Windows: update download URL and add missing examples
2018-09-05 22:09 UTC (2+ messages)
Recent changes (master)
2018-09-04 12:00 UTC
[PATCH v2] zbd: Fix test scripts
2018-09-03 15:05 UTC (2+ messages)
[PATCH] engines/sg: improve error handling
2018-09-03 15:01 UTC (4+ messages)
Recent changes (master)
2018-09-01 12:00 UTC
Understaning direct option in fio for rw=read and rw=randread
2018-09-01 5:29 UTC (4+ messages)
[PATCH] client: fix nr_samples
2018-08-31 18:44 UTC (2+ messages)
Recent changes (master)
2018-08-31 12:00 UTC
[PATCH v3 0/3] ZBD support improvements and cleanup
2018-08-31 15:04 UTC (6+ messages)
` [PATCH v3 1/3] zbd: Improve read randomness
` [PATCH v3 2/3] zbd: Remove inexistent functions declaration
` [PATCH v3 3/3] zbd: Fix zbd_zone_idx()
[PATCH] zbd: Fix test scripts
2018-08-31 14:10 UTC (2+ messages)
Some questions about FIO
2018-08-31 8:22 UTC (3+ messages)
FIO Question with random I/O
2018-08-31 6:14 UTC (4+ messages)
[PATCH 0/2] fio: few enhancements
2018-08-31 5:43 UTC (4+ messages)
` [PATCH 1/2] client: respect terse output on client <--> backend relationship
` [PATCH 2/2] init: add semantics for all types of backends running
[PATCH] zbd: Use bytes unit
2018-08-31 4:48 UTC
[PATCH v2 0/5] ZBD support improvements and cleanup
2018-08-31 0:55 UTC (12+ messages)
` [PATCH v2 1/5] zbd: Improve read randomness
` [PATCH v2 2/5] zbd: Remove inexitent function declaration
` [PATCH v2 3/5] zbd: Do not read offline zones
` [PATCH v2 4/5] zbd: Fix zbd_zone_idx()
` [PATCH v2 5/5] zbd: Use bytes unit
[PATCH] ZBD support improvment and cleanup
2018-08-29 15:42 UTC (9+ messages)
` [PATCH] zbd: Improve read randomness
` [PATCH] zbd: Remove inexitent function declaration
Recent changes (master)
2018-08-26 12:00 UTC
Recent changes (master)
2018-08-25 12:00 UTC
[PATCH] client: suppress non JSON default outputs on --output-format=json/json+
2018-08-25 0:35 UTC (2+ messages)
[PATCH v2 00/11] Zoned block device support for fio
2018-08-24 19:00 UTC (13+ messages)
` [PATCH v2 01/11] configure: Add <linux/blkzoned.h> test
` [PATCH v2 02/11] Add the 'zbd' debug level
` [PATCH v2 03/11] Add the zonemode job option
` [PATCH v2 04/11] Introduce the io_u.post_submit callback function pointer
` [PATCH v2 05/11] Pass offset and buffer length explicitly to mark_random_map()
` [PATCH v2 06/11] Add two assert statements in mark_random_map()
` [PATCH v2 07/11] Add support for zoned block devices
` [PATCH v2 08/11] Collect and show zone reset statistics
` [PATCH v2 09/11] Make it possible to limit the number of open zones
` [PATCH v2 10/11] Add support for resetting zones periodically
` [PATCH v2 11/11] Add scripts for testing the fio zoned block device support code
[PATCH 00/11] Add zoned block device support to fio
2018-08-24 16:30 UTC (12+ messages)
` [PATCH 01/11] configure: Add <linux/blkzoned.h> test
` [PATCH 02/11] Add the 'zbd' debug level
` [PATCH 03/11] Add the zonemode job option
` [PATCH 04/11] Introduce the io_u.post_submit callback function pointer
` [PATCH 05/11] Pass offset and buffer length explicitly to mark_random_map()
` [PATCH 06/11] Add two assert statements in mark_random_map()
` [PATCH 07/11] Add support for zoned block devices
` [PATCH 08/11] Collect and show zone reset statistics
` [PATCH 09/11] Make it possible to limit the number of open zones
` [PATCH 10/11] Add support for resetting zones periodically
` [PATCH 11/11] Add scripts for testing the fio zoned block device support code
Zoned block device support for fio
2018-08-24 16:46 UTC (4+ messages)
Recent changes (master)
2018-08-24 12:00 UTC
Recent changes (master)
2018-08-23 12:00 UTC
[Bug-Report] fio cannot handle some situation
2018-08-23 5:56 UTC (9+ messages)
Zoned block device regression test 11
2018-08-23 0:38 UTC (11+ messages)
Recent changes (master)
2018-08-22 12:00 UTC
Recent changes (master)
2018-08-21 12:00 UTC
[PATCH] Fix residual size
2018-08-21 15:16 UTC (2+ messages)
Recent changes (master)
2018-08-18 12:00 UTC
[PATCH v2] http: fix compile-time warnings
2018-08-17 23:28 UTC (2+ messages)
[PATCH] http: fix compile-time warnings
2018-08-17 21:30 UTC (5+ messages)
Recent changes (master)
2018-08-17 12:00 UTC
Recent changes (master)
2018-08-16 12:00 UTC
Recent changes (master)
2018-08-15 12:00 UTC
fio serialize across jobs
2018-08-15 0:04 UTC (5+ messages)
get err 5
2018-08-14 14:36 UTC (8+ messages)
Recent changes (master)
2018-08-14 12:00 UTC
Recent changes (master)
2018-08-13 12:00 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).