summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
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()io_uring-6.1-2022-12-08Harshit 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 pathfor-6.2/io_uring-2022-12-08Pavel 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
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov
2022-11-21io_uring: split tw fallback into a functionPavel Begunkov
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov
2022-11-21io_uring: update outdated comment of callbacksLin Ma
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken
2022-10-27io_uring: unlock if __io_run_local_work locked insideio_uring-6.1-2022-10-28Dylan Yudaken
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken
2022-10-16io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov
2022-10-16io_uring: reuse io_alloc_req()Pavel Begunkov
2022-10-16io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov
2022-10-16io_uring: remove FFS_SCMPavel Begunkov
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-10-12io_uring: remove notif leftoversPavel Begunkov
2022-10-12io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-07io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds