Flexible I/O Tester development
 help / color / mirror / Atom feed
 messages from 2020-03-28 13:41:35 to 2020-05-21 23:17:15 UTC [more...]

[PATCH 1/5] verify: decouple seed generation from buffer fill
 2020-05-21 23:17 UTC  (4+ messages)
` [PATCH 2/5] zbd: bump ZBD_MAX_OPEN_ZONES
` [PATCH 3/5] zbd: don't lock zones outside working area
` [PATCH 4/5] zbd: introduce per job maximum open zones limit

[PATCH 1/9] verify: decouple seed generation from buffer fill
 2020-05-21 22:27 UTC  (21+ messages)
` [PATCH 2/9] zbd: bump ZBD_MAX_OPEN_ZONES
` [PATCH 3/9] zbd: don't lock zones outside working area
` [PATCH 4/9] zbd: introduce per job maximum open zones limit
` [PATCH 5/9] zbd: make zbd_info->mutex non-recursive
` [PATCH 6/9] zbd: consolidate zone mutex initialisation
` [PATCH 7/9] fio: parse "io_size=1%"
` [PATCH 8/9] zbd: support verification

Pending 3.20 release
 2020-05-21 17:43 UTC  (3+ messages)

Recent changes (master)
 2020-05-21 12:00 UTC 

Recent changes (master)
 2020-05-20 12:00 UTC 

Recent changes (master)
 2020-05-19 12:00 UTC 

[PATCH] Allow sequential read to start anywhere in a zone (option offset), and have a span smaller than a zone (option size)
 2020-05-18 22:56 UTC  (3+ messages)

fio reporting high value of read iops at iodepth 1
 2020-05-16 16:33 UTC  (4+ messages)

[PATCH v2 0/7] Assorted bug fixes and improvements
 2020-05-15 13:42 UTC  (10+ messages)
` [PATCH v2 1/7] iolog: Fix write_iolog_close()
` [PATCH v2 2/7] zbd: Fix potential deadlock on read operations
` [PATCH v2 3/7] zbd: Fix read with verify
` [PATCH v2 4/7] zbd: Optimize zbd_file_reset()
` [PATCH v2 5/7] zbd: Rename zbd_init()
` [PATCH v2 6/7] io_u: Optimize set_rw_ddir()
` [PATCH v2 7/7] t/zbd: Use max-jobs=16 option

Recent changes (master)
 2020-05-15 12:00 UTC 

Recent changes (master)
 2020-05-14 12:00 UTC 

Recent changes (master)
 2020-05-12 12:00 UTC 

[BUG] parse.c: val_too_large incorrectly handling overly large FIO_OPT_INT values
 2020-05-08 20:56 UTC  (3+ messages)

Monitoring disk i/o in Windows
 2020-05-04 23:49 UTC  (2+ messages)

Don't benchmark with fio
 2020-05-04 17:18 UTC  (12+ messages)

[PATCH 1/7] zbd: bump ZBD_MAX_OPEN_ZONES
 2020-05-04 12:15 UTC  (22+ messages)
` [PATCH 2/7] zbd: don't lock zones outside working area
` [PATCH 3/7] zbd: introduce per-device "max_open_zones" limit
` [PATCH 4/7] zbd: make zbd_info->mutex non-recursive
` [PATCH 5/7] zbd: consolidate zone mutex initialisation
` [PATCH 6/7] fio: parse "io_size=1%"
` [PATCH 7/7] verify: decouple seed generation from buffer fill

Recent changes (master)
 2020-04-30 12:00 UTC 

Sequential read/write with multiple threads
 2020-04-30  6:10 UTC 

Sequential read/write with multiple threads
 2020-04-29 14:40 UTC 

Sequential read/write with multiple threads
 2020-04-29  5:33 UTC  (2+ messages)

fio memory use seems .... large
 2020-04-29  0:51 UTC  (4+ messages)

A few change to increase test coverage for zoned devices
 2020-04-28  2:11 UTC  (4+ messages)
  ` [EXT] "

[PATCH 5/5] zbd: Introduce thread zbd operations
 2020-04-27 23:28 UTC  (2+ messages)

[PATCH 0/5] Assorted bug fixes and improvements
 2020-04-27  5:51 UTC  (6+ messages)
` [PATCH 1/5] iolog: Fix write_iolog_close()
` [PATCH 2/5] zbd: Fix potential deadlock on read operations
` [PATCH 3/5] zbd: Fix read with verify
` [PATCH 4/5] zbd: Introduce file zbd operations
` [PATCH 5/5] zbd: Introduce thread "

[PATCH] zbd: don't lock zones outside working area
 2020-04-24 19:55 UTC  (3+ messages)

Write and verify
 2020-04-22 20:16 UTC  (2+ messages)

Recent changes (master)
 2020-04-22 12:00 UTC 

Recent changes (master)
 2020-04-21 12:00 UTC 

[PATCH v2] zbd: Fix I/O direction adjustment step for random read/write
 2020-04-20 18:10 UTC  (7+ messages)

Recent changes (master)
 2020-04-18 12:00 UTC 

Recent changes (master)
 2020-04-17 12:00 UTC 

Recent changes (master)
 2020-04-16 12:00 UTC 

[PATCH] zbd: Fix I/O direction adjustment step for random read/write
 2020-04-15  3:14 UTC  (5+ messages)

Recent changes (master)
 2020-04-14 12:00 UTC 

Clarification on FIO verify bad header answer
 2020-04-14  6:35 UTC  (3+ messages)

[PATCH 3/3] zbd: Ensure first I/O is write for random read/write to sequential zones
 2020-04-14  3:35 UTC  (2+ messages)

[PATCH] zbd: fix sequential verify with max_open_zones=1
 2020-04-13 23:18 UTC  (9+ messages)
        ` [PATCH v2] zbd: fix sequential write pattern with verify= and max_open_zones=

[PATCH 0/3] zbd: Fix issues found with test script
 2020-04-13 14:22 UTC  (8+ messages)
` [PATCH 1/3] t/zbd: Fix a bug in max_open_zones()
` [PATCH 2/3] t/zbd: Fix a bug in reset_zone() for all zones reset
` [PATCH 3/3] zbd: Ensure first I/O is write for random read/write to sequential zones

[PATCH] zbd: fix zonemode=zbd with NDEBUG
 2020-04-13 14:20 UTC  (3+ messages)

what is the unit for usr_cpu and sys_cpu in fio3.16? Inbox x
 2020-04-10 18:55 UTC  (3+ messages)

[PATCH 0/4] Generalize zonemode=zbd
 2020-04-10 15:05 UTC  (14+ messages)
` [PATCH 1/4] fio: "
` [PATCH 2/4] ioengines: Add zoned block device operations
` [PATCH 3/4] fio: Introduce libzbc IO engine
` [PATCH 4/4] t/zbd: Add support for libzbc IO engine tests

Recent changes (master)
 2020-04-09 12:00 UTC 

[PATCH 1/3] zbd: Fix missing mutex unlock and warnings detected with coverity
 2020-04-08 14:44 UTC  (2+ messages)

Recent changes (master)
 2020-04-08 12:00 UTC 

[PATCH 3/3 v2] examples: add libzbc ioengine example scripts
 2020-04-08  6:53 UTC 

[PATCH 3/3] examples: add libzbc ioengine example scripts
 2020-04-08  6:47 UTC 

[PATCH 2/3] examples: add zonemode=zbd example scripts
 2020-04-08  6:46 UTC 

[PATCH] zbd: Fix build errors on Windows and MacOS
 2020-04-08  2:21 UTC  (2+ messages)

RFC: New GAS meta-engine and S3 engine
 2020-04-07 22:44 UTC  (3+ messages)

Recent changes (master)
 2020-04-07 12:00 UTC 

[PATCH] zbd: fixup ->zone_size_log2 if zone size is not power of 2
 2020-04-07  1:41 UTC  (3+ messages)

[PATCH] zbd: Fix potential zone lock deadlock
 2020-04-06 15:31 UTC  (2+ messages)

[Suggestion] build option to externalize ioengine
 2020-04-04 16:47 UTC 

Recent changes (master)
 2020-04-03 12:00 UTC 

[PATCH v3] fio: fix interaction between offset/size limited threads and "max_open_zones"
 2020-04-02 19:34 UTC  (2+ messages)

Recent changes (master)
 2020-04-01 12:00 UTC 

[PATCH] fio: fix interaction between offset/size limited threads and "max_open_zones"
 2020-03-31  8:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] fio: add NVMe engine
 2020-03-28 13:41 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox