1. 4de5b26 Merge branch 'pr-free-td-init' of https://github.com/malikoyv/fio by Jens Axboe · 2 weeks ago master
  2. ee73303 init: fix memory leaks reported by LeakSanitizer by Yehor Malikov · 2 weeks ago
  3. 3ea531d Merge branch 't_io_uring_htlb' of https://github.com/ming1/fio by Jens Axboe · 3 weeks ago
  4. 95b7f86 t/io_uring: add --hugetlb option for hugetlbfs IO buffers by Ming Lei · 4 weeks ago
  5. 72156dc Merge branch 'codex/cgroup-path-overflows' of https://github.com/linuxholic/fio by Jens Axboe · 4 weeks ago
  6. 6292179 cgroup: fix path buffer overflows for long cgroup names by yangpeng · 4 weeks ago
  7. a95f84c sprandom: relax power of 2 block size requirement by Vincent Fu · 5 weeks ago
  8. f0e85b4 Merge branch 'run_HSMR' of https://github.com/rorychen/fio-HSMR by Vincent Fu · 5 weeks ago
  9. 4e9eec4 libzbc: fix fio abort prematurely when encounting SOBR zones by rorychen · 5 weeks ago
  10. 7b1fa07 Merge branch 'prevent_large_trim_size_and_high_iodepth_causing_oom' of https://github.com/dennischerchang/fio by Vincent Fu · 5 weeks ago
  11. 397f133 fio: prevent OOM by not allocating buffer for TRIM range by Dennis Chang · 3 months ago
  12. 5a60411 Merge branch 'fix-trigger-timeout-segfault' of https://github.com/minwooim/fio by Jens Axboe · 5 weeks ago
  13. 6c1da67 verify: fix segfault in timedout teardown by Minwoo Im · 6 weeks ago
  14. d91ab44 Merge branch 'check-numberio-read-only' of https://github.com/minwooim/fio by Vincent Fu · 6 weeks ago
  15. 4d5b37d t/numberio_overlap: add overlap write verification tests by Minwoo Im · 10 weeks ago
  16. 770bafe libfio: reset nr_done_files when io_size > size by Minwoo Im · 10 weeks ago
  17. b876612 io_u: check wrap around `f->last_pos` for overlapped case by Minwoo Im · 2 months ago
  18. fdeb16e backend: update `total_bytes` for TD_DDIR_WRITE by Minwoo Im · 6 weeks ago
  19. 219f1c3 Merge branch 'arm-select-eintr' of https://github.com/alex310110/fio by Jens Axboe · 6 weeks ago
  20. c6bba47 Revert "backend: fix verify issue during readwrite" by Minwoo Im · 6 weeks ago
  21. 6d08311 helper_thread: Handle EINTR errno from select() by alex310110 · 6 weeks ago
  22. f4e9379 Merge branch 'anon-fault' by Jens Axboe · 8 weeks ago
  23. f04f3f3 engines/page_fault: minor style cleanups by Jens Axboe · 8 weeks ago anon-fault
  24. dceeff3 Documentation: update the documentation to include the page_fault engine by Nico Pache · 8 weeks ago
  25. f5ea7d9 page_fault: add mmap-backed ioengine for anonymous faults by Nico Pache · 8 weeks ago
  26. ab77643 Fio 3.42 by Jens Axboe · 8 weeks ago fio-3.42
  27. 7f8ef2f Merge branch 'ipo' of https://github.com/minwooim/fio by Jens Axboe · 8 weeks ago
  28. 8d0c391 iolog: free io_piece log on thread cleanup by Haeun Kim · 8 weeks ago
  29. d0218ba Merge branch 'fix_statsem_deadlock' of https://github.com/RyanTedrick/fio by Jens Axboe · 8 weeks ago
  30. 00084f9 Fix stat_sem/rusage_sem deadlock during stats collection by Ryan Tedrick · 8 weeks ago
  31. 698fa8f Merge branch 'fix-null-comm-prctl' of https://github.com/Criticayon/fio by Jens Axboe · 2 months ago
  32. 1bd762a Merge branch 'posix-errnos' of https://github.com/minwooim/fio by Vincent Fu · 2 months ago
  33. 46c90e3 backend: guard prctl(PR_SET_NAME) against NULL thread name by Criticayon Black · 2 months ago
  34. 2d31d48 fio.h: treat io_size > size as offset overlap risk by Minwoo Im · 2 months ago
  35. 7b003c1 options: add support more POSIX errnos by Minwoo Im · 8 months ago
  36. 4db5740 stat: improve latency target reporting by Vincent Fu · 3 months ago
  37. 3a0e8dd backend: correctly handle rate_iops combined with bssplit by Dmitry Fomichev · 3 months ago
  38. 6d7eba0 ci: switch to upload-artifact@v6 by Vincent Fu · 3 months ago
  39. e0b93f9 ci: switch to actions/checkout@v6 by Vincent Fu · 3 months ago
  40. af979bd fio: specify filename for --bandwidth-log option by Vincent Fu · 3 months ago
  41. fa23c09 Merge branch 'push-lnvrzuqpnylp' of https://github.com/msuozzo/fio by Jens Axboe · 3 months ago
  42. 7aeef09 options: fix heap-use-after-free in ioengine_so_path by Matthew Suozzo · 3 months ago
  43. 5d15185 t/zbd: avoid test case 71 failure with write_zone_remainder option by Shin'ichiro Kawasaki · 3 months ago
  44. 5e7b049 t/zbd: avoid test case 33 failure with write_zone_remainder option by Shin'ichiro Kawasaki · 3 months ago
  45. 861e92b t/zbd: avoid test case 14 failure with write_zone_remainder option by Shin'ichiro Kawasaki · 3 months ago
  46. ceb1aa5 t/zbd: add -m option to enable write_zone_remainder option by Shin'ichiro Kawasaki · 3 months ago
  47. 90db0c7 doc: explain the option write_zone_remainder by Shin'ichiro Kawasaki · 3 months ago
  48. 3e64488 zbd: introduce write_zone_remainder option by Shin'ichiro Kawasaki · 3 months ago
  49. 09c99cd zbd: fix write zone accounting by Shin'ichiro Kawasaki · 3 months ago
  50. 8eb42eb zbd: fix zone selection of random writes by Shin'ichiro Kawasaki · 3 months ago
  51. ccf9f41 Merge branch 'prof-use-after-free-fix' of https://github.com/jsemric/fio by Jens Axboe · 3 months ago
  52. 4fb1ef3 Fix use-after-free of idle_prof_common variable by Jakub Semrič · 3 months ago
  53. a7554ee engines: posixaio: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  54. fdc5efb engines: ftruncate: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  55. 0ffdffe engines: fileoperations: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  56. 95cf3a6 engines: fallocate: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  57. 126e010 engines: io_uring: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  58. 1029cb7 engines: libaio: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  59. 53a8cd6 engines: sync: add support for DDIR_SYNCFS by Damien Le Moal · 3 months ago
  60. 4d3aaa4 fio: introduce the end_syncfs option by Damien Le Moal · 3 months ago
  61. 411de8e Merge branch 'offload_stability' of https://github.com/tomas-winkler-sndk/fio by Jens Axboe · 3 months ago
  62. 2349972 time: fix ramp completion offload workers by Chana Zaks · 4 months ago
  63. 609b78a libfio: fix crash when io_submit_mode=offload by Tomas Winkler · 4 months ago
  64. 1a04e57 stat: Remove duplicate space in __show_run_stats() by Niklas Cassel · 4 months ago
  65. 355be38 io_u: Fix inconsistent handling of non-fatal errors with option error_dump by Niklas Cassel · 4 months ago
  66. 0f5f636 fio: Fix error string not matching errno by Niklas Cassel · 4 months ago
  67. 05b2e9f fio: bump server version for new option by Vincent Fu · 4 months ago
  68. 33822fc Merge branch 'sprandom-cache-implementation' of https://github.com/cachyyyk/fio-spr-cache by Vincent Fu · 4 months ago
  69. 546875b SPRandom Cache Size Behavior Implementation by Charles Henry · 4 months ago
  70. 6783ccc options: ensure callback handlers handle NULL input by Jens Axboe · 4 months ago
  71. d943089 Revert "parse: check for NULL input" by Jens Axboe · 4 months ago
  72. 9387e61 parse: check for NULL input by Jens Axboe · 4 months ago
  73. a8ab726 Merge branch 'offload_fix' of https://github.com/tomas-winkler-sndk/fio by Jens Axboe · 4 months ago
  74. 736c201 workqueue: fix threads stall when running with io_submit_mode offload by Chana Zaks · 4 months ago
  75. 5e5975a Merge branch 'sprandom-fix' of https://github.com/tomas-winkler-sndk/fio by Vincent Fu · 4 months ago
  76. 49c1051 fio: sprandom: append newline to error message by Tomas Winkler · 4 months ago
  77. a50d7ce Merge branch 'fix-fork-memleak' of https://github.com/malikoyv/fio by Jens Axboe · 4 months ago
  78. ada82d7 backend: remove premature free of td->eo in parent process by Yehor Malikov · 4 months ago
  79. 2d95302 Merge branch 'job-process-comm' of https://github.com/robertbaldyga/fio by Jens Axboe · 4 months ago
  80. 0b554ec Add option to specify job process comm by Robert Baldyga · 4 months ago
  81. 13b8ee3 engines/io_uring: don't flag iowait for GET_EVENTS if feasible by Jens Axboe · 4 months ago
  82. e2e90ae Merge branch 'issue_1499' of https://github.com/gautammenghani/fio by Vincent Fu · 4 months ago
  83. bfe306e Fixups for rbd luks support by Jens Axboe · 4 months ago
  84. 26cb608 Merge branch 'rbd-encryption-support' of https://github.com/Greenpepper15/fio by Jens Axboe · 4 months ago
  85. 067ffa4 engines/rbd: add support for LUKS encryption by David Mohren · 4 months ago
  86. 2625269 Merge branch 'io_uring_zbc_support' of https://github.com/mannanal/fio by Jens Axboe · 4 months ago
  87. e2d1cce test: add test for switching to tausworthe64 by Vincent Fu · 4 months ago
  88. 6f6460e init: move random seed debug prints by Vincent Fu · 5 months ago
  89. 1d282ba fio: make sure that child process output is comitted by Vincent Fu · 5 months ago
  90. 23a8d27 man: Update the description for `verify_only` explaining phantom writes by Gautam Menghani · 5 months ago
  91. 7a1b6f4 filesetup: switch to tausworthe64 for real if limits exceeded by Vincent Fu · 5 months ago
  92. 059e8c6 fio: improve comment for offset_state by Vincent Fu · 5 months ago
  93. e9d688d fio: rename random_state to offset_state by Vincent Fu · 5 months ago
  94. ae53862 init: make trim_state always a 32-bit random generator by Vincent Fu · 5 months ago
  95. a205b68 init: make fdp_state rand generator always 32 bits by Vincent Fu · 5 months ago
  96. 8802c9d Add ZBD (Zoned Block Device) support to io_uring engine by Vishal Jose Mannanal · 5 months ago
  97. adeceb8 Merge branch 'sync-fileop' of https://github.com/struschev/fio by Jens Axboe · 5 months ago
  98. 119c948 Merge branch 'patch-1' of https://github.com/CookiePLMonster/fio by Jens Axboe · 5 months ago
  99. 14902fc windows: fix Y2038 bug caused by 32 bit truncation by Silent · 5 months ago
  100. d0a2fbb t/io_uring: enable setting an opcode and register opcode filter by Jens Axboe · 5 months ago