aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev
2024-04-13io_uring: clear opcode specific data for an early failureJens Axboe
2024-03-26io_uring: drop any code related to SCM_RIGHTSJens Axboe
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2023-12-13io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov
2023-09-19io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedPavel Begunkov
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov
2023-09-13io_uring: break iopolling on signalPavel Begunkov
2023-09-13io_uring: fix drain stalls by invalid SQEPavel Begunkov
2023-09-02io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe
2023-07-19io_uring: Use io_schedule* in cqring waitAndres Freund
2023-07-19io_uring: wait interruptibly for request completions on exitJens Axboe
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz
2023-03-10io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
2023-03-10io_uring: add reschedule point to handle_tw_list()Jens Axboe
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe
2023-03-10io_uring: use user visible tail in io_uring_poll()Pavel Begunkov
2023-02-01io_uring: always prep_async for drain requestsDylan Yudaken
2023-02-01io_uring: inline __io_req_complete_put()Pavel Begunkov
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov
2023-02-01io_uring: hold locks for io_req_complete_failedPavel Begunkov
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-01-12io_uring: pin context while queueing deferred twPavel Begunkov
2023-01-12io_uring: check for valid register opcode earlierJens Axboe
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
2022-12-31io_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-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 insideDylan 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
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-26io_uring: register single issuer task at creationDylan Yudaken