summaryrefslogtreecommitdiff
path: root/io_uring/rw.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov1-0/+2
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-2/+2
2025-02-28io_uring/rw: move fixed buffer import to issue pathKeith Busch1-0/+2
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-1/+2
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-11/+16
2024-12-23io_uring: introduce attributes for read/write and PI supportAnuj Gupta1-1/+13
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-5/+2
2024-04-15io_uring/rw: add iovec recyclingJens Axboe1-1/+2
2024-04-15io_uring: get rid of struct io_rw_stateJens Axboe1-7/+3
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe1-7/+12
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe1-0/+1
2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe1-0/+1
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe1-0/+2
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe1-0/+1
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov1-0/+1
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe1-0/+23