summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov
2023-01-29io_uring: waitqueue-less cq waitingPavel Begunkov
2023-01-29io_uring: wake up optimisationsPavel Begunkov
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov
2023-01-29io_uring: separate wq for ring pollingPavel Begunkov
2023-01-29io_uring: move io_run_local_work_lockedPavel Begunkov
2023-01-29io_uring: mark io_run_local_work staticPavel Begunkov
2023-01-29io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov
2023-01-29io_uring: refactor io_wake_functionPavel Begunkov
2023-01-29io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao
2023-01-29io_uring: keep timeout in io_wait_queuePavel Begunkov
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-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov
2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe
2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe
2023-01-08io_uring: use iter_ubuf for single range importsJens Axboe
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe
2023-01-08io_uring/io-wq: only free worker if it was allocated for creationJens Axboe
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
2023-01-02io_uring/io-wq: free worker if task_work creation is canceledJens Axboe
2022-12-23io_uring: check for valid register opcode earlierJens Axboe
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe
2022-12-17io_uring: include task_work run after scheduling in wait for eventsJens Axboe
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens 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