t/io_uring: only calculate per-file depth if we have files
[fio.git] / io_u.h
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2024-02-15 Jens Axboeio_u: move number_trim to reclaim 8 bytes in struct...
2024-02-15 Ankit Kumartrim: add support for multiple ranges
2023-08-14 Ankit Kumario_u: move engine data out of union
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2023-07-03 Jens AxboeMerge branch 'libaio/actual_min_algo_update' of https...
2023-06-08 Shin'ichiro Kawasakizbd: fix write zone accounting of trim workload
2023-03-03 Vincent FuMerge branch 'fiologparser-fix' of https://github.com...
2023-02-28 Jens AxboeMerge branch 'doc-Clarify_Runtime_Param' of https:...
2023-02-28 Jens AxboeRevert "ioengines.c:346: td_io_queue: Assertion `res...
2023-02-28 Keith Buschfio: add fdp support for io_uring_cmd nvme engine
2023-02-28 Jens AxboeMerge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Of...
2023-02-28 Jens AxboeMerge branch 'Fix_Bad_Hdr_Rand_Seed_For_Requeued_IO...
2023-02-27 HorshackFix "verify bad_hdr rand_seed" for requeued I/Os
2023-02-18 Horshackioengines.c:346: td_io_queue: Assertion `res == 0'...
2022-02-03 Jens AxboeMerge branch 'fio_pr_alternate_epoch' of https://github...
2022-02-03 Jens AxboeMerge branch 'cifuzz-integration' of https://github...
2022-02-03 Jens AxboeMerge branch 'freebsd-comment-update' of https://github...
2022-02-03 Niklas Casselstat: report clat stats on a per priority granularity
2022-02-03 Niklas Casselcmdprio: add support for a new cmdprio_bssplit entry...
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-09-03 Damien Le Moalfio: Introduce the log_prio option
2020-09-07 Jens AxboeKill off old GUASI IO engine
2020-09-01 Shin'ichiro Kawasakizbd: Decrement open zones count at write command completion
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-11 Jens Axboeverify: use origina offset for verification
2020-04-07 Jens AxboeMerge branch 'rdma-fixes' of https://github.com/dmonakh...
2020-04-07 Damien Le Moalfio: Generalize zonemode=zbd
2020-01-23 Jens AxboeMerge branch 'priorityQueuing' of https://github.com...
2020-01-22 Phillip ChenPer-command priority: Priority logging and libaio/io_ur...
2019-02-24 Damien Le Moalzbd: Fix zone locking for async I/O engines
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-08-24 Jens AxboeMerge branch 'zbd'
2018-08-24 Bart Van AsscheIntroduce the io_u.post_submit callback function pointer
2018-08-21 Jeff Furlongio_u: residiual size should be unsigned long long
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-07-26 Jens AxboeMerge branch 'sgunmap2' of https://github.com/vincentkf...
2018-07-25 Jens AxboeMerge branch 'fio-histo-log-pctiles' of https://github...
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-23 Jeff FurlongAdd support for >= 4G block sizes
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-08 Jens AxboeRemove binject engine
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-29 Robert Elliottdebug: make debug=io readable with multiple threads
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [1/3] - add io_u.h