summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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
2022-11-16io_uring/rw: enable bio caches for IRQ rwPavel Begunkov
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov