aboutsummaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workGravatar Jens Axboe 1-2/+1
2022-12-14io_uring: revise completion_lock lockingGravatar Pavel Begunkov 1-11/+0
2022-12-07io_uring: skip spinlocking for ->task_completeGravatar Pavel Begunkov 1-1/+9
2022-11-30io_uring: don't raw spin unlock to match cq_lockGravatar Pavel Begunkov 1-0/+5
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextGravatar Jens Axboe 1-14/+29
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableGravatar Jens Axboe 1-2/+7
2022-11-25io_uring: remove io_req_complete_post_twGravatar Dylan Yudaken 1-7/+0
2022-11-25io_uring: remove overflow param from io_post_aux_cqeGravatar Dylan Yudaken 1-2/+1
2022-11-25io_uring: make io_fill_cqe_aux staticGravatar Dylan Yudaken 1-2/+0
2022-11-25io_uring: add io_aux_cqe which allows deferred completionGravatar Dylan Yudaken 1-0/+2
2022-11-25io_uring: defer all io_req_complete_failedGravatar Dylan Yudaken 1-1/+1
2022-11-23io_uring: iopoll protect complete_postGravatar Pavel Begunkov 1-2/+8
2022-11-23io_uring: remove io_req_tw_post_queueGravatar Pavel Begunkov 1-1/+7
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsGravatar Jens Axboe 1-4/+11
2022-11-21io_uring: inline __io_req_complete_post()Gravatar Pavel Begunkov 1-1/+0
2022-11-21io_uring: inline io_req_task_work_add()Gravatar Pavel Begunkov 1-1/+6
2022-11-17io_uring: fix multishot accept request leaksGravatar Pavel Begunkov 1-2/+2
2022-10-27io_uring: unlock if __io_run_local_work locked insideGravatar Dylan Yudaken 1-2/+11
2022-10-12io_uring: optimise locking for local tw with submit_waitGravatar Pavel Begunkov 1-0/+7
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addGravatar Pavel Begunkov 1-2/+9
2022-09-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-4/+4
2022-09-23io_uring: fix CQE reorderingGravatar Pavel Begunkov 1-3/+9
2022-09-21io_uring: disallow defer-tw run w/ no submittersGravatar Pavel Begunkov 1-7/+2
2022-09-21io_uring: further limit non-owner defer-tw cq waitingGravatar Pavel Begunkov 1-0/+11
2022-09-21io_uring: ensure iopoll runs local task work as wellGravatar Jens Axboe 1-0/+6
2022-09-21io_uring: add local task_work run helper that is entered lockedGravatar Jens Axboe 1-0/+1
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNGravatar Dylan Yudaken 1-4/+25
2022-07-27io_uring: export req alloc from coreGravatar Pavel Begunkov 1-0/+21
2022-07-24io_uring: flush notifiers after sendzcGravatar Pavel Begunkov 1-0/+10
2022-07-24io_uring: add zc notification infrastructureGravatar Pavel Begunkov 1-0/+2
2022-07-24io_uring: export io_put_task()Gravatar Pavel Begunkov 1-0/+10
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadGravatar Jens Axboe 1-0/+5
2022-07-24io_uring: only trace one of complete or overflowGravatar Dylan Yudaken 1-4/+6
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeGravatar Dylan Yudaken 1-1/+2
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeGravatar Dylan Yudaken 1-0/+7
2022-07-24io_uring: remove priority tw list optimisationGravatar Dylan Yudaken 1-1/+0
2022-07-24io_uring: move list helpers to a separate fileGravatar Pavel Begunkov 1-0/+1
2022-07-24io_uring: improve io_run_task_work()Gravatar Pavel Begunkov 1-1/+1
2022-07-24io_uring: consistent naming for inline completionGravatar Pavel Begunkov 1-1/+9
2022-07-24io_uring: add io_commit_cqring_flush()Gravatar Pavel Begunkov 1-0/+6
2022-07-24io_uring: introduce locking helpers for CQE postingGravatar Pavel Begunkov 1-1/+8
2022-07-24io_uring: remove ->flush_cqes optimisationGravatar Pavel Begunkov 1-2/+0
2022-07-24io_uring: reshuffle io_uring/io_uring.hGravatar Pavel Begunkov 1-48/+47
2022-07-24io_uring: make io_uring_types.h publicGravatar Pavel Begunkov 1-1/+3
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Gravatar Pavel Begunkov 1-6/+2
2022-07-24io_uring: deduplicate io_get_cqe() callsGravatar Pavel Begunkov 1-25/+13
2022-07-24io_uring: deduplicate __io_fill_cqe_req tracingGravatar Pavel Begunkov 1-6/+5
2022-07-24io_uring: introduce io_req_cqe_overflow()Gravatar Pavel Begunkov 1-10/+2
2022-07-24io_uring: don't inline __io_get_cqe()Gravatar Pavel Begunkov 1-35/+1
2022-07-24io_uring: don't expose io_fill_cqe_aux()Gravatar Pavel Begunkov 1-2/+1