summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | io_uring: do not run task work at the start of io_uring_enterDylan Yudaken2022-09-211-2/+0
| * | io_uring: introduce io_has_workDylan Yudaken2022-09-211-4/+9
| * | io_uring: remove unnecessary variableDylan Yudaken2022-09-211-4/+1
* | | io_uring: register single issuer task at creationDylan Yudaken2022-09-261-0/+7
* | | io_uring: ensure that cached task references are always put on exitJens Axboe2022-09-231-0/+3
|/ /
* | io_uring: recycle kbuf recycle on tw requeuePavel Begunkov2022-09-071-0/+1
* | io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-2/+2
* | io_uring/notif: remove notif registrationPavel Begunkov2022-09-011-10/+0
* | io_uring: conditional ->async_data allocationPavel Begunkov2022-08-241-3/+4
|/
* io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher2022-08-121-3/+16
* io_uring: notification completion optimisationPavel Begunkov2022-07-271-3/+0
* io_uring: export req alloc from corePavel Begunkov2022-07-271-21/+1
* io_uring: flush notifiers after sendzcPavel Begunkov2022-07-241-10/+1
* io_uring: add notification slot registrationPavel Begunkov2022-07-241-0/+9
* io_uring: cache struct io_notifPavel Begunkov2022-07-241-0/+3
* io_uring: add zc notification infrastructurePavel Begunkov2022-07-241-3/+5
* io_uring: export io_put_task()Pavel Begunkov2022-07-241-10/+1