summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-11-25io_uring/filetable: fix file reference underflowLin Ma
2022-11-25io_uring: make poll refs more robustPavel Begunkov
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel Begunkov
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov
2022-11-25io_uring: spelling fixDylan Yudaken
2022-11-25io_uring: remove io_req_complete_post_twDylan Yudaken
2022-11-25io_uring: allow multishot polled reqs to defer completionDylan Yudaken
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken
2022-11-25io_uring: add lockdep assertion in io_fill_cqe_auxDylan 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: allow defer completion for aux posted cqesDylan Yudaken
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken
2022-11-23io_uring: remove iopoll spinlockPavel Begunkov
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov
2022-11-23io_uring: inline __io_req_complete_put()Pavel Begunkov
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov
2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov
2022-11-23io_uring: add completion locking for iopollPavel Begunkov
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe
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: split tw fallback into a functionPavel Begunkov
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov
2022-11-21io_uring: update outdated comment of callbacksLin Ma
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov
2022-11-21io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov
2022-11-21io_uring/net: preset notif tw handlerPavel Begunkov
2022-11-21io_uring/net: remove extra notif rsrc setupPavel Begunkov
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov