messages from 2025-11-06 13:00:06 to 2026-04-08 01:20:19 UTC [more...]
[PATCH v3 0/2] page_fault: add mmap-backed ioengine for anonymous faults
2026-04-08 1:20 UTC (2+ messages)
` [PATCH v3 1/2] "
Recent changes (master)
2026-04-07 12:00 UTC
Q2 Stock Update: Mobile, GPU & Storage Units
2026-04-07 11:09 UTC
Q2 Stock Update: Mobile, GPU & Storage Units
2026-04-06 12:16 UTC
Recent changes (master)
2026-04-02 12:00 UTC
Recent changes (master)
2026-03-19 12:00 UTC
Recent changes (master)
2026-03-17 12:00 UTC
fio parsing issue when trying to use latency_target and latency_window
2026-03-16 15:33 UTC (6+ messages)
[PATCH v2 0/2] Introduce a page_fault ioengine for MM workflows
2026-03-12 17:37 UTC (7+ messages)
` [PATCH v2 1/2] page_fault: add mmap-backed ioengine for anonymous faults
` [PATCH v2 2/2] Documentation: update the HOWTO to include the page_fault engine
Recent changes (master)
2026-03-11 12:00 UTC
[PATCH] backend: correctly handle rate_iops combined with bssplit
2026-03-11 11:37 UTC (4+ messages)
Recent changes (master)
2026-03-10 12:00 UTC
Recent changes (master)
2026-03-04 13:00 UTC
[PATCH v4 0/8] zbd: fix problems of random write with unaligned block size
2026-03-04 0:14 UTC (11+ messages)
` [PATCH v4 1/8] zbd: fix zone selection of random writes
` [PATCH v4 2/8] zbd: fix write zone accounting
` [PATCH v4 3/8] zbd: introduce write_zone_remainder option
` [PATCH v4 4/8] doc: explain the option write_zone_remainder
` [PATCH v4 5/8] t/zbd: add -m option to enable write_zone_remainder option
` [PATCH v4 6/8] t/zbd: avoid test case 14 failure with "
` [PATCH v4 7/8] t/zbd: avoid test case 33 "
` [PATCH v4 8/8] t/zbd: avoid test case 71 "
Recent changes (master)
2026-03-03 13:00 UTC
Recent changes (master)
2026-03-02 13:00 UTC
[PATCH v3 0/8] zbd: fix problems of random write with unaligned block size
2026-03-02 6:51 UTC (14+ messages)
` [PATCH v3 1/8] zbd: fix zone selection of random writes
` [PATCH v3 2/8] zbd: fix write zone accounting
` [PATCH v3 3/8] zbd: introduce write_zone_remainder option
` [PATCH v3 4/8] doc: explain the option write_zone_remainder
` [PATCH v3 5/8] t/zbd: add -m option to enable write_zone_remainder option
` [PATCH v3 6/8] t/zbd: avoid test case 14 failure with "
` [PATCH v3 7/8] t/zbd: avoid test case 33 "
` [PATCH v3 8/8] t/zbd: avoid test case 71 "
[PATCH v4 0/8] Introduce the end_syncfs option
2026-03-02 6:25 UTC (13+ messages)
` [PATCH v4 1/8] fio: introduce "
` [PATCH v4 2/8] engines: sync: add support for DDIR_SYNCFS
` [PATCH v4 3/8] engines: libaio: "
` [PATCH v4 4/8] engines: io_uring: "
` [PATCH v4 5/8] engines: fallocate: "
` [PATCH v4 6/8] engines: fileoperations: "
` [PATCH v4 7/8] engines: ftruncate: "
` [PATCH v4 8/8] engines: posixaio: "
[PATCH v2 0/8] zbd: fix problems of random write with unaligned block size
2026-02-27 12:08 UTC (15+ messages)
` [PATCH v2 1/8] zbd: fix zone selection of random writes
` [PATCH v2 2/8] zbd: fix write zone accounting
` [PATCH v2 3/8] zbd: introduce write_zone_remainder option
` [PATCH v2 4/8] doc: explain the option write_zone_remainder
` [PATCH v2 5/8] t/zbd: add -m option to enable write_zone_remainder option
` [PATCH v2 6/8] t/zbd: avoid test case 14 failure with "
` [PATCH v2 7/8] t/zbd: avoid test case 33 "
` [PATCH v2 8/8] t/zbd: avoid test case 71 "
[PATCH v3 0/8] Introduce the end_syncfs option
2026-02-27 7:11 UTC (10+ messages)
` [PATCH v3 1/8] fio: introduce "
` [PATCH v3 2/8] engines: sync: add support for DDIR_SYNCFS
` [PATCH v3 3/8] engines: libaio: "
` [PATCH v3 4/8] engines: io_uring: "
` [PATCH v3 5/8] engines: fallocate: "
` [PATCH v3 6/8] engines: fileoperations: "
` [PATCH v3 7/8] engines: ftruncate: "
` [PATCH v3 8/8] engines: posixaio: "
Recent changes (master)
2026-02-25 13:00 UTC
Recent changes (master)
2026-02-14 13:00 UTC
[PATCH 0/3] fio: Avoid errno and errno string mismatch
2026-02-14 2:39 UTC (9+ messages)
` [PATCH 1/3] fio: Fix error string not matching errno
` [PATCH 2/3] io_u: Fix inconsistent handling of non-fatal errors with option error_dump
` [PATCH 3/3] stat: Remove duplicate space in __show_run_stats()
Recent changes (master)
2026-02-10 13:00 UTC
[PATCH 00/12] zbd: fix problems of random write with unaligned block size
2026-02-09 23:57 UTC (19+ messages)
` [PATCH 01/12] zbd: fix zone selection of random writes
` [PATCH 02/12] zbd: set norandommap=1 when zonemode=zbd is specified
` [PATCH 03/12] zbd: write zone remainders smaller than minimum block size
` [PATCH 04/12] zbd: fix write zone accounting
` [PATCH 05/12] zbd: remove io_u_quiesce() at write target zone switch
` [PATCH 06/12] zbd: remove zbd_finish_zone()
` [PATCH 07/12] oslib: remove blkzoned_finish_zone()
` [PATCH 08/12] ioengine: remove finish_zone()
` [PATCH 09/12] doc: explain norandommap restriction and small remainder of zonemode=zbd
` [PATCH 10/12] t/zbd: avoid test case 14 failure due to no randam map
` [PATCH 11/12] t/zbd: avoid test case 33 failure due to zone end remainder
` [PATCH 12/12] t/zbd: avoid test case 71 "
Recent changes (master)
2026-02-09 13:00 UTC
Recent changes (master)
2026-02-06 13:00 UTC
Recent changes (master)
2026-02-03 13:00 UTC
[RFC 0/2] Introduce a page_fault ioengine for MM workflows
2026-02-02 15:24 UTC (8+ messages)
` [RFC 1/2] page_fault: add mmap-backed ioengine for anonymous faults
` [RFC 2/2] page_fault: add hugepage_delay option for delayed MADV_HUGEPAGE
Recent changes (master)
2026-01-31 13:00 UTC
Recent changes (master)
2026-01-28 13:00 UTC
[PATCH v2] Introduce the end_syncfs option
2026-01-27 6:03 UTC (8+ messages)
Recent changes (master)
2026-01-24 13:00 UTC
unsubscribe
2026-01-21 16:12 UTC
Recent changes (master)
2026-01-21 13:00 UTC
[PATCH] fio: Add ZBD support to io_uring engines
2026-01-20 17:16 UTC (3+ messages)
Recent changes (master)
2026-01-17 13:00 UTC
Recent changes (master)
2026-01-16 13:00 UTC
Recent changes (master)
2026-01-12 13:00 UTC
Recent changes (master)
2026-01-08 13:00 UTC
[PATCH v2 0/5] Add support for specifying ramp up period by amount of IO
2026-01-07 21:26 UTC (9+ messages)
` [PATCH v2 1/5] time: rename in_ramp_time() and ramp_time_over()
` [PATCH v2 2/5] td: Initialize ramp_period_over based on options
` [PATCH v2 3/5] eta: Use in_ramp_period() instead of opencoding it
` [PATCH v2 4/5] time: Evaluate ramp up condition once per second
` [PATCH v2 5/5] Add option to specify ramp period by amount of IO
Recent changes (master)
2025-12-30 13:00 UTC
[PATCH] Introduce the end_syncfs option
2025-12-27 9:12 UTC (2+ messages)
[PATCH 0/5] Add support for specifying ramp up period by amount of IO
2025-12-19 13:10 UTC (20+ messages)
` [PATCH 1/5] time: rename in_ramp_time() and ramp_time_over()
` [PATCH 2/5] td: Initialize ramp_period_over based on options
` [PATCH 3/5] eta: Use in_ramp_period() instead of opencoding it
` [PATCH 4/5] time: Evaluate ramp up condition once per second
` [PATCH 5/5] Add option to specify ramp period by amount of IO
Recent changes (master)
2025-12-19 13:00 UTC
Recent changes (master)
2025-12-17 13:00 UTC
Recent changes (master)
2025-12-14 13:00 UTC
fdatasync behaviour in macOS
2025-12-11 21:34 UTC (3+ messages)
Recent changes (master)
2025-12-09 13:00 UTC
Recent changes (master)
2025-11-25 13:00 UTC
Recent changes (master)
2025-11-19 13:00 UTC
Recent changes (master)
2025-11-18 13:00 UTC
Recent changes (master)
2025-11-15 13:00 UTC
Can `latency_target` limit rate when iodepth=1 && io is very fast
2025-11-10 13:14 UTC
Recent changes (master)
2025-11-06 13: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