fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-13 17:21:40 to 2022-11-15 20:04:55 UTC [more...]

Recent changes (master)
 2022-11-15 13:00 UTC 

[PATCH v1] fio: Append "filecreate/filestat/filedelete" to 'readwrite='
 2022-11-15  8:39 UTC 

[PATCH v5 00/13] zbd: fix unaligned block size issue and verify issues
 2022-11-14  2:13 UTC  (14+ messages)
` [PATCH v5 01/13] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH v5 02/13] engines/libzbc: add libzbc_finish_zone() "
` [PATCH v5 03/13] zbd: add zbd_zone_remainder() "
` [PATCH v5 04/13] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH v5 05/13] zbd: allow block size not divisor of zone size
` [PATCH v5 06/13] zbd, verify: verify before zone reset for zone_reset_threshold/frequency
` [PATCH v5 07/13] zbd: fix zone reset condition for verify
` [PATCH v5 08/13] zbd: prevent experimental verify with zonemode=zbd
` [PATCH v5 09/13] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH v5 10/13] t/zbd: modify test case #34 "
` [PATCH v5 11/13] t/zbd: add test case to check zone_reset_threshold/frequency with verify
` [PATCH v5 12/13] t/zbd: remove experimental_verify option from test case #54
` [PATCH v5 13/13] t/zbd: add test case to check experimental_verify option

Bssplit verify problem
 2022-11-12  6:33 UTC 

[PATCH v4 00/13] zbd: fix unaligned block size issue and verify issues
 2022-11-10 10:41 UTC  (16+ messages)
` [PATCH v4 01/13] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH v4 02/13] engines/libzbc: add libzbc_finish_zone() "
` [PATCH v4 03/13] zbd: add zbd_zone_remainder() "
` [PATCH v4 04/13] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH v4 05/13] zbd: allow block size not divisor of zone size
` [PATCH v4 06/13] zbd, verify: verify before zone reset for zone_reset_threshold/frequency
` [PATCH v4 07/13] zbd: fix zone reset condition for verify_backlog option
` [PATCH v4 08/13] zbd: prevent experimental verify with zonemode=zbd
` [PATCH v4 09/13] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH v4 10/13] t/zbd: modify test case #34 "
` [PATCH v4 11/13] t/zbd: add test case to check zone_reset_threshold/frequency with verify
` [PATCH v4 12/13] t/zbd: remove experimental_verify option from test case #54
` [PATCH v4 13/13] t/zbd: add test case to check experimental_verify option

Recent changes (master)
 2022-11-08 13:00 UTC 

Recent changes (master)
 2022-11-07 13:00 UTC 

Recent changes (master)
 2022-11-05 12:00 UTC 

[PATCH 0/2] fix FIO_OPT_STR_SET and update io_uring doc
 2022-11-04 18:16 UTC  (4+ messages)
    ` [PATCH 1/2] parse: set min and max limit for FIO_OPT_STR_SET
    ` [PATCH 2/2] io_uring: update documentation and small fix for sqthread_poll

[PATCH 0/2] slat and clat reporting with sqthread_poll
 2022-11-04 11:13 UTC  (3+ messages)
    ` [PATCH 1/2] engines:io_uring: slat and clat calculation "
    ` [PATCH 2/2] doc: update about sqthread_poll

Details about the usage of flow
 2022-11-03 14:02 UTC  (2+ messages)

Recent changes (master)
 2022-11-03 12:00 UTC 

Recent changes (master)
 2022-11-02 12:00 UTC 

[PATCH v3 00/13] zbd: fix unaligned block size issue and verify issues
 2022-11-02  7:35 UTC  (16+ messages)
` [PATCH v3 01/13] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH v3 02/13] engines/libzbc: add libzbc_finish_zone() "
` [PATCH v3 03/13] zbd: add zbd_zone_remainder() "
` [PATCH v3 04/13] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH v3 05/13] zbd: allow block size not divisor of zone size
` [PATCH v3 06/13] zbd: verify before zone reset for zone_reset_threshold option
` [PATCH v3 07/13] zbd: fix zone reset condition for verify_backlog option
` [PATCH v3 08/13] zbd: prevent experimental verify with zonemode=zbd
` [PATCH v3 09/13] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH v3 10/13] t/zbd: modify test case #34 "
` [PATCH v3 11/13] t/zbd: add test case to check zone_reset_threshold option with verify
` [PATCH v3 12/13] t/zbd: remove experimental_verify option from test case #54
` [PATCH v3 13/13] t/zbd: add test case to check experimental_verify option

fio xNVMe blog post part 2
 2022-10-28 15:44 UTC 

[PATCH v2 00/13] zbd: fix unaligned block size issue and verify issues
 2022-10-28 11:50 UTC  (19+ messages)
` [PATCH v2 01/13] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH v2 02/13] engines/libzbc: add libzbc_finish_zone() "
` [PATCH v2 03/13] zbd: add zbd_zone_remainder() "
` [PATCH v2 04/13] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH v2 05/13] zbd: allow block size not divisor of zone size
` [PATCH v2 06/13] zbd: verify before zone reset for zone_reset_threshold option
` [PATCH v2 07/13] zbd: fix zone reset condition for verify_backlog option
` [PATCH v2 08/13] zbd: prevent experimental verify with zonemode=zbd
` [PATCH v2 09/13] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH v2 10/13] t/zbd: modify test case #34 "
` [PATCH v2 11/13] t/zbd: add test case to check zone_reset_threshold option with verify
` [PATCH v2 12/13] t/zbd: remove experimental_verify option from test case #54
` [PATCH v2 13/13] t/zbd: add test case to check experimental_verify option

[PATCH 0/4] Support large pattern buffers
 2022-10-26 20:27 UTC  (6+ messages)
` [PATCH 1/4] cconv: Support pattern buffers of arbitrary size
` [PATCH 2/4] lib/pattern: Support NULL output buffer in parse_and_fill_pattern()
` [PATCH 3/4] lib/pattern: Support short repeated read calls when loading from file
` [PATCH 4/4] options: Support arbitrarily long pattern buffers

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-26 19:39 UTC  (11+ messages)
` [PATCH v11 1/9] mm: allow multiple error returns in try_grab_page()
` [PATCH v11 2/9] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 4/9] block: add check when merging zone device pages
` [PATCH v11 5/9] lib/scatterlist: "
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v11 7/9] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v11 8/9] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v11 9/9] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCH 00/11] zbd: fix unaligned block size issue and verify issues
 2022-10-26 10:41 UTC  (24+ messages)
` [PATCH 01/11] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH 02/11] engines/libzbc: add libzbc_finish_zone() "
` [PATCH 03/11] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH 04/11] zbd: allow block size not divisor of zone size
` [PATCH 05/11] zbd: verify before zone reset for zone_reset_threshold option
` [PATCH 06/11] zbd: fix zone reset condition for verify_backlog option
` [PATCH 07/11] zbd: prevent experimental verify with zonemode=zbd
` [PATCH 08/11] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH 09/11] t/zbd: modify test case #34 "
` [PATCH 10/11] t/zbd: add test case to check zone_reset_threshold option with verify
` [PATCH 11/11] t/zbd: remove experimental_verify option from test case #54

Recent changes (master)
 2022-10-25 12:00 UTC 

[PATCH v2 0/4] fix experimental verify
 2022-10-24 18:26 UTC  (6+ messages)
` [PATCH v2 1/4] verify: fix bytes_done accounting of "
` [PATCH v2 2/4] verify: fix numberio "
` [PATCH v2 3/4] test: add test for verify read back "
` [PATCH v2 4/4] test: add test for experimental verify with loops and time_based options

Recent changes (master)
 2022-10-22 12:00 UTC 

[PATCH 0/1] fix segmentation fault with option bandwidth-log
 2022-10-21 17:26 UTC  (3+ messages)
    ` [PATCH 1/1] stat: fix segfault with fio "

Recent changes (master)
 2022-10-20 12:00 UTC 

Recent changes (master)
 2022-10-19 12:00 UTC 

[PATCH 0/4] fix experimental verify
 2022-10-19 11:50 UTC  (11+ messages)
` [PATCH 1/4] verify: fix bytes_done accounting of "
` [PATCH 2/4] verify: fix numberio "
` [PATCH 3/4] test: add test for verify read back "
` [PATCH 4/4] test: add test for experimental verify with loops and time_based options

Recent changes (master)
 2022-10-17 12:00 UTC 

[PATCH 1/2] t/zbd: fix max_open_zones determination in tests
 2022-10-16 23:05 UTC  (3+ messages)
` [PATCH 2/2] t/zbd: add a CLI option to force io_uring

[PATCH] fio: warn about "ioengine=psync" and "iodepth >= 1"
 2022-10-16 23:05 UTC  (2+ messages)

Recent changes (master)
 2022-10-16 12:00 UTC 

Recent changes (master)
 2022-10-15 12:00 UTC 

[PATCH 0/1] Add missing flags to the uring passthrough engine
 2022-10-14 12:13 UTC  (5+ messages)
    ` [PATCH 1/1] engines/io_uring: set coop taskrun, single issuer and defer taskrun

[PATCH] examples: uring-cmd-zoned: expand the reasoning behind QD1
 2022-10-10  6:51 UTC  (4+ messages)

Recent changes (master)
 2022-10-08 12:00 UTC 

one-core-peak.sh
 2022-10-07 17:33 UTC  (3+ messages)

Recent changes (master)
 2022-10-06 12:00 UTC 

Recent changes (master)
 2022-10-05 12:00 UTC 

Recent changes (master)
 2022-10-04 12:00 UTC 

[PATCH 0/4] randtrimwrite
 2022-10-03 22:16 UTC  (7+ messages)
    ` [PATCH 2/4] test: test job for randtrimwrite
    ` [PATCH 3/4] randtrimwrite: fix offsets for corner case
    ` [PATCH 4/4] randtrimwrite: fix corner case with variable block sizes
    ` [PATCH 1/4] randtrimwrite: write at same offset as trim

[PATCH] engines/io_uring: add fixedbufs support for io_uring_cmd
 2022-10-03 15:09 UTC  (2+ messages)

blog post on timekeeping in fio
 2022-09-29 17:21 UTC 

Recent changes (master)
 2022-09-29 12:00 UTC 

Best practices for handling drive failures during a run?
 2022-09-26 19:14 UTC  (9+ messages)

Recent changes (master)
 2022-09-23 12:00 UTC 

Project to standardize on IOPS per CPU core
 2022-09-21  0:05 UTC  (3+ messages)

Recent changes (master)
 2022-09-20 12:00 UTC 

configure on FreeBSD reports "grep: The -P option is not supported"
 2022-09-19 14:24 UTC  (4+ messages)

Recent changes (master)
 2022-09-16 12:00 UTC 

Recent changes (master)
 2022-09-14 12:00 UTC 

[PATCH 0/1] number_ios and io_size behave differently for trimwrite
 2022-09-13 21:03 UTC  (5+ messages)
    ` [PATCH 1/1] backend: number of ios not as expected "


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).