1. b0ed309 Merge branch 'master' of github.com:bvanassche/fio by Jens Axboe · 3 weeks ago master
  2. 9763360 blktrace: fix error handling in merge_blktrace_iologs by Bart Van Assche · 3 weeks ago
  3. af51174 ioengines: record all sync io_u completions under DDIR_SYNC in total_io_u by Bart Van Assche · 3 weeks ago
  4. 62b7000 io_ddir: add "syncfs" to io_ddir_name() array by Bart Van Assche · 3 weeks ago
  5. ed3e687 Merge branch 'fix-pending-log-iodepth-assert' of https://github.com/SAY-5/fio by Jens Axboe · 4 weeks ago
  6. 81f292f iolog: size pending log larger than iodepth to avoid log assertion by Sai Asish Y · 4 weeks ago
  7. f80c50d Merge branch 'fix-issue-1542' of https://github.com/cenhuil/fio by Jens Axboe · 4 weeks ago
  8. 855d7e2 t/run-fio-tests: add t/sequence.py by Vincent Fu · 5 weeks ago
  9. 2f920a4 Merge branch 'rand_dist' of https://github.com/vadlakondaswetha/fio by Vincent Fu · 5 weeks ago
  10. 1629fb0 Implement Sequence Distribution feature with Striding by vadlakondaswetha · 10 weeks ago
  11. 360e4d6 Merge branch 'master' of https://github.com/Krien/fio by Vincent Fu · 5 weeks ago
  12. 8baa2b4 ci: split ZBD tests across configurations by Vincent Fu · 5 weeks ago
  13. bbbe6c4 ci: split 16-bit Guard PI QEMU tests by Vincent Fu · 5 weeks ago
  14. ebf4b46 io_uring: add support for zone appends when using ZBD by Krijn Doekemeijer · 8 weeks ago
  15. 77cdf89 io_uring: add fio_ioring_cmd_finish_zone when using uring_cmd by Krijn Doekemeijer · 8 weeks ago
  16. 954d049 server: reap child processes on SIGINT to prevent assertion crash by Huilin Cen · 6 weeks ago
  17. d72bcf7 t/io_uring_cmd: better default for fio executable by Vincent Fu · 5 weeks ago
  18. a77cf8f t/io_uring_cmd: add a writefua/readfua test by Vincent Fu · 5 weeks ago
  19. 4536e5f t/io_uring_cmd: support more cmd_types by Vincent Fu · 5 weeks ago
  20. eccc3af t/io_uring_cmd: rename from t/nvmept.py by Vincent Fu · 5 weeks ago
  21. 7d34d16 engines/io_uring: add missing curly braces by Vincent Fu · 5 weeks ago
  22. bdb1265 Merge branch 'upstream-io_uring-bsg' of https://github.com/ljw8161/fio by Vincent Fu · 5 weeks ago
  23. d77ed2b engines/io_uring: Add bsg support for io_uring_cmd engine by Jungwon Lee · 3 months ago
  24. 366c41d engines/sg: extract BE accessor helpers into shared sg.h by Kyoungrul Kim · 6 weeks ago
  25. 97de713 engines/io_uring: Separate NVMe-specific logic by Jungwon Lee · 3 months ago
  26. 2c69e8e test: run QEMU tests on push and pull request by Vincent Fu · 5 weeks ago
  27. 706fa69 t/nvmept_pi: improve default fio executable by Vincent Fu · 5 weeks ago
  28. fb5b6ae Merge branch 'pr-speed-up-norandommap-read-bw' of https://github.com/malikoyv/fio by Vincent Fu · 6 weeks ago
  29. 19a6a29 engines/io_uring: code style tweak by Jens Axboe · 7 weeks ago
  30. 8c3d606 Merge branch 'opt/register-ring-fd' of https://github.com/calebsander/fio by Jens Axboe · 7 weeks ago
  31. cdfab68 io_uring: try to register ring fd by Caleb Sander Mateos · 7 weeks ago
  32. 1dd13a5 io_uring: consolidate fio_ioring{,_cmd}_post_init() by Caleb Sander Mateos · 7 weeks ago
  33. 0c7ce67 io_uring: consolidate fio_ioring{,_cmd}_queue_init() by Caleb Sander Mateos · 7 weeks ago
  34. d8380ab Merge branch 'fix/trim-with-do-verify-0' of https://github.com/minwooim/fio by Vincent Fu · 7 weeks ago
  35. bd11387 ci: skip new write uncorrectable tests on QEMU by Vincent Fu · 7 weeks ago
  36. 60274d9 t/nvmept_write_mode: improve formatting by Vincent Fu · 7 weeks ago
  37. 24520ef t/nvmept_write_mode: check verify job by Vincent Fu · 7 weeks ago
  38. c06c2f3 t/nvmept_write_mode: check write mode splits by Vincent Fu · 7 weeks ago
  39. b2c0430 verify: debug print for verifying write zeroes by Vincent Fu · 7 weeks ago
  40. 5549d6a engines/io_uring_cmd: debug print for write mode by Vincent Fu · 7 weeks ago
  41. e103dce Merge branch 'io_uring/multiple-write-modes' of https://github.com/minwooim/fio by Vincent Fu · 7 weeks ago
  42. c0e4b6e iolog: fix io_piece leak on overlapping in-flight writes by Yehor Malikov · 7 weeks ago
  43. 94cc642 verify: fix verify starvation with norandommap by Yehor Malikov · 7 weeks ago
  44. f055bac t/nvmept_write_mode: fix fio path by Vincent Fu · 8 weeks ago
  45. 6581004 t/nvmept_write_mode: add multiple write_mode tests by Minwoo Im · 7 weeks ago
  46. e0ddbd2 io_u: add zeroed, errored flags to @io_u for verify by Minwoo Im · 3 months ago
  47. b24e3b6 io_uring_cmd: support mixed write_mode with ratio by Minwoo Im · 3 months ago
  48. 6575d5f mem: adjust alloc size for [rand]trimwrite workloads by Vincent Fu · 7 weeks ago
  49. cf144e0 t/run-fio-tests: add verify_state_save.py by Vincent Fu · 8 weeks ago
  50. 8771d28 t/verify_state_save: test verify state save feature by Vincent Fu · 8 weeks ago
  51. 34fe398 Merge branch 'verify-policy' of https://github.com/minwooim/fio by Vincent Fu · 7 weeks ago
  52. 3346121 backend: log trim @io_u to io_hist even `do_verify=0` by Minwoo Im · 7 weeks ago
  53. bc4b28f backend: stop outer loop when `verify_only=1` by Minwoo Im · 3 months ago
  54. eb87d1b backend: mark @td to terminate when no more next verify by Minwoo Im · 3 months ago
  55. 22b970e verify: introduce crash-aware data verification by Minwoo Im · 3 months ago
  56. 5e65f4f Merge branch 'fix/metadata-io_uring-doc' of https://github.com/calebsander/fio by Jens Axboe · 8 weeks ago
  57. a840d46 doc: indicate that metadata options are supported with io_uring by Caleb Sander Mateos · 8 weeks ago
  58. 5b476c9 Merge branch 'master' of https://github.com/wangxp006/fio by Vincent Fu · 8 weeks ago
  59. c55d29e blktrace: fix three bugs in merge_blktrace_iologs path by xiaopeng.wang · 9 weeks ago
  60. e682f9b ci: add nvmept_write_mode.py to test harness by Vincent Fu · 8 weeks ago
  61. 2e6d2ee t/nvmept_write_mode.py: test script for io_uring_cmd write modes by Vincent Fu · 9 weeks ago
  62. a2d8ee2 Merge branch 'fio_5_27' of https://github.com/swarnagh6/fio by Vincent Fu · 8 weeks ago
  63. 6aefd22 engines/nvme: fix addr/data_len for no data nvme commands by Swarna Prabhu · 9 weeks ago
  64. 6a66ccc Merge branch 'fix-musl-prctl-conflict' of https://github.com/lucashecht/fio by Vincent Fu · 9 weeks ago
  65. a84eece backend: remove linux/prctl.h include to fix musl conflict by Lucas Hecht · 9 weeks ago
  66. d569883 Merge branch 'skip-errored-offset' of https://github.com/minwooim/fio by Vincent Fu · 10 weeks ago
  67. 7d3192b verify: skip errored WRITE offset in verify by Minwoo Im · 9 months ago
  68. 2495bd8 ci: run all non-QEMU tests on push/PR/schedule by Vincent Fu · 2 months ago
  69. 4de5b26 Merge branch 'pr-free-td-init' of https://github.com/malikoyv/fio by Jens Axboe · 2 months ago
  70. ee73303 init: fix memory leaks reported by LeakSanitizer by Yehor Malikov · 2 months ago
  71. 3ea531d Merge branch 't_io_uring_htlb' of https://github.com/ming1/fio by Jens Axboe · 3 months ago
  72. 95b7f86 t/io_uring: add --hugetlb option for hugetlbfs IO buffers by Ming Lei · 3 months ago
  73. 72156dc Merge branch 'codex/cgroup-path-overflows' of https://github.com/linuxholic/fio by Jens Axboe · 3 months ago
  74. 6292179 cgroup: fix path buffer overflows for long cgroup names by yangpeng · 3 months ago
  75. a95f84c sprandom: relax power of 2 block size requirement by Vincent Fu · 3 months ago
  76. f0e85b4 Merge branch 'run_HSMR' of https://github.com/rorychen/fio-HSMR by Vincent Fu · 3 months ago
  77. 4e9eec4 libzbc: fix fio abort prematurely when encounting SOBR zones by rorychen · 3 months ago
  78. 7b1fa07 Merge branch 'prevent_large_trim_size_and_high_iodepth_causing_oom' of https://github.com/dennischerchang/fio by Vincent Fu · 3 months ago
  79. 397f133 fio: prevent OOM by not allocating buffer for TRIM range by Dennis Chang · 5 months ago
  80. 5a60411 Merge branch 'fix-trigger-timeout-segfault' of https://github.com/minwooim/fio by Jens Axboe · 3 months ago
  81. 6c1da67 verify: fix segfault in timedout teardown by Minwoo Im · 3 months ago
  82. d91ab44 Merge branch 'check-numberio-read-only' of https://github.com/minwooim/fio by Vincent Fu · 3 months ago
  83. 4d5b37d t/numberio_overlap: add overlap write verification tests by Minwoo Im · 4 months ago
  84. 770bafe libfio: reset nr_done_files when io_size > size by Minwoo Im · 4 months ago
  85. b876612 io_u: check wrap around `f->last_pos` for overlapped case by Minwoo Im · 4 months ago
  86. fdeb16e backend: update `total_bytes` for TD_DDIR_WRITE by Minwoo Im · 3 months ago
  87. 219f1c3 Merge branch 'arm-select-eintr' of https://github.com/alex310110/fio by Jens Axboe · 3 months ago
  88. c6bba47 Revert "backend: fix verify issue during readwrite" by Minwoo Im · 3 months ago
  89. 6d08311 helper_thread: Handle EINTR errno from select() by alex310110 · 3 months ago
  90. f4e9379 Merge branch 'anon-fault' by Jens Axboe · 4 months ago
  91. f04f3f3 engines/page_fault: minor style cleanups by Jens Axboe · 4 months ago anon-fault
  92. dceeff3 Documentation: update the documentation to include the page_fault engine by Nico Pache · 4 months ago
  93. f5ea7d9 page_fault: add mmap-backed ioengine for anonymous faults by Nico Pache · 4 months ago
  94. ab77643 Fio 3.42 by Jens Axboe · 4 months ago fio-3.42
  95. 7f8ef2f Merge branch 'ipo' of https://github.com/minwooim/fio by Jens Axboe · 4 months ago
  96. 8d0c391 iolog: free io_piece log on thread cleanup by Haeun Kim · 4 months ago
  97. d0218ba Merge branch 'fix_statsem_deadlock' of https://github.com/RyanTedrick/fio by Jens Axboe · 4 months ago
  98. 00084f9 Fix stat_sem/rusage_sem deadlock during stats collection by Ryan Tedrick · 4 months ago
  99. 698fa8f Merge branch 'fix-null-comm-prctl' of https://github.com/Criticayon/fio by Jens Axboe · 4 months ago
  100. 1bd762a Merge branch 'posix-errnos' of https://github.com/minwooim/fio by Vincent Fu · 4 months ago