summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2023-01-29io_uring: optimise non-timeout waitingPavel Begunkov
2023-01-29io_uring: set TASK_RUNNING right after schedulePavel Begunkov
2023-01-29io_uring: simplify io_has_workPavel Begunkov
2023-01-29io_uring: mimimise io_cqring_wait_schedulePavel Begunkov
2023-01-29io_uring: parse check_cq out of wq waitingPavel Begunkov
2023-01-29io_uring: move defer tw task checksPavel Begunkov
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov
2023-01-29io_uring: don't iterate cq wait fast pathPavel Begunkov
2023-01-29io_uring: rearrange defer list checksPavel Begunkov
2023-01-27io_uring: always prep_async for drain requestsDylan Yudaken
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-01-03io_uring: lockdep annotate CQ lockingPavel Begunkov
2023-01-03io_uring: pin context while queueing deferred twPavel Begunkov
2022-12-23io_uring: check for valid register opcode earlierJens Axboe
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe
2022-12-17io_uring: include task_work run after scheduling in wait for eventsJens Axboe
2022-12-15io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken
2022-12-15io_uring: fix overflow handling regressionPavel Begunkov
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07io_uring: skip spinlocking for ->task_completePavel Begunkov
2022-12-07io_uring: never run tw and fallback in parallelPavel Begunkov
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov
2022-12-07io_uring: complete all requests in task contextPavel Begunkov
2022-12-07io_uring: don't check overflow flush failuresPavel Begunkov
2022-12-07io_uring: skip overflow CQE posting for dying ringPavel Begunkov
2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli
2022-11-30io_uring: don't raw spin unlock to match cq_lockPavel Begunkov
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel 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-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: hold locks for io_req_complete_failedPavel Begunkov
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe