Flexible I/O Tester development
 help / color / mirror / Atom feed
 messages from 2022-01-29 13:00:07 to 2022-05-05 13:57:36 UTC [more...]

[PATCH 0/3] fio: add xnvme engine
 2022-05-05 13:19 UTC  (4+ messages)
  ` [PATCH 1/3] engines/xnvme: "
  ` [PATCH 2/3] docs: documentation for xnvme ioengine
  ` [PATCH 3/3] examples: add example job file for xnvme engine usage

http engine dependencies?
 2022-05-02 13:38 UTC  (3+ messages)

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

[PATCH v1 0/8] fio error handling fixes
 2022-04-30 13:08 UTC  (16+ messages)
` [PATCH v1 1/8] cgroup: Add ENOMEM handling on a `malloc()` call
` [PATCH v1 2/8] stat: Add ENOMEM handling on `malloc()` / `calloc()` calls
` [PATCH v1 3/8] engines/net: Add ENOMEM handling on a `malloc()` call
` [PATCH v1 4/8] blktrace: Fix broken error handling in `merge_blktrace_iologs()`
` [PATCH v1 5/8] blktrace: Add ENOMEM handling when allocating @ipo
` [PATCH v1 6/8] blktrace: Add ENOMEM handling in `trace_add_open_close_event()` and its callers
` [PATCH v1 7/8] client: Add ENOMEM handling on `realloc()` calls
` [PATCH v1 8/8] client: Add ENOMEM handling on `malloc()`, `calloc()` and `strdup()` calls

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

[PATCH v3 0/3] Small fio cleanups and fixes
 2022-04-29  7:46 UTC  (5+ messages)
` [PATCH v3 1/3] backend: Fix indentation
` [PATCH v3 2/3] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v3 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

[PATCH v2 0/6] Small fio cleanups and fixes
 2022-04-27  9:52 UTC  (9+ messages)
` [PATCH v2 1/6] backend: Fix indentation
` [PATCH v2 2/6] cgroup: Handle `ENOMEM` case on `malloc()` call
` [PATCH v2 3/6] stat: Handle `ENOMEM` case in `__show_run_stats()`
` [PATCH v2 4/6] engines/net: Replace `malloc()` + `memset()` with `calloc()`
` [PATCH v2 5/6] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v2 6/6] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

[PATCH v1 0/6] Small fio cleanups and fixes
 2022-04-26 21:31 UTC  (9+ messages)
` [PATCH v1 1/6] backend: Fix indentation
` [PATCH v1 2/6] get_cgroup_root: Handle `ENOMEM` case on `malloc()` call
` [PATCH v1 3/6] stat: "
` [PATCH v1 4/6] engines/net: Replace `malloc()`+`memset()` with `calloc()`
` [PATCH v1 5/6] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v1 6/6] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

IO Depth lower than requested
 2022-04-23  0:24 UTC  (2+ messages)

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

Q-FLA(九州フラワーサービス)へのお問い合わせありがとうございます
 2022-04-15 13:42 UTC 

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

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

[PATCH v3 0/3] iolog: add version 3 with timestamp support
 2022-04-08 18:33 UTC  (6+ messages)
` [PATCH v3 1/3] iolog: add version 3 to support timestamp-based replay
` [PATCH v3 2/3] iolog: add iolog_write for version 3
` [PATCH v3 3/3] iolog: update man page "

[PATCH v2 0/3] iolog: add version 3 with timestamp support
 2022-04-07 15:34 UTC  (5+ messages)
` [PATCH v2 1/3] iolog: add version 3 to support timestamp-based replay
` [PATCH v2 2/3] iolog: add iolog_write for version 3
` [PATCH v2 3/3] iolog: update man page "

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

[PATCH 0/3] iolog: add version 3 with timestamp support
 2022-04-07  1:37 UTC  (8+ messages)
` [PATCH 1/3] iolog: add version 3 to support timestamp-based replay
` [PATCH 2/3] iolog: add iolog_write for version 3
` [PATCH 3/3] iolog: update man page

Logging and its significant impacts on performance
 2022-04-06 23:49 UTC  (2+ messages)

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

[PATCH] smalloc: fix ptr address in redzone error message
 2022-04-05 17:47 UTC  (2+ messages)

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

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

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

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

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

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

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

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

Recent changes (master)
 2022-03-10 13:00 UTC 

Recent changes (master)
 2022-03-09 13:00 UTC 

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

[PATCH] docs: generate manpage from README and HOWTO
 2022-03-07 13:35 UTC  (4+ messages)

Using FIO on systems with <=512MB RAM
 2022-03-07 12:33 UTC  (6+ messages)

Not logging zero entry intervals when using --log_avg_msec seems problematic
 2022-03-04 18:12 UTC  (5+ messages)

Recent changes (master)
 2022-02-27 13:00 UTC 

Recent changes (master)
 2022-02-25 13:00 UTC 

Operations at "end" of job with log_avg_msec are missing from logs. Expected?
 2022-02-24 22:47 UTC 

Fwd: Replay IO on Windows - failed to flush file buffers
 2022-02-24  2:57 UTC 

Recent changes (master)
 2022-02-22 13:00 UTC 

Looking for assistance on FIO. verify job fail with error=Permission denied
 2022-02-22  1:31 UTC 

Recent changes (master)
 2022-02-21 13:00 UTC 

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

Recent changes (master)
 2022-02-18 13:00 UTC 

Recent changes (master)
 2022-02-16 13:00 UTC 

Two points of confusion on offloading and workqueue.c
 2022-02-15 18:07 UTC  (2+ messages)

Odd (wrong?) behavior with :<nr> suffix on readwrite parameter
 2022-02-15 18:04 UTC  (4+ messages)

[PATCH] ci: detect Windows installer build failures
 2022-02-15 17:14 UTC  (2+ messages)

Samsung PM863 SSD: surprisingly high Write IOPS measured using `fio`, over 4.6 times more than spec!?
 2022-02-15 16:48 UTC 

Samsung PM863 SSD: surprisingly high Write IOPS measured using `fio`, over 4.6 times more than spec!?
 2022-02-15 16:40 UTC 

Still some cases where min rate checking will fail - how to fix?
 2022-02-14 23:56 UTC 

Samsung PM863 SSD: surprisingly high Write IOPS measured using `fio`, over 4.6 times more than spec!?
 2022-02-14 19:50 UTC  (2+ messages)

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

Problems with check_min_rate and io_submit_mode=offload ?
 2022-02-09 21:40 UTC 

Recent changes (master)
 2022-02-09 13:00 UTC 

Fio docs say io_submit_mode=offload with async IO is not reliable?
 2022-02-08 23:21 UTC  (4+ messages)

[PATCH] fio: really use LDFLAGS when linking dynamic engines
 2022-02-08 16:28 UTC  (2+ messages)

Recent changes (master)
 2022-02-05 13:00 UTC 

Recent changes (master)
 2022-02-04 13:00 UTC 

[PATCH] stat: make free_clat_prio_stats() safe against NULL
 2022-02-04  0:19 UTC  (2+ messages)

[PATCH v2 00/18] multiple priority latency stats support
 2022-02-03 22:31 UTC  (20+ messages)
` [PATCH v2 02/18] backend: do ioprio_set() before calling the ioengine init callback
` [PATCH v2 01/18] init: verify option lat_percentiles consistency for all jobs in group
` [PATCH v2 03/18] stat: save the default ioprio in struct thread_stat
` [PATCH v2 04/18] client/server: convert ss_data to use an offset instead of fixed position
` [PATCH v2 06/18] os: define min/max prio class and level for systems without ioprio
` [PATCH v2 05/18] stat: add a new function to allocate a clat_prio_stat array
` [PATCH v2 08/18] cmdprio: add support for a new cmdprio_bssplit entry format
` [PATCH v2 07/18] options: add a parsing function for an additional cmdprio_bssplit format
` [PATCH v2 09/18] examples: add new cmdprio_bssplit format examples
` [PATCH v2 10/18] stat: use enum fio_ddir consistently
` [PATCH v2 12/18] stat: add helper for resetting the latency buckets
` [PATCH v2 11/18] stat: increment members counter after call to sum_thread_stats()
` [PATCH v2 14/18] stat: report clat stats on a per priority granularity
` [PATCH v2 13/18] stat: disable per prio stats where not needed
` [PATCH v2 15/18] stat: convert json output to a new per priority granularity format
` [PATCH v2 16/18] gfio: drop support for high/low priority latency results
` [PATCH v2 18/18] t/latency_percentiles.py: add tests for the new cmdprio_bssplit format
` [PATCH v2 17/18] stat: remove unused high/low prio struct members

[PATCH 00/17] multiple priority latency stats support
 2022-02-03 19:27 UTC  (37+ messages)
` [PATCH 02/17] backend: do ioprio_set() before calling the ioengine init callback
` [PATCH 01/17] init: verify option lat_percentiles consistency for all jobs in group
` [PATCH 03/17] stat: save the default ioprio in struct thread_stat
` [PATCH 05/17] stat: add a new function to allocate a clat_prio_stat array
` [PATCH 04/17] client/server: convert ss_data to use an offset instead of fixed position
` [PATCH 06/17] options: add a parsing function for an additional cmdprio_bssplit format
` [PATCH 07/17] cmdprio: add support for a new cmdprio_bssplit entry format
` [PATCH 08/17] examples: add new cmdprio_bssplit format examples
` [PATCH 10/17] stat: increment members counter after call to sum_thread_stats()
` [PATCH 09/17] stat: use enum fio_ddir consistently
` [PATCH 12/17] stat: disable per prio stats where not needed
` [PATCH 11/17] stat: add helper for resetting the latency buckets
` [PATCH 13/17] stat: report clat stats on a per priority granularity
` [PATCH 14/17] stat: convert json output to a new per priority granularity format
` [PATCH 15/17] gfio: drop support for high/low priority latency results
` [PATCH 16/17] stat: remove unused high/low prio struct members
` [PATCH 17/17] t/latency_percentiles.py: add tests for the new cmdprio_bssplit format

A fio job that just waits?
 2022-01-31 18:18 UTC  (6+ messages)

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


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