fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 18:50:04 to 2022-06-02 08:24:14 UTC [more...]

[PATCH v3 0/9] Add support for uring passthrough commands
 2022-06-02  8:24 UTC  (15+ messages)
    ` [PATCH v3 1/9] io_uring.h: add IORING_SETUP_SQE128 and IORING_SETUP_CQE32
    ` [PATCH v3 2/9] configure: check nvme uring command support
    ` [PATCH v3 3/9] init: return error incase an invalid value is passed as option
    ` [PATCH v3 4/9] nvme: add nvme opcodes, structures and helper functions
    ` [PATCH v3 5/9] engines/io_uring: add new I/O engine for uring passthrough support
    ` [PATCH v3 6/9] docs: document options for io_uring_cmd I/O engine
    ` [PATCH v3 7/9] zbd: Check for direct flag only if its block device
    ` [PATCH v3 8/9] engines/io_uring: Enable zone device support for io_uring_cmd I/O engine
    ` [PATCH v3 9/9] examples: add 2 example job file for io_uring_cmd engine

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

[PATCH] docs: update language setting for Sphinx build
 2022-06-01  2:58 UTC  (2+ messages)

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

[PATCH v2 0/8] Add support for uring passthrough commands
 2022-05-30 10:14 UTC  (26+ messages)
    ` [PATCH v2 1/8] io_uring.h: add IORING_SETUP_SQE128 and IORING_SETUP_CQE32
    ` [PATCH v2 2/8] configure: check nvme uring command support
    ` [PATCH v2 3/8] nvme: add nvme opcodes, structures and helper functions
    ` [PATCH v2 4/8] engines/io_uring: add new I/O engine for uring passthrough support
    ` [PATCH v2 5/8] docs: document options for io_uring_cmd I/O engine
    ` [PATCH v2 6/8] zbd: Check for direct flag only if its block device
    ` [PATCH v2 7/8] engines/io_uring: Enable zone device support for io_uring_cmd I/O engine
    ` [PATCH v2 8/8] examples: add 2 example job file for io_uring_cmd engine

[PATCH v2 0/5] (now) five cleanups
 2022-05-28  2:37 UTC  (7+ messages)
    ` [PATCH v2 2/5] configure: refer to zlib1g-dev package for zlib support
    ` [PATCH v2 1/5] steadystate: delete incorrect comment
    ` [PATCH v2 3/5] HOWTO: add blank line for prettier formatting
    ` [PATCH v2 5/5] docs: update discussion of huge page sizes
    ` [PATCH v2 4/5] t/run-fio-tests: improve json data decoding

Global filename/job filename interaction
 2022-05-27 18:00 UTC  (2+ messages)

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

Blog post on detecting steady state with fio
 2022-05-25 15:23 UTC 

[PATCH 0/7] add support for uring passthrough commands
 2022-05-25 10:46 UTC  (12+ messages)
    ` [PATCH 1/7] configure: check if uring_cmd support is present
    ` [PATCH 2/7] io_uring.h: add IORING_SETUP_SQE128 and IORING_SETUP_CQE32
    ` [PATCH 3/7] engines/io_uring: add new I/O engine for uring passthrough support
    ` [PATCH 4/7] docs: document options for io_uring_cmd I/O engine
    ` [PATCH 5/7] zbd: Check for direct flag only if its block device
    ` [PATCH 6/7] engines/io_uring: Enable zone device support for io_uring_cmd I/O engine
    ` [PATCH 7/7] examples: add 2 example job file for io_uring_cmd engine

[PATCH 0/6] cleanups, parse /proc/meminfo for huge page size
 2022-05-23 22:56 UTC  (9+ messages)
    ` [PATCH 1/6] steadystate: delete incorrect comment
    ` [PATCH 2/6] configure: refer to zlib1g-dev package for zlib support
    ` [PATCH 4/6] t/run-fio-tests: improve json data decoding
    ` [PATCH 3/6] HOWTO: add blank line for prettier formatting
    ` [PATCH 5/6] mem: try to parse /proc/meminfo to get huge page size
    ` [PATCH 6/6] docs: update for huge page size parsing

running jobs serially
 2022-05-19 14:02 UTC  (5+ messages)

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

[PATCH v2 0/3] fio: add xnvme engine
 2022-05-13 11:06 UTC  (9+ 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

[PATCH v4 0/3] Cleanups and Fixes
 2022-05-12 17:03 UTC  (6+ messages)
` [PATCH v4 1/3] backend: Fix indentation
` [PATCH v4 2/3] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v4 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`
` (subset) [PATCH v4 0/3] Cleanups and Fixes

first fio blog post on testing fio
 2022-05-12  7:25 UTC  (2+ messages)

Weird results while reading from s3
 2022-05-09 14:27 UTC 

[PATCH 0/3] fio: add xnvme engine
 2022-05-06 16:55 UTC  (7+ 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  (3+ messages)

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


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