summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-25io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-25io_uring: consistent naming for inline completionPavel Begunkov1-1/+9
2022-07-25io_uring: add io_commit_cqring_flush()Pavel Begunkov1-0/+6
2022-07-25io_uring: introduce locking helpers for CQE postingPavel Begunkov1-1/+8
2022-07-25io_uring: remove ->flush_cqes optimisationPavel Begunkov1-2/+0
2022-07-25io_uring: reshuffle io_uring/io_uring.hPavel Begunkov1-48/+47
2022-07-25io_uring: make io_uring_types.h publicPavel Begunkov1-1/+3
2022-07-25io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov1-6/+2
2022-07-25io_uring: deduplicate io_get_cqe() callsPavel Begunkov1-25/+13
2022-07-25io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov1-6/+5
2022-07-25io_uring: introduce io_req_cqe_overflow()Pavel Begunkov1-10/+2
2022-07-25io_uring: don't inline __io_get_cqe()Pavel Begunkov1-35/+1
2022-07-25io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov1-2/+1
2022-07-25io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov1-5/+0
2022-07-25io_uring: move small helpers to headersPavel Begunkov1-0/+22
2022-07-25io_uring: move read/write related opcodes to its own fileJens Axboe1-0/+131
2022-07-25io_uring: move remaining file table manipulation to filetable.cJens Axboe1-4/+0
2022-07-25io_uring: move rsrc related data, core, and commandsJens Axboe1-5/+1
2022-07-25io_uring: split provided buffers handling into its own fileJens Axboe1-35/+1
2022-07-25io_uring: move cancelation into its own fileJens Axboe1-1/+0
2022-07-25io_uring: move poll handling into its own fileJens Axboe1-0/+32
2022-07-25io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe1-0/+4
2022-07-25io_uring: move SQPOLL related handling into its own fileJens Axboe1-0/+34
2022-07-25io_uring: move timeout opcodes and handling into its own fileJens Axboe1-1/+12
2022-07-25io_uring: split network related opcodes into its own fileJens Axboe1-0/+22
2022-07-25io_uring: move uring_cmd handling to its own fileJens Axboe1-0/+9
2022-07-25io_uring: split out open/close operationsJens Axboe1-0/+32
2022-07-25io_uring: split out splice related operationsJens Axboe1-0/+19
2022-07-25io_uring: handle completions in the coreJens Axboe1-0/+5
2022-07-25io_uring: set completion results upfrontJens Axboe1-0/+13