summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)Author
2023-06-23io_uring: make io_cq_unlock_post staticPavel Begunkov
2023-06-23io_uring: remove IOU_F_TWQ_FORCE_NORMALPavel Begunkov
2023-06-20io_uring: remove io_req_ffs_setChristoph Hellwig
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett
2023-05-04io_uring: Create a helper to return the SQE sizeBreno Leitao
2023-04-12io_uring: add irq lockdep checksPavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-06io_uring: add tw add flagsPavel Begunkov
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe
2023-01-29io_uring: refactor req allocationPavel Begunkov
2023-01-29io_uring: Enable KASAN for request cacheBreno Leitao
2023-01-29io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe
2023-01-29io_uring: don't export io_put_task()Pavel 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 io_run_local_work_lockedPavel Begunkov
2023-01-29io_uring: mark io_run_local_work staticPavel Begunkov
2023-01-29io_uring: move defer tw task checksPavel Begunkov
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov
2023-01-29io_uring: rearrange defer list checksPavel Begunkov
2023-01-03io_uring: lockdep annotate CQ lockingPavel Begunkov
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov
2022-12-07io_uring: skip spinlocking for ->task_completePavel Begunkov
2022-11-30io_uring: don't raw spin unlock to match cq_lockPavel Begunkov
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe
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