fio.git
20 hours ago Jens AxboeMerge branch 'fix_verify-state' of https://github.com... master
22 hours ago Sitsofe Wheelert/verify-state: improve verify state inflight output
22 hours ago Sitsofe Wheelert/verify-state: synchronise verify state version
25 hours ago Vincent Fusprandom: wait to free validity_dist
43 hours ago Vincent FuMerge branch 'sprandom-fixes' of https://github.com...
5 days ago Tomas Winklersprandom: drop validity_dist after use
8 days ago Tomas Winklersprandom: free invalid_pct buffer
8 days ago Tomas Winklersprandom: fix debug printout for offset
8 days ago Tomas Winklersprandom: setup SPRandom before total_io_size is computed
9 days ago Jens AxboeMerge branch 'patch-1' of https://github.com/neheb/fio
9 days ago Rosen Penevfio: fix formats under MIPS64/PPC
11 days ago Vincent FuMerge branch 'fix_mandoc_warnings' of https://github...
12 days ago Sitsofe Wheelerman: update date
12 days ago Sitsofe Wheelerman: fix mandoc "PP empty" warnings
12 days ago Sitsofe Wheelerman: fix mandoc lint errors
2025-08-22 Vincent Fuverify: use new buffer for threads with %o format
2025-08-22 Vincent Fusprandom: abort when invalid options specified
2025-08-22 Vincent FuMerge branch 'sprandom' of https://github.com/tomas...
2025-08-21 Jens AxboeKill of IO engine cancelation support
2025-08-21 Jens Axboebackend: call IO engine post-init after file creation
2025-08-21 Jens Axboeengines/libaio: enable libaio fsync
2025-08-20 Tomas Winklerengines: make engines static-correct
2025-08-20 Tomas Winklerengines/http: make fio_http_getevents static
2025-08-20 Tomas Winklerstat: make stat.c static and const-correct
2025-08-20 Tomas Winklersprandom: integrate sprandom_get_next_offset() into...
2025-08-20 Tomas Winklersprandom: initialize sprandom for file
2025-08-20 Tomas Winklersprandom: implement sprandom_get_next_offset()
2025-08-20 Tomas Winklersprandom: initialize random state
2025-08-20 Tomas Winklerunittests: add pcbuf simple unit test
2025-08-20 Tomas Winklersprandom: pcbuf.h add two-phase circular buffer header...
2025-08-20 Tomas Winklerunittests: add bytes2str_simple()
2025-08-20 Tomas Winklernum2str: add bytes2str_simple()
2025-08-20 Tomas Winklersprandom: set up LFSR random generator and disable...
2025-08-20 Tomas Winklersprandom: implement region computation and invalidation...
2025-08-20 Tomas Winklersprandom: examples: add sprandom example file
2025-08-20 Tomas Winklersprandom: add debug facility
2025-08-20 Tomas Winklersprandom: add command line options
2025-08-19 Vincent FuMerge branch 'fix-install-paths' of https://github...
2025-08-18 Vincent FuMerge branch 'http-range-header' of https://github...
2025-08-11 Renar Narubinengines/http: Add support for range reads
2025-08-11 Vincent Fuconfigure: skip isal64 check when isal check fails
2025-08-11 Vincent Fuengines/io_uring: fix memory leaks during init
2025-08-11 Vincent Fuengines/io_uring: fix error value
2025-08-10 Kubo SaburoMakefile: fix man and share install paths on macOS
2025-08-09 Shin'ichiro... verify: bump up verify state file version
2025-08-09 Shin'ichiro... verify: fix write tracking in error cases
2025-08-07 Vincent Fucrc: use ISA-L for crc64 NVMe if available
2025-08-05 Jens Axboeioengines: bump version number
2025-08-05 Jens AxboeMerge branch 'verify_inflight' of https://github.com...
2025-08-02 Vincent Fut/io_uring_pi: test script for io_uring PI
2025-08-02 Vincent Fuengines/io_uring: support r/w with metadata
2025-08-02 Vincent Fuengines/io_uring: fill in guard generation options...
2025-08-02 Vincent Fuengines/io_uring: simplify io_u_free
2025-08-02 Vincent Fuengines/nvme: refactor filling protection information
2025-08-02 Vincent Fuengines/nvme: move inline functions from .c to .h file
2025-08-02 Vincent Fuengines/io_uring: store ioengine id in ioengine data
2025-07-31 Tomas Winklereta: convert skip_eta() to ANSI C declaration
2025-07-31 Tomas Winklerfilesetup: make longest_existing_path() static and...
2025-07-30 Riley Thomassonverify: add versioning to verify_header
2025-07-30 Riley Thomassonverify: clear inflight log in between loops
2025-07-30 Riley Thomassonverify: plumb inflight write information through verify...
2025-07-30 Riley Thomassonverify: rework write tracking for use with verify_save_...
2025-07-28 Riley Thomassonverify: make numberio uint64_t
2025-07-23 Jens Axboeengines/io_uring: don't duplicate open/close file code
2025-07-23 Jens Axboeengines/io_uring: code cleanup
2025-07-23 Jens Axboeengines/io_uring: cleanup fio_ioring_cmd_open_file()
2025-07-23 Jens Axboeengines/io_uring: io_uring engine type cleanups
2025-07-23 Jens Axboeengines/io_uring: get rid of silly strcmp() calls for...
2025-07-22 Vincent FuMerge branch 'filetype-option' of https://github.com...
2025-07-22 Sergey Truschevfio: add filetype option
2025-07-18 Jens AxboeMerge branch 'fix/io_uring-cq-reap' of https://github...
2025-07-17 Caleb Sander... engines/io_uring: relax CQ head atomic store ordering
2025-07-17 Caleb Sander... arch: add atomic_store_relaxed()
2025-07-17 Caleb Sander... engines/io_uring: simplify getevents control flow
2025-07-17 Caleb Sander... engines/io_uring: return unsigned from fio_ioring_cqrin...
2025-07-17 Caleb Sander... engines/io_uring: remove loop over CQEs in fio_ioring_c...
2025-07-17 Caleb Sander... engines/io_uring: consolidate fio_ioring_cqring_reap...
2025-07-17 Caleb Sander... Revert "engines/io_uring: update getevents max to refle...
2025-07-16 Vincent FuMerge branch 'fsync-get-io-u-from-freelist' of https...
2025-07-14 Jonghwi Jeongio_u: get io_u from io_u_freelist when TD_FSYNCING
2025-07-09 Jens AxboeMerge branch 'security-token' of https://github.com...
2025-07-08 Renar Narubinengines/http: Add S3 security token support
2025-07-08 Jens AxboeMerge branch 'http-filename-fix' of https://github...
2025-06-30 Renar Narubinengines/http: fix file name
2025-06-30 Jens AxboeMerge branch 'fix-randtrimwrite' of https://github...
2025-06-29 Jungwon Leeio_u: fix offset calculation in randtrimwrite
2025-06-23 Vincent Fuwindows: drop nanosleep and clock_gettime
2025-06-23 Vincent FuMerge branch 'fix-random-distribution-parsing-failure...
2025-06-23 Jens AxboeMerge branch 'fix_real_file_size_when_pi_is_enabled...
2025-06-23 suho.sonio_uring: ensure accurate real_file_size setup for...
2025-06-19 Leonid Kozlovparse: use minimum delimiter distance
2025-06-05 Vincent Fubackend: clean up requeued io_u's
2025-06-02 Vincent Fuioengines: clear in-flight bit for FIO_Q_BUSY syncs
2025-06-02 Vincent Fut/verify: skip crc7 when running checksum tests
2025-05-31 Jens AxboeMerge branch 'opt/io_uring-sq-full-check' of https...
2025-05-31 Caleb Sander... engines/io_uring: remove unnecessary SQ full check
2025-05-23 Runa Guo-ocAdd Zhaoxin support to enable tsc_reliable and arch_ran...
2025-05-20 Jens AxboeFio 3.40 fio-3.40
2025-05-16 Vincent Fut/verify: add tests to exercise verify_pattern_interval
2025-05-16 Vincent Fut/verify: Windows --output work-around
next