aboutsummaryrefslogtreecommitdiffstats
path: root/io_u.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-15io_u: move number_trim to reclaim 8 bytes in struct io_uJens Axboe1-4/+5
2024-02-15trim: add support for multiple rangesAnkit Kumar1-0/+4
2023-08-14io_u: move engine data out of unionAnkit Kumar1-1/+1
2023-06-08zbd: fix write zone accounting of trim workloadShin'ichiro Kawasaki1-1/+1
2023-02-28Revert "ioengines.c:346: td_io_queue: Assertion `res == 0' failed"Jens Axboe1-1/+0
2023-02-28fio: add fdp support for io_uring_cmd nvme engineKeith Busch1-0/+3
2023-02-28Merge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Offload' of https://gith...Jens Axboe1-1/+2
2023-02-27Fix "verify bad_hdr rand_seed" for requeued I/OsHorshack1-0/+1
2023-02-18ioengines.c:346: td_io_queue: Assertion `res == 0' failedHorshack1-0/+1
2022-02-03stat: report clat stats on a per priority granularityNiklas Cassel1-2/+0
2022-02-03cmdprio: add support for a new cmdprio_bssplit entry formatNiklas Cassel1-0/+1
2021-09-03fio: Introduce the log_prio optionDamien Le Moal1-3/+7
2020-09-07Kill off old GUASI IO engineJens Axboe1-6/+0
2020-09-01zbd: Decrement open zones count at write command completionShin'ichiro Kawasaki1-2/+3
2020-08-10verify: use origina offset for verificationJens Axboe1-1/+2
2020-04-07fio: Generalize zonemode=zbdDamien Le Moal1-2/+0
2020-01-22Per-command priority: Priority logging and libaio/io_uring cmdprio_percentagePhillip Chen1-0/+3
2019-02-23zbd: Fix zone locking for async I/O enginesDamien Le Moal1-3/+14
2018-08-24Introduce the io_u.post_submit callback function pointerBart Van Assche1-0/+6
2018-08-21io_u: residiual size should be unsigned long longJeff Furlong1-1/+1
2018-07-23Add support for >= 4G block sizesJeff Furlong1-7/+7
2018-04-08Remove binject engineJens Axboe1-3/+0
2018-03-21Refactor #includes and headersSitsofe Wheeler1-1/+0
2017-12-29debug: make debug=io readable with multiple threadsRobert Elliott1-5/+10
2017-06-21nanosecond: initial commit changing timeval to timespecVincent Fu1-2/+2
2017-03-28Separate io_u from ioengine [1/3] - add io_u.hTomohiro Kusumi1-0/+179