summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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/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
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov
2022-12-14io_uring: protect cq_timeouts with timeout_lockPavel Begunkov
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
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-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-08io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe
2022-12-07io_uring: skip spinlocking for ->task_completePavel Begunkov
2022-12-07io_uring: do msg_ring in target task via twPavel Begunkov
2022-12-07io_uring: extract a io_msg_install_complete helperPavel Begunkov
2022-12-07io_uring: get rid of double lockingPavel 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: force multishot CQEs into task contextPavel 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: improve io_double_lock_ctx fail handlingPavel 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 reinstall quiesce node for each twPavel Begunkov
2022-11-30io_uring: improve rsrc quiesce refs checksPavel Begunkov
2022-11-30io_uring: don't raw spin unlock to match cq_lockPavel Begunkov
2022-11-30io_uring: combine poll tw handlersPavel Begunkov
2022-11-30io_uring: improve poll warning handlingPavel Begunkov
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe