messages from 2021-10-01 20:46:13 to 2021-12-10 12:05:07 UTC [more...]
[PATCH 00/11] Cleanup zbd code
2021-12-10 12:05 UTC (16+ messages)
` [PATCH 01/11] fio: Improve documentation of ignore_zone_limits option
` [PATCH 02/11] zbd: define local functions as static
` [PATCH 03/11] zbd: move and cleanup code
` [PATCH 04/11] zbd: remove is_zone_open() helper
` [PATCH 05/11] zbd: introduce zbd_verify_file_sizes()
` [PATCH 06/11] zbd: fix code style issues
` [PATCH 07/11] zbd: simplify zbd_close_zone()
` [PATCH 08/11] zbd: simplify zbd_open_zone()
` [PATCH 09/11] zbd: rename zbd_zone_idx() and zbd_zone_nr()
` [PATCH 10/11] zbd: rename get_zone()
` [PATCH 11/11] zbd: introduce zbd_get_zone_from_offset() helper
[PATCH] ioengines: libzbc: disable libzbc block backend driver
2021-12-10 4:34 UTC (2+ messages)
Recent changes (master)
2021-12-07 13:00 UTC
お問い合わせありがとうございました
2021-12-05 15:44 UTC
[PATCH 0/2] two small cleanup patches
2021-12-03 21:46 UTC (4+ messages)
` [PATCH 1/2] io_ddir: return appropriate string for DDIR_INVAL
` [PATCH 2/2] libfio: drop unneeded reset of rwmix_issues
Recent changes (master)
2021-12-03 13:00 UTC
[PATCH] filesetup: create zbd_info before jumping to done label
2021-12-03 0:54 UTC (3+ messages)
[PATCH 0/6] additional sg ionegine commands
2021-11-29 15:19 UTC (8+ messages)
` [PATCH 1/6] sg: add support for VERIFY command using write modes
` [PATCH 2/6] sg: add support for WRITE SAME(16) commands with NDOB flag set
` [PATCH 6/6] docs: documentation for sg WRITE STREAM(16)
` [PATCH 5/6] sg: allow fio to open and close streams for WRITE STREAM(16) commands
` [PATCH 4/6] sg: add support "
` [PATCH 3/6] sg: improve sg_write_mode option names
株式会社ステイゴールド "お問い合わせ"
2021-11-27 1:11 UTC
Recent changes (master)
2021-11-26 13:00 UTC
[PATCH v3 0/6] cleanup clat prio stat handling
2021-11-25 16:03 UTC (8+ messages)
` [PATCH v3 2/6] stat: add comments describing the quirky behavior of clat prio samples
` [PATCH v3 1/6] docs: document quirky implementation of per priority stats reporting
` [PATCH v3 3/6] stat: rename add_lat_percentile_sample()
` [PATCH v3 4/6] stat: rename add_lat_percentile_sample_noprio()
` [PATCH v3 5/6] stat: simplify add_lat_percentile_prio_sample()
` [PATCH v3 6/6] stat: make add lat percentile functions inline
Using FIO to benchmark Gluster
2021-11-25 15:18 UTC (3+ messages)
Recent changes (master)
2021-11-25 13:00 UTC
[PATCH v2 0/6] cleanup clat prio stat handling
2021-11-25 9:04 UTC (13+ messages)
` [PATCH v2 1/6] docs: document quirky implementation of per priority stats reporting
` [PATCH v2 2/6] stat: add comments describing the quirky behavior of clat prio samples
` [PATCH v2 3/6] stat: rename add_lat_percentile_sample()
` [PATCH v2 4/6] stat: rename add_lat_percentile_sample_noprio()
` [PATCH v2 5/6] stat: simplify add_lat_percentile_prio_sample()
` [PATCH v2 6/6] stat: make add lat percentile functions inline
Recent changes (master)
2021-11-22 13:00 UTC
Recent changes (master)
2021-11-21 13:00 UTC
Recent changes (master)
2021-11-20 13:00 UTC
[PATCH 0/5] cleanup clat prio stat handling
2021-11-20 2:08 UTC (6+ messages)
` [PATCH 1/5] stat: rename add_lat_percentile_sample()
` [PATCH 2/5] stat: rename add_lat_percentile_sample_noprio()
` [PATCH 4/5] stat: make add lat percentile functions inline
` [PATCH 3/5] stat: simplify add_lat_percentile_prio_sample()
` [PATCH 5/5] stat: add comments describing the quirky behavior of clat prio samples
[PATCH v2] fio: Introduce the log_entries option
2021-11-18 14:38 UTC (2+ messages)
Recent changes (master)
2021-11-18 13:00 UTC
[PATCH] fio: Introduce the log_entries option
2021-11-18 10:11 UTC (4+ messages)
[PATCH] Makefile: Fix android compilation
2021-11-17 23:14 UTC (2+ messages)
Recent changes (master)
2021-11-13 13:00 UTC
"failed to setup shm segment" on macOS Monterey with ipcs empty
2021-11-13 5:28 UTC (2+ messages)
[PATCH v3 0/8] cmdprio cleanup series
2021-11-12 15:50 UTC (10+ messages)
` [PATCH v3 1/8] docs: update cmdprio_percentage documentation
` [PATCH v3 3/8] cmdprio: do not allocate memory for unused data direction
` [PATCH v3 2/8] cmdprio: move cmdprio function definitions to a new cmdprio.c file
` [PATCH v3 5/8] libaio,io_uring: rename prio_prep() to include cmdprio in the name
` [PATCH v3 4/8] io_uring: set async IO priority to td->ioprio in fio_ioring_prep()
` [PATCH v3 6/8] libaio,io_uring: move common cmdprio_prep() code to cmdprio
` [PATCH v3 7/8] cmdprio: add mode to make the logic easier to reason about
` [PATCH v3 8/8] libaio,io_uring: make it possible to cleanup cmdprio malloced data
[PATCH v2 0/8] cmdprio cleanup series
2021-11-12 1:12 UTC (13+ messages)
` [PATCH v2 1/8] docs: update cmdprio_percentage documentation
` [PATCH v2 2/8] cmdprio: move cmdprio function definitions to a new cmdprio.c file
` [PATCH v2 3/8] cmdprio: do not allocate memory for unused data direction
` [PATCH v2 5/8] libaio,io_uring: rename prio_prep() to include cmdprio in the name
` [PATCH v2 4/8] io_uring: set async IO priority to td->ioprio in fio_ioring_prep()
` [PATCH v2 7/8] cmdprio: add mode to make the logic easier to reason about
` [PATCH v2 6/8] libaio,io_uring: move common cmdprio_prep() code to cmdprio
` [PATCH v2 8/8] libaio,io_uring: make it possible to cleanup cmdprio malloced data
Recent changes (master)
2021-11-11 13:00 UTC
[PATCH] stat: create a init_thread_stat_min_vals() helper
2021-11-10 13:27 UTC (4+ messages)
[PATCH 0/8] cmdprio cleanup series
2021-11-10 11:34 UTC (21+ messages)
` [PATCH 1/8] docs: update cmdprio_percentage documentation
` [PATCH 2/8] cmdprio: move cmdprio function definitions to a new cmdprio.c file
` [PATCH 3/8] cmdprio: do not allocate memory for unused data direction
` [PATCH 5/8] libaio,io_uring: rename prio_prep() to include cmdprio in the name
` [PATCH 4/8] io_uring: set async IO priority to td->ioprio in fio_ioring_prep()
` [PATCH 6/8] libaio,io_uring: move common cmdprio_prep() code to cmdprio
` [PATCH 7/8] cmdprio: add mode to make the logic easier to reason about
` [PATCH 8/8] libaio,io_uring: make it possible to cleanup cmdprio malloced data
Any plans to support Command Duration Limit (CDL)?
2021-11-04 16:47 UTC (2+ messages)
Predictable glusterfs log filename in world writable /tmp
2021-11-04 7:53 UTC
[PATCH] Spelling and grammar fixes
2021-11-04 7:40 UTC
[PATCH] ci, t, tools: use `command -v` instead of `which`
2021-11-04 7:32 UTC
[PATCH] genfio: fix temporary file handling
2021-11-04 7:22 UTC
Recent changes (master)
2021-10-26 12:00 UTC
Recent changes (master)
2021-10-25 15:43 UTC (5+ messages)
Recent changes (master)
2021-10-20 12:00 UTC
Recent changes (master)
2021-10-19 12:00 UTC
Recent changes (master)
2021-10-18 12:00 UTC
[PATCH v2] run-fio-tests: make test runs more resilient
2021-10-17 13:23 UTC (2+ messages)
[PATCH 0/5] zbd: Fix failures unique to specific zoned devices
2021-10-17 13:00 UTC (12+ messages)
` [PATCH 1/5] zbd: Remove cast to unsigned long long for printf
` [PATCH 2/5] zbd: Fix type of local variable min_bs
` [PATCH 3/5] t/zbd: Do not use too large block size in test case #4
` [PATCH 4/5] t/zbd: Align block size to zone capacity
` [PATCH 5/5] t/zbd: Add -w option to ensure no open zone before write tests
Building FIO 3.28 with libcufile support
2021-10-16 23:03 UTC
Recent changes (master)
2021-10-16 12:00 UTC
[PATCH 1/1] engines/http.c: add fallthrough annotation to _curl_trace
2021-10-16 11:57 UTC (2+ messages)
[PATCH] t/io_uring: Fix the parameters calculation for multiple threads scenario
2021-10-15 12:21 UTC (2+ messages)
Recent changes (master)
2021-10-15 12:00 UTC
Recent changes (master)
2021-10-14 12:00 UTC
Unique block count
2021-10-13 17:14 UTC
Recent changes (master)
2021-10-13 12:00 UTC
Recent changes (master)
2021-10-12 12:00 UTC
generic/095 failing in ext4 and xfs
2021-10-11 15:45 UTC (23+ messages)
` [PATCH] fio: make sure io_u->file isn't NULL before using it
Recent changes (master)
2021-10-10 12:00 UTC
Recent changes (master)
2021-10-08 12:00 UTC
Recent changes (master)
2021-10-06 12:00 UTC
Recent changes (master)
2021-10-05 12:00 UTC
Servicio de la flota
2021-10-05 8:01 UTC
Recent changes (master)
2021-10-02 12: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