summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi2023-03-101-1/+1
* io_uring: add reschedule point to handle_tw_list()Jens Axboe2023-03-101-1/+7
* io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe2023-03-101-0/+1
* io_uring: use user visible tail in io_uring_poll()Pavel Begunkov2023-03-101-1/+1
* io_uring: always prep_async for drain requestsDylan Yudaken2023-02-011-10/+8
* io_uring: inline __io_req_complete_put()Pavel Begunkov2023-02-011-13/+7
* io_uring: remove io_req_tw_post_queuePavel Begunkov2023-02-011-12/+0
* io_uring: hold locks for io_req_complete_failedPavel Begunkov2023-02-011-1/+5
* io_uring: inline __io_req_complete_post()Pavel Begunkov2023-02-011-8/+3
* io_uring: inline io_req_task_work_add()Pavel Begunkov2023-02-011-6/+1
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-121-3/+3
* io_uring: pin context while queueing deferred twPavel Begunkov2023-01-121-1/+7
* io_uring: check for valid register opcode earlierJens Axboe2023-01-121-2/+3
* io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2023-01-041-2/+2
* io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-311-1/+1
* io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli2022-12-071-1/+3
* io_uring: fix multishot accept request leaksPavel Begunkov2022-11-171-1/+1
* io_uring: calculate CQEs from the user visible valueDylan Yudaken2022-11-081-2/+8
* io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-271-4/+4
* io_uring: use io_run_local_work_locked helperDylan Yudaken2022-10-271-2/+1
* io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov2022-10-161-8/+5
* io_uring: reuse io_alloc_req()Pavel Begunkov2022-10-161-6/+2
* io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov2022-10-161-1/+0
* io_uring: remove FFS_SCMPavel Begunkov2022-10-161-2/+0
* io_uring: optimise locking for local tw with submit_waitPavel Begunkov2022-10-121-2/+10
* io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov2022-10-121-2/+3
* io_uring: remove notif leftoversPavel Begunkov2022-10-121-1/+0
* io_uring: correct pinned_vm accountingPavel Begunkov2022-10-121-6/+4
* io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov2022-10-071-0/+3
* io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken2022-10-071-1/+1
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+1
|\
| * block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+1
* | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-60/+244
|\ \
| * | io_uring: fix CQE reorderingPavel Begunkov2022-09-231-2/+10
| * | io_uring: ensure local task_work marks task as runningJens Axboe2022-09-211-0/+1
| * | io_uring: add custom opcode hooks on failPavel Begunkov2022-09-211-0/+4
| * | io_uring: add fast path for io_run_local_work()Pavel Begunkov2022-09-211-0/+3
| * | io_uring/iopoll: unify tw breaking logicPavel Begunkov2022-09-211-7/+7
| * | io_uring/iopoll: fix unexpected returnsPavel Begunkov2022-09-211-4/+1
| * | io_uring: disallow defer-tw run w/ no submittersPavel Begunkov2022-09-211-6/+1
| * | io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov2022-09-211-0/+6
| * | io_uring: use io_cq_lock consistentlyPavel Begunkov2022-09-211-1/+1
| * | io_uring: kill an outdated commentPavel Begunkov2022-09-211-4/+0
| * | io_uring: ensure iopoll runs local task work as wellJens Axboe2022-09-211-19/+20
| * | io_uring: add local task_work run helper that is entered lockedJens Axboe2022-09-211-7/+16
| * | io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi2022-09-211-0/+6
| * | io_uring: trace local task work runDylan Yudaken2022-09-211-0/+3
| * | io_uring: signal registered eventfd to process deferred task workDylan Yudaken2022-09-211-23/+61
| * | io_uring: move io_eventfd_putDylan Yudaken2022-09-211-8/+8
| * | io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-211-15/+132