messages from 2020-11-12 20:51:11 to 2021-01-22 08:47:21 UTC [more...]
[PATCH v3 00/38] ZBD fixes and improvements
2021-01-22 8:47 UTC (58+ messages)
` [PATCH v3 01/38] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH v3 02/38] zbd: use zbd_zone_nr() more actively in the code
` [PATCH v3 03/38] zbd: add get_zone() helper function
` [PATCH v3 04/38] zbd: introduce zone_unlock()
` [PATCH v3 05/38] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH v3 06/38] zbd: remove dependency on zone type during i/o
` [PATCH v3 07/38] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH v3 08/38] zbd: avoid zone buffer overrun
` [PATCH v3 09/38] zbd: don't unlock zone mutex after verify replay
` [PATCH v3 10/38] zbd: do not lock conventional zones on I/O adjustment
` [PATCH v3 11/38] zbd: do not set zbd handlers for conventional zones
` [PATCH v3 12/38] zbd: count sectors with data for write pointer zones
` [PATCH v3 13/38] zbd: initialize min_zone and max_zone for all zone types
` [PATCH v3 14/38] zbd: initialize sectors with data at start time
` [PATCH v3 15/38] zbd: use zone_lock() in zbd_process_swd()
` [PATCH v3 16/38] zbd: disable crossing from conventional to sequential zones
` [PATCH v3 17/38] zbd: don't log "zone nnnn is not open" message
` [PATCH v3 18/38] zbd: handle conventional start zone in zbd_convert_to_open_zone()
` [PATCH v3 19/38] zbd: improve replay range validation
` [PATCH v3 20/38] engines/libzbc: enable block backend
` [PATCH v3 21/38] zbd: avoid failing assertion in zbd_convert_to_open_zone()
` [PATCH v3 22/38] zbd: set thread errors in zbd_adjust_block()
` [PATCH v3 23/38] t/zbd: check for error in test #2
` [PATCH v3 24/38] t/zbd: add run-tests-against-nullb script
` [PATCH v3 25/38] t/zbd: add -t option to run-tests-against-nullb
` [PATCH v3 26/38] t/zbd: skip tests when test prerequisites are not met
` [PATCH v3 27/38] t/zbd: skip tests that need too many sequential zones
` [PATCH v3 28/38] t/zbd: test that conventional zones are not locked during random i/o
` [PATCH v3 29/38] t/zbd: test that zone_reset_threshold calculation is correct
` [PATCH v3 30/38] t/zbd: test random I/O direction in all-conventional case
` [PATCH v3 31/38] t/zbd: fix wrong units in test case #37
` [PATCH v3 32/38] t/zbd: add an option to bail on a failed test
` [PATCH v3 33/38] t/zbd: prevent test #31 from looping
` [PATCH v3 34/38] t/zbd: add checks for offline zone condition
` [PATCH v3 35/38] t/zbd: add test #54 to exercise ZBD verification
` [PATCH v3 36/38] t/zbd: show elapsed time in test-zbd-support
` [PATCH v3 37/38] t/zbd: increase timeout in test #48
` [PATCH v3 38/38] t/zbd: avoid looping on invalid command line options
[PATCH v4 0/2] Add a new parameter and fix minimal rate calculation
2021-01-20 10:43 UTC (3+ messages)
` [PATCH v4 1/2] Add a new parameter
` [PATCH v4 2/2] Calculate min_rate with the consideration of thinktime
[PATCH v3 0/2] Add a new parameter and fix minimal rate calculation
2021-01-20 8:30 UTC (8+ messages)
` [PATCH v3 1/2] Add a new parameter
` [PATCH v3 2/2] Calculate min_rate with the consideration of thinktime
[PATCH v2 0/2] Fix thinktime handling and minimal rate calculation
2021-01-17 16:37 UTC (5+ messages)
` [PATCH v2 1/2] Fix thinktime_blocks
` [PATCH v2 2/2] Fix handle_thinktime
Recent changes (master)
2021-01-17 13:00 UTC
[PATCH] Fix thinktime_blocks
2021-01-17 11:07 UTC (2+ messages)
[PATCH v2] Fix a rate limit issue
2021-01-16 20:10 UTC (2+ messages)
[PATCH] Fix a rate limit issue
2021-01-16 18:58 UTC (2+ messages)
Recent changes (master)
2021-01-16 13:00 UTC
Recent changes (master)
2021-01-13 13:00 UTC
Recent changes (master)
2021-01-10 13:00 UTC
Recent changes (master)
2021-01-08 13:00 UTC
Adding a new cpu mode for the cpu engine
2021-01-07 23:07 UTC
Recent changes (master)
2021-01-07 13:00 UTC
Recent changes (master)
2021-01-06 13:00 UTC
[PATCH v2 00/36] ZBD fixes and improvements
2021-01-04 23:58 UTC (40+ messages)
` [PATCH v2 01/36] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH v2 02/36] zbd: use zbd_zone_nr() more actively in the code
` [PATCH v2 03/36] zbd: add get_zone() helper function
` [PATCH v2 04/36] zbd: introduce zone_unlock()
` [PATCH v2 05/36] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH v2 06/36] zbd: remove dependency on zone type during i/o
` [PATCH v2 07/36] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH v2 08/36] zbd: avoid zone buffer overrun
` [PATCH v2 09/36] zbd: don't unlock zone mutex after verify replay
` [PATCH v2 10/36] zbd: do not lock conventional zones on I/O adjustment
` [PATCH v2 11/36] zbd: do not set zbd handlers for conventional zones
` [PATCH v2 12/36] zbd: count sectors with data for write pointer zones
` [PATCH v2 13/36] zbd: initialize min_zone and max_zone for all zone types
` [PATCH v2 14/36] zbd: initialize sectors with data at start time
` [PATCH v2 15/36] zbd: use zone_lock() in zbd_process_swd()
` [PATCH v2 16/36] zbd: disable crossing from conventional to sequential zones
` [PATCH v2 17/36] zbd: don't log "zone nnnn is not open" message
` [PATCH v2 18/36] zbd: handle conventional start zone in zbd_convert_to_open_zone()
` [PATCH v2 19/36] zbd: improve replay range validation
` [PATCH v2 20/36] zbd: set thread errors in zbd_adjust_block()
` [PATCH v2 21/36] t/zbd: check for error in test #2
` [PATCH v2 22/36] t/zbd: add run-tests-against-nullb script
` [PATCH v2 23/36] t/zbd: add -t option to run-tests-against-nullb
` [PATCH v2 24/36] t/zbd: skip tests when test prerequisites are not met
` [PATCH v2 25/36] t/zbd: skip tests that need too many sequential zones
` [PATCH v2 26/36] t/zbd: test that conventional zones are not locked during random i/o
` [PATCH v2 27/36] t/zbd: test that zone_reset_threshold calculation is correct
` [PATCH v2 28/36] t/zbd: test random I/O direction in all-conventional case
` [PATCH v2 29/36] t/zbd: fix wrong units in test case #37
` [PATCH v2 30/36] t/zbd: add an option to bail on a failed test
` [PATCH v2 31/36] t/zbd: prevent test #31 from looping
` [PATCH v2 32/36] t/zbd: add checks for offline zone condition
` [PATCH v2 33/36] t/zbd: add test #54 to exercise ZBD verification
` [PATCH v2 34/36] t/zbd: show elapsed time in test-zbd-support
` [PATCH v2 35/36] t/zbd: increase timeout in test #48
` [PATCH v2 36/36] t/zbd: avoid looping on invalid command line options
Recent changes (master)
2020-12-30 13:00 UTC
Standard test parameters for NAS workloads?
2020-12-28 4:08 UTC (4+ messages)
Recent changes (master)
2020-12-25 13:00 UTC
Recent changes (master)
2020-12-18 13:00 UTC
Recent changes (master)
2020-12-16 13:00 UTC
Using `direct=1` parameter in disk vs filesystem tests
2020-12-15 23:50 UTC (2+ messages)
[PATCH 0/9] v1 Patchset : Simple Copy Command support
2020-12-11 0:37 UTC (13+ messages)
` [PATCH 1/9] Adding the necessary ddir changes to introduce copy operation
` [PATCH 2/9] Introducing new offsets for the "
` [PATCH 3/9] Added support for printing of stats and estimate time for "
` [PATCH 4/9] Adding a new "
` [PATCH 5/9] Added the changes for copy operation support in FIO
` [PATCH 6/9] New ioctl based synchronous IO engine. Only supports copy command
` [PATCH 7/9] Example configuration for simple "
` [PATCH 8/9] Support copy operation for zoned block devices
` [PATCH 9/9] Add a new test case to test the copy operation
Recent changes (master)
2020-12-08 13:00 UTC
[PATCH] flow: fix hang with flow control and zoned block devices
2020-12-07 23:56 UTC (2+ messages)
Recent changes (master)
2020-12-06 13:00 UTC
Fio verify crc32 fault
2020-12-05 17:09 UTC (4+ messages)
Recent changes (master)
2020-12-05 13:00 UTC
Recent changes (master)
2020-12-04 13:00 UTC
Difficulties pushing FIO towards many small files and WORM-style use-case
2020-12-03 17:43 UTC (5+ messages)
Recent changes (master)
2020-11-28 13:00 UTC
Recent changes (master)
2020-11-26 13:00 UTC
[PATCH 00/15] ZBD fixes and improvements
2020-11-24 10:20 UTC (22+ messages)
` [PATCH 01/15] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH 02/15] zbd: use zbd_zone_nr() more actively in the code
` [PATCH 03/15] zbd: add get_zone() helper function
` [PATCH 04/15] zbd: introduce zone_unlock()
` [PATCH 05/15] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH 06/15] zbd: remove dependency on zone type during i/o
` [PATCH 07/15] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH 08/15] zbd: avoid zone buffer overrun
` [PATCH 09/15] zbd: don't unlock zone mutex after verify replay
` [PATCH 10/15] zbd: do not lock conventional zones on I/O adjustment
` [PATCH 11/15] zbd: do not set zbd handlers for conventional zones
` [PATCH 12/15] zbd: count sectors with data for write pointer zones
` [PATCH 13/15] zbd: initialize min_zone and max_zone for all zone types
` [PATCH 14/15] zbd: initialize sectors with data at start time
` [PATCH 15/15] zbd: use zone_lock() in zbd_process_swd()
Recent changes (master)
2020-11-23 13:00 UTC
[RFC PATCH] error out if ENOSPC during file layout
2020-11-22 16:55 UTC (3+ messages)
[PATCH] Windows: introduce fiobuild.cmd and fiopkg.cmd
2020-11-22 15:05 UTC (2+ messages)
[PATCH v3 resend 0/4] cgroup: Support cgroup-v2 weight and BFQ weight
2020-11-22 14:52 UTC (2+ messages)
Recent changes (master)
2020-11-14 13:00 UTC
Recent changes (master)
2020-11-13 13:00 UTC
Recent changes (master)
2020-11-12 20:51 UTC (2+ messages)
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