summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2023-01-29io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin-1/+1
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao-5/+19
2023-01-29io_uring: keep timeout in io_wait_queuePavel Begunkov-14/+14
2023-01-29io_uring: optimise non-timeout waitingPavel Begunkov-1/+3
2023-01-29io_uring: set TASK_RUNNING right after schedulePavel Begunkov-3/+2
2023-01-29io_uring: simplify io_has_workPavel Begunkov-2/+1
2023-01-29io_uring: mimimise io_cqring_wait_schedulePavel Begunkov-16/+23
2023-01-29io_uring: parse check_cq out of wq waitingPavel Begunkov-14/+18
2023-01-29io_uring: move defer tw task checksPavel Begunkov-9/+11
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov-21/+5
2023-01-29io_uring: don't iterate cq wait fast pathPavel Begunkov-10/+8
2023-01-29io_uring: rearrange defer list checksPavel Begunkov-4/+1
2023-01-27io_uring: always prep_async for drain requestsDylan Yudaken-10/+8
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe-0/+11
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe-1/+5
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov-2/+10
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov-17/+23
2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe-9/+30
2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe-24/+23
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand-1/+1
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe-11/+20
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe-2/+10
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe-5/+12
2023-01-08io_uring: use iter_ubuf for single range importsJens Axboe-3/+6
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe-12/+5
2023-01-08io_uring/io-wq: only free worker if it was allocated for creationJens Axboe-1/+6
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov-3/+3
2023-01-03io_uring: lockdep annotate CQ lockingPavel Begunkov-3/+17
2023-01-03io_uring: pin context while queueing deferred twPavel Begunkov-1/+7
2023-01-02io_uring/io-wq: free worker if task_work creation is canceledJens Axboe-0/+1
2022-12-23io_uring: check for valid register opcode earlierJens Axboe-2/+3
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe-5/+4
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe-9/+16
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov-1/+1
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe-0/+1
2022-12-17io_uring: include task_work run after scheduling in wait for eventsJens Axboe-1/+10
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe-2/+1
2022-12-15io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken-1/+1
2022-12-15io_uring: fix overflow handling regressionPavel Begunkov-2/+2
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov-7/+4
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov-15/+20
2022-12-14io_uring: protect cq_timeouts with timeout_lockPavel Begunkov-1/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-1/+2
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-190/+359
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-183/+291
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+3
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-12/+12
2022-12-08io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe-0/+1
2022-12-07io_uring: skip spinlocking for ->task_completePavel Begunkov-20/+61