summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-141-11/+0
* io_uring: skip spinlocking for ->task_completePavel Begunkov2022-12-071-1/+9
* io_uring: don't raw spin unlock to match cq_lockPavel Begunkov2022-11-301-0/+5
* Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe2022-11-291-14/+29
|\
| * io_uring: remove io_req_complete_post_twDylan Yudaken2022-11-251-7/+0
| * io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken2022-11-251-2/+1
| * io_uring: make io_fill_cqe_aux staticDylan Yudaken2022-11-251-2/+0
| * io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken2022-11-251-0/+2
| * io_uring: defer all io_req_complete_failedDylan Yudaken2022-11-251-1/+1
| * io_uring: iopoll protect complete_postPavel Begunkov2022-11-231-2/+8
| * io_uring: remove io_req_tw_post_queuePavel Begunkov2022-11-231-1/+7
| * io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-221-4/+11
| * io_uring: inline __io_req_complete_post()Pavel Begunkov2022-11-211-1/+0
| * io_uring: inline io_req_task_work_add()Pavel Begunkov2022-11-211-1/+6
* | io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe2022-11-251-2/+7
|/
* io_uring: fix multishot accept request leaksPavel Begunkov2022-11-171-2/+2
* io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-271-2/+11
* io_uring: optimise locking for local tw with submit_waitPavel Begunkov2022-10-121-0/+7
* io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov2022-10-121-2/+9
* io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2022-09-291-4/+4
* io_uring: fix CQE reorderingPavel Begunkov2022-09-231-3/+9
* io_uring: disallow defer-tw run w/ no submittersPavel Begunkov2022-09-211-7/+2
* io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov2022-09-211-0/+11
* io_uring: ensure iopoll runs local task work as wellJens Axboe2022-09-211-0/+6
* io_uring: add local task_work run helper that is entered lockedJens Axboe2022-09-211-0/+1
* io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-211-4/+25
* io_uring: export req alloc from corePavel Begunkov2022-07-271-0/+21
* io_uring: flush notifiers after sendzcPavel Begunkov2022-07-241-0/+10
* io_uring: add zc notification infrastructurePavel Begunkov2022-07-241-0/+2
* io_uring: export io_put_task()Pavel Begunkov2022-07-241-0/+10
* io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe2022-07-241-0/+5
* io_uring: only trace one of complete or overflowDylan Yudaken2022-07-241-4/+6
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-241-1/+2
* io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2022-07-241-0/+7
* io_uring: remove priority tw list optimisationDylan Yudaken2022-07-241-1/+0
* io_uring: move list helpers to a separate filePavel Begunkov2022-07-241-0/+1
* io_uring: improve io_run_task_work()Pavel Begunkov2022-07-241-1/+1
* io_uring: consistent naming for inline completionPavel Begunkov2022-07-241-1/+9
* io_uring: add io_commit_cqring_flush()Pavel Begunkov2022-07-241-0/+6
* io_uring: introduce locking helpers for CQE postingPavel Begunkov2022-07-241-1/+8
* io_uring: remove ->flush_cqes optimisationPavel Begunkov2022-07-241-2/+0
* io_uring: reshuffle io_uring/io_uring.hPavel Begunkov2022-07-241-48/+47
* io_uring: make io_uring_types.h publicPavel Begunkov2022-07-241-1/+3
* io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov2022-07-241-6/+2
* io_uring: deduplicate io_get_cqe() callsPavel Begunkov2022-07-241-25/+13
* io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov2022-07-241-6/+5
* io_uring: introduce io_req_cqe_overflow()Pavel Begunkov2022-07-241-10/+2
* io_uring: don't inline __io_get_cqe()Pavel Begunkov2022-07-241-35/+1
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-241-2/+1