summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)Author
2022-11-25io_uring: remove io_req_complete_post_twDylan Yudaken
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken
2022-11-25io_uring: make io_fill_cqe_aux staticDylan Yudaken
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-09-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2022-09-23io_uring: fix CQE reorderingPavel Begunkov
2022-09-21io_uring: disallow defer-tw run w/ no submittersPavel Begunkov
2022-09-21io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov
2022-09-21io_uring: ensure iopoll runs local task work as wellJens Axboe
2022-09-21io_uring: add local task_work run helper that is entered lockedJens Axboe
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken
2022-07-27io_uring: export req alloc from corePavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov
2022-07-24io_uring: export io_put_task()Pavel Begunkov
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken
2022-07-24io_uring: move list helpers to a separate filePavel Begunkov
2022-07-24io_uring: improve io_run_task_work()Pavel Begunkov
2022-07-24io_uring: consistent naming for inline completionPavel Begunkov
2022-07-24io_uring: add io_commit_cqring_flush()Pavel Begunkov
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov
2022-07-24io_uring: reshuffle io_uring/io_uring.hPavel Begunkov
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov
2022-07-24io_uring: deduplicate io_get_cqe() callsPavel Begunkov
2022-07-24io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov
2022-07-24io_uring: introduce io_req_cqe_overflow()Pavel Begunkov
2022-07-24io_uring: don't inline __io_get_cqe()Pavel Begunkov
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