summaryrefslogtreecommitdiff
path: root/include/linux/io_uring_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe1-1/+1
2023-01-30io_uring: optimise ctx flags layoutPavel Begunkov1-3/+3
2023-01-30io_uring: add io_req_local_work_add wake fast pathPavel Begunkov1-0/+1
2023-01-30io_uring: add lazy poll_wq activationPavel Begunkov1-0/+2
2023-01-30io_uring: separate wq for ring pollingPavel Begunkov1-1/+1
2023-01-30io_uring: move submitter_task out of cold cachelinePavel Begunkov1-5/+5
2023-01-04io_uring: move 'poll_multi_queue' bool in io_ring_ctxJens Axboe1-1/+2
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov1-0/+1
2022-12-07io_uring: complete all requests in task contextPavel Begunkov1-0/+2
2022-11-25io_uring: allow defer completion for aux posted cqesDylan Yudaken1-0/+2
2022-10-13io_uring: remove notif leftoversPavel Begunkov1-5/+0
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken1-0/+2
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken1-0/+2
2022-08-13io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-1/+8
2022-07-27io_uring: notification completion optimisationPavel Begunkov1-7/+0
2022-07-25io_uring: cache struct io_notifPavel Begunkov1-0/+7
2022-07-25io_uring: add zc notification infrastructurePavel Begunkov1-0/+5
2022-07-25io_uring: export io_put_task()Pavel Begunkov1-0/+25
2022-07-25io_uring: add netmsg cacheJens Axboe1-2/+4
2022-07-25io_uring: impose max limit on apoll cacheJens Axboe1-0/+1
2022-07-25io_uring: add abstraction around apoll cacheJens Axboe1-1/+5
2022-07-25io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+3
2022-07-25io_uring: fuse fallback_node and normal tw nodePavel Begunkov1-4/+1
2022-07-25io_uring: lockless task listDylan Yudaken1-1/+1
2022-07-25io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov1-0/+2
2022-07-25io_uring: remove ->flush_cqes optimisationPavel Begunkov1-1/+0
2022-07-25io_uring: move a few private types to local headersJens Axboe1-18/+0
2022-07-25io_uring: make io_uring_types.h publicPavel Begunkov1-0/+554