fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 06:39:11 to 2022-12-01 22:09:16 UTC [more...]

[PATCH v2 00/10] Add a libblkio engine
 2022-12-01 22:07 UTC 

[PATCH v2 0/1] documentation update for size
 2022-12-01 19:51 UTC  (3+ messages)
    ` [PATCH v2 1/1] doc: update about size

[PATCH 00/10] Add a libblkio engine
 2022-12-01 17:29 UTC  (18+ messages)
` [PATCH 01/10] "
` [PATCH 02/10] Add engine flag FIO_SKIPPABLE_IOMEM_ALLOC
` [PATCH 03/10] engines/libblkio: Allow setting option mem/iomem
` [PATCH 04/10] engines/libblkio: Add support for poll queues
` [PATCH 05/10] engines/libblkio: Add option libblkio_vectored
` [PATCH 06/10] engines/libblkio: Add option libblkio_write_zeroes_on_trim
` [PATCH 07/10] engines/libblkio: Add option libblkio_wait_mode
` [PATCH 08/10] engines/libblkio: Add option libblkio_force_enable_completion_eventfd
` [PATCH 09/10] engines/libblkio: Add options for some driver-specific properties
` [PATCH 10/10] engines/libblkio: Share a single blkio instance among threads in same process

Recent changes (master)
 2022-12-01 13:00 UTC 

[PATCH] backend: respect return value of init_io_u_buffers
 2022-12-01  2:58 UTC  (2+ messages)

[PATCH 0/2] Fix percentage random workload and add test case
 2022-11-30 19:10 UTC  (6+ messages)
    ` [PATCH 1/2] io_u: fix offset generation for mix of random and sequential workload
    ` [PATCH 2/2] test: add test for mix "

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

[PATCH v1] fio: Append "filecreate/filestat/filedelete" to 'readwrite='
 2022-11-29 17:41 UTC  (4+ messages)

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

Bssplit verify problem
 2022-11-28 23:14 UTC  (2+ messages)

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

fio bug (?)
 2022-11-24 10:56 UTC  (2+ messages)

[PATCH v2 0/2] fix clat reporting with sqthread poll
 2022-11-23 19:07 UTC  (4+ messages)
    ` [PATCH v2 1/2] engines:io_uring: fix clat calculation for "
    ` [PATCH v2 2/2] doc: update about sqthread_poll

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

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

[PATCH v3 0/6] Support large pattern buffers
 2022-11-19  0:37 UTC  (8+ messages)
` [PATCH v3 1/6] cconv: Support pattern buffers of arbitrary size
` [PATCH v3 2/6] lib/pattern: Support NULL output buffer in parse_and_fill_pattern()
` [PATCH v3 3/6] lib/pattern: Support short repeated read calls when loading from file
` [PATCH v3 4/6] options: Support arbitrarily long pattern buffers
` [PATCH v3 5/6] lib/pattern: Support binary pattern buffers on windows
` [PATCH v3 6/6] test: add large pattern test

Replay blktrace does not respect --loops
 2022-11-18 18:29 UTC 

[PATCH v2 0/5] Support large pattern buffers
 2022-11-18 18:09 UTC  (8+ messages)
` [PATCH v2 1/5] cconv: Support pattern buffers of arbitrary size
` [PATCH v2 2/5] lib/pattern: Support NULL output buffer in parse_and_fill_pattern()
` [PATCH v2 3/5] lib/pattern: Support short repeated read calls when loading from file
` [PATCH v2 4/5] options: Support arbitrarily long pattern buffers
` [PATCH v2 5/5] test: add large pattern test

[PATCH v5 00/13] zbd: fix unaligned block size issue and verify issues
 2022-11-18 14:57 UTC  (15+ 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

[PATCH 0/4] Support large pattern buffers
 2022-11-15 21:19 UTC  (9+ 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

Recent changes (master)
 2022-11-15 13:00 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

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 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  (3+ messages)
` [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 


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