fio.git
2023-10-20 Jens AxboeFio 3.36 fio-3.36
2023-10-19 Vincent FuMerge branch 'master' of https://github.com/shailevi23/fio
2023-10-19 Jens AxboeMerge branch 'fix_issue_1642' of https://github.com...
2023-10-19 zhuqingsong... fix assert failed when timeout during call rate_ddir.
2023-10-19 Shai Levyhelper_thread: fix pthread_sigmask typo.
2023-10-19 Shai Levyconfigure: improve pthread_sigmask detection.
2023-10-16 Vincent Fuci: explicitly install pygments and certifi on macos
2023-10-13 Shin'ichiro... t/zbd: avoid test case 45 failure
2023-10-06 Vincent FuMerge branch 'fix-stat-overflow' of https://github...
2023-10-05 Alexey NeymanHandle 32-bit overflows in disk utilization stats
2023-10-05 Alexey NeymanChange memcpy() calls to assignments
2023-10-02 Vincent Fuiolog: don't truncate time values
2023-09-29 Vincent Fuci: switch macos runs from macos-12 to macos-13
2023-09-29 Vincent Fuworkqueue: handle nice better
2023-09-29 Jens AxboeMerge branch 'fix_verify_block_offset' of https://githu...
2023-09-28 Igor Pylypivverify: Fix the bad pattern block offset value
2023-09-26 Shin'ichiro... t/zbd: set mq-deadline scheduler to device-mapper desti...
2023-09-20 Vincent FuMerge branch 'fio_client_server_doc_fix' of https:...
2023-09-19 aggieNick02Update docs to clarify how to pass job options in clien...
2023-09-14 Vincent Fuverify: open state file in binary mode on Windows
2023-09-11 Ankit Kumarengines:nvme: fill command fields as per pi check bits
2023-09-11 Ankit Kumarengines:io_uring_cmd: disallow verify for e2e pi with...
2023-09-11 Vincent FuMerge branch 'pcpp_epoch_fixing_2' of https://github...
2023-09-08 aggieNick02Make log_unix_epoch an official alias of log_alternate_...
2023-09-08 aggieNick02Record job start time to fix time pain points
2023-09-02 Jens AxboeMerge branch 'pcpp_parse_nr_fix' of https://github...
2023-09-01 aggieNick02Add basic error checking to parsing nr from rw=randrw...
2023-08-23 Jens AxboeMerge branch 'master' of https://github.com/michalbiese...
2023-08-23 Michal BiesekAdd RISC-V 64 support
2023-08-16 Ankit Kumarexamples: add example and fiograph for protection infor...
2023-08-15 Jens Axboeengines/io_uring: fix leak of 'ld' in error path
2023-08-14 Vincent Fut/nvmept_pi: test script for protection information
2023-08-14 Vincent Fut/fiotestlib: use config variable to skip test at runtime
2023-08-14 Ankit Kumarengines:io_uring: generate and verify pi for 64b guard
2023-08-14 Ankit Kumarengines:nvme: pull required 48 bit accessors from linux...
2023-08-14 Ankit Kumarcrc: pull required crc64 nvme apis from linux kernel
2023-08-14 Ankit Kumarengines:io_uring: generate and verify pi for 16b guard
2023-08-14 Ankit Kumarcrc: pull required crc16-t10 files from linux kernel
2023-08-14 Ankit Kumario_u: move engine data out of union
2023-08-14 Ankit Kumarengines:io_uring: uring_cmd add support for protection...
2023-08-14 Ankit Kumarengines:io_uring: enable support for separate metadata...
2023-08-14 Ankit Kumarengines:io_uring: update arguments to fetch nvme data
2023-08-14 Ankit Kumarengines:io_uring: add missing error during open file
2023-08-03 Vincent Fueta: calculate aggregate bw statistics even when eta...
2023-08-02 Vincent Fut/fiotestlib: make recorded command prettier
2023-08-02 Vincent Fut/nvmept: fix typo
2023-07-31 Jens AxboeMerge branch 'master' of https://github.com/min22/fio
2023-07-31 Jens AxboeMerge branch 'improment/constness' of https://github...
2023-07-30 Denis Proninuse 'const' where it is required
2023-07-28 Jens AxboeRevert "correctly free thread_data options at the topmo...
2023-07-28 Jens AxboeMerge branch 'td-eo-double-free-fix' of https://github...
2023-07-28 Jens AxboeMerge branch 'master' of https://github.com/dpronin/fio
2023-07-28 Jens AxboeMerge branch 'io_uring' of https://github.com/dpronin/fio
2023-07-28 Denis Proninio_uring engine: 'atomic_load_relaxed' instead of ...
2023-07-28 Denis Pronincorrectly free thread_data options at the topmost paren...
2023-07-28 Denis Proninfix missing headers in multiple files
2023-07-27 Jens AxboeMerge branch 'helper_thread-fix-missing-stdbool-header...
2023-07-27 Denis Proninhelper_thread.h: forwardly declare structures fio_sem...
2023-07-27 Denis Proninhelper_thread.h: include missing stdbool.h because...
2023-07-27 Jens AxboeMerge branch 'diskutil-fix-missing-headers' of https...
2023-07-27 Denis Pronindiskutil.h: fix missing headers wanted by the header
2023-07-27 Kookoo Guiolog.c: fix inaccurate clat when replay trace
2023-07-21 Jens AxboeMerge branch 'prio-hints'
2023-07-21 Damien Le Moalstats: Add hint information to per priority level stats prio-hints
2023-07-21 Damien Le Moalcmdprio: Add support for per I/O priority hint
2023-07-21 Damien Le Moaloptions: add priohint option
2023-07-21 Damien Le Moalos-linux: add initial support for IO priority hints
2023-07-21 Damien Le Moalcmdprio: Introduce generic option definitions
2023-07-21 Damien Le Moalos-linux: Cleanup IO priority class and value macros
2023-07-21 Shin'ichiro... backend: clear IO_U_F_FLIGHT flag in zero byte read...
2023-07-20 Dmitry Fomichevt/zbd: add max_active configs to run-tests-against...
2023-07-20 Dmitry Fomichevt/zbd: fix null_blk configuration in run-tests-against...
2023-07-20 Shin'ichiro... t/zbd: add missing prep_write for test cases with write...
2023-07-20 Shin'ichiro... t/zbd: fix fio failure check and SG node failure in...
2023-07-20 Shin'ichiro... t/zbd: get max_open_zones from sysfs
2023-07-20 Shin'ichiro... t/zbd: add test case to check max_active_zones limit...
2023-07-20 Shin'ichiro... t/zbd: add test case to check zones in closed condition
2023-07-20 Shin'ichiro... t/zbd: add max_active_zone variable
2023-07-20 Shin'ichiro... t/zbd: add close_zone helper function
2023-07-20 Shin'ichiro... docs: modify max_open_zones option description
2023-07-20 Shin'ichiro... zbd: print max_active_zones limit error message
2023-07-20 Shin'ichiro... zbd: write to closed zones on the devices with max_acti...
2023-07-20 Shin'ichiro... zbd: get max_active_zones limit value from zoned devices
2023-07-15 Jens AxboeMerge branch 'patch-3' of https://github.com/yangjueji/fio
2023-07-14 Michael Kelleythinktime: Avoid calculating a negative time left to...
2023-07-14 Vincent Fustat: add diskutil aggregated sectors to normal output
2023-07-14 Vincent Fustat: add new diskutil sectors to json output
2023-07-13 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2023-07-13 Bart Van Asschediskutil: Report how many sectors have been read and...
2023-07-13 Bart Van Asschediskutil: Fix a debug statement in get_io_ticks()
2023-07-13 Bart Van Asschediskutil: Simplify get_io_ticks()
2023-07-13 Bart Van Asschediskutil: Remove casts from get_io_ticks()
2023-07-13 Bart Van Asschediskutil: Improve disk utilization data structure docum...
2023-07-13 Vincent Fuoptions: add code for FDP pli selection use in client...
2023-07-13 Ankit Kumarengines/xnvme: add support for fdp
2023-07-13 Ankit Kumarfdp: support random placement id selection
2023-07-13 Ankit Kumarfdp: fix placement id check
2023-07-13 Ankit Kumarfdp: use macros
2023-07-06 Jueji Yangfix: io_uring sqpoll issue_time empty when kernel not...
2023-07-05 Bart Van Asschezbd: Support finishing zones on Android
next