summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-11-25io_uring/filetable: fix file reference underflowLin Ma
2022-11-25io_uring: make poll refs more robustPavel Begunkov
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel Begunkov
2022-11-25io_uring: don't use complete_post in kbufPavel 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-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