summaryrefslogtreecommitdiff
path: root/io_uring/rw.h
AgeCommit message (Expand)Author
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2024-04-15io_uring/rw: add iovec recyclingJens Axboe
2024-04-15io_uring: get rid of struct io_rw_stateJens Axboe
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe
2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe