summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-11-30io_uring: combine poll tw handlersPavel Begunkov1-33/+21
2022-11-30io_uring: improve poll warning handlingPavel Begunkov1-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov1-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov1-19/+22
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov1-2/+0
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe12-183/+291
2022-11-25use less confusing names for iov_iter direction initializersAl Viro2-12/+12
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe1-2/+7
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma1-1/+2
2022-11-25io_uring/filetable: fix file reference underflowLin Ma1-2/+0
2022-11-25io_uring: make poll refs more robustPavel Begunkov1-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov1-5/+3
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel Begunkov1-2/+9
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov1-9/+5
2022-11-25io_uring: spelling fixDylan Yudaken1-1/+1
2022-11-25io_uring: remove io_req_complete_post_twDylan Yudaken2-8/+1
2022-11-25io_uring: allow multishot polled reqs to defer completionDylan Yudaken1-1/+2
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken4-10/+13
2022-11-25io_uring: add lockdep assertion in io_fill_cqe_auxDylan Yudaken1-0/+2
2022-11-25io_uring: make io_fill_cqe_aux staticDylan Yudaken2-4/+2
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken4-5/+42
2022-11-25io_uring: allow defer completion for aux posted cqesDylan Yudaken1-3/+24
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken3-11/+10
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken1-1/+2
2022-11-23io_uring: remove iopoll spinlockPavel Begunkov1-3/+2
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov5-12/+27
2022-11-23io_uring: inline __io_req_complete_put()Pavel Begunkov1-13/+7
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov3-16/+10
2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov1-2/+2
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2022-11-23io_uring: add completion locking for iopollPavel Begunkov1-2/+3
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe1-13/+4
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe1-2/+0
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe3-6/+21
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov2-9/+3
2022-11-21io_uring: split tw fallback into a functionPavel Begunkov1-10/+15
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov2-7/+7
2022-11-21io_uring: update outdated comment of callbacksLin Ma1-1/+1
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma1-6/+1
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken1-6/+2
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken1-4/+4
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2-3/+6
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li2-9/+14
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov2-18/+16
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov3-12/+42
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov2-11/+10
2022-11-21io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov1-4/+3
2022-11-21io_uring/net: preset notif tw handlerPavel Begunkov1-6/+3
2022-11-21io_uring/net: remove extra notif rsrc setupPavel Begunkov1-1/+0
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov2-6/+6