summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27io_uring: drop any code related to SCM_RIGHTSJens Axboe1-29/+2
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe1-13/+0
2023-12-13io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov1-6/+3
2023-09-19io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedPavel Begunkov1-11/+18
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov1-0/+2
2023-09-13io_uring: break iopolling on signalPavel Begunkov1-0/+3
2023-09-13io_uring: fix drain stalls by invalid SQEPavel Begunkov1-0/+2
2023-09-02io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller1-0/+46
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe1-6/+17
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek1-1/+1
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe1-0/+8
2023-07-19io_uring: Use io_schedule* in cqring waitAndres Freund1-3/+12
2023-07-19io_uring: wait interruptibly for request completions on exitJens Axboe1-2/+18
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz1-1/+1
2023-03-10io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-03-10io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-03-10io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-02-01io_uring: always prep_async for drain requestsDylan Yudaken1-10/+8
2023-02-01io_uring: inline __io_req_complete_put()Pavel Begunkov1-13/+7
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov1-12/+0
2023-02-01io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov1-8/+3
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov1-6/+1
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-12io_uring: pin context while queueing deferred twPavel Begunkov1-1/+7
2023-01-12io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe1-2/+2
2022-12-31io_uring: dont remove file from msg_ring reqsPavel Begunkov1-1/+1
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli1-1/+3
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov1-1/+1
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken1-2/+8
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken1-4/+4
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken1-2/+1
2022-10-17io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov1-8/+5
2022-10-17io_uring: reuse io_alloc_req()Pavel Begunkov1-6/+2
2022-10-17io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov1-1/+0
2022-10-17io_uring: remove FFS_SCMPavel Begunkov1-2/+0
2022-10-13io_uring: optimise locking for local tw with submit_waitPavel Begunkov1-2/+10
2022-10-13io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov1-2/+3
2022-10-13io_uring: remove notif leftoversPavel Begunkov1-1/+0
2022-10-13io_uring: correct pinned_vm accountingPavel Begunkov1-6/+4
2022-10-07io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov1-0/+3
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken1-1/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-60/+244
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+1
2022-09-26io_uring: register single issuer task at creationDylan Yudaken1-0/+7
2022-09-24io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+3
2022-09-24io_uring: fix CQE reorderingPavel Begunkov1-2/+10