summaryrefslogtreecommitdiff
path: root/include/linux/io_uring_types.h
AgeCommit message (Expand)Author
2023-01-29io_uring: optimise ctx flags layoutPavel Begunkov
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov
2023-01-29io_uring: separate wq for ring pollingPavel Begunkov
2023-01-29io_uring: move submitter_task out of cold cachelinePavel Begunkov
2023-01-04io_uring: move 'poll_multi_queue' bool in io_ring_ctxJens Axboe
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov
2022-12-07io_uring: complete all requests in task contextPavel Begunkov
2022-11-25io_uring: allow defer completion for aux posted cqesDylan Yudaken
2022-10-12io_uring: remove notif leftoversPavel Begunkov
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-07-27io_uring: notification completion optimisationfor-5.20/io_uring-zerocopy-send-2022-07-29Pavel Begunkov
2022-07-24io_uring: cache struct io_notifPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov
2022-07-24io_uring: export io_put_task()Pavel Begunkov
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov
2022-07-24io_uring: lockless task listDylan Yudaken
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov
2022-07-24io_uring: move a few private types to local headersJens Axboe
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov