summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)Author
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov
2022-07-24io_uring: move small helpers to headersPavel Begunkov
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: move cancelation into its own fileJens Axboe
2022-07-24io_uring: move poll handling into its own fileJens Axboe
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe
2022-07-24io_uring: move uring_cmd handling to its own fileJens Axboe
2022-07-24io_uring: split out open/close operationsJens Axboe
2022-07-24io_uring: split out splice related operationsJens Axboe
2022-07-24io_uring: handle completions in the coreJens Axboe
2022-07-24io_uring: set completion results upfrontJens Axboe