summaryrefslogtreecommitdiffstats
path: root/io_uring/rw.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-5/+2
* io_uring/rw: add iovec recyclingJens Axboe2024-04-151-1/+2
* io_uring: get rid of struct io_rw_stateJens Axboe2024-04-151-7/+3
* io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-151-7/+12
* io_uring/rw: add separate prep handler for fixed read/writeJens Axboe2023-11-061-0/+1
* io_uring/rw: add separate prep handler for readv/writevJens Axboe2023-11-061-0/+1
* io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe2023-09-211-0/+2
* io_uring: avoid indirect function calls for the hottest task_workJens Axboe2023-06-021-0/+1
* io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-09-211-0/+1
* io_uring: move read/write related opcodes to its own fileJens Axboe2022-07-241-0/+23