summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-25io_uring: include dying ring in task_work "should cancel" stateJens Axboe1-2/+2
2025-09-25io_uring: backport io_should_terminate_tw()Jens Axboe1-0/+13
2025-03-28io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe1-0/+2
2024-12-27io_uring/rw: avoid punting to io-wq directlyPavel Begunkov1-1/+0
2024-10-22io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-06-12io_uring: use the right type for work_llist empty checkJens Axboe1-1/+1
2024-06-12io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe1-2/+1
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe1-1/+0
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-03-10io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov1-1/+7
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov1-1/+0
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov1-1/+6
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe1-4/+11
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe1-2/+7
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov1-2/+2
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken1-2/+11
2022-10-13io_uring: optimise locking for local tw with submit_waitPavel Begunkov1-0/+7
2022-10-13io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov1-2/+9
2022-09-30io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe1-4/+4
2022-09-24io_uring: fix CQE reorderingPavel Begunkov1-3/+9
2022-09-21io_uring: disallow defer-tw run w/ no submittersPavel Begunkov1-7/+2
2022-09-21io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov1-0/+11
2022-09-21io_uring: ensure iopoll runs local task work as wellJens Axboe1-0/+6
2022-09-21io_uring: add local task_work run helper that is entered lockedJens Axboe1-0/+1
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken1-4/+25
2022-07-27io_uring: export req alloc from corePavel Begunkov1-0/+21
2022-07-25io_uring: flush notifiers after sendzcPavel Begunkov1-0/+10
2022-07-25io_uring: add zc notification infrastructurePavel Begunkov1-0/+2
2022-07-25io_uring: export io_put_task()Pavel Begunkov1-0/+10
2022-07-25io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe1-0/+5
2022-07-25io_uring: only trace one of complete or overflowDylan Yudaken1-4/+6
2022-07-25io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken1-1/+2
2022-07-25io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken1-0/+7
2022-07-25io_uring: remove priority tw list optimisationDylan Yudaken1-1/+0
2022-07-25io_uring: move list helpers to a separate filePavel Begunkov1-0/+1
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