summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe2022-07-241-0/+3
* io_uring: Don't require reinitable percpu_refMichal Koutný2022-07-241-1/+1
* io_uring: add netmsg cacheJens Axboe2022-07-241-0/+3
* io_uring: impose max limit on apoll cacheJens Axboe2022-07-241-1/+2
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-241-4/+4
* io_uring: move apoll cache to poll.cJens Axboe2022-07-241-12/+0
* io_uring: only trace one of complete or overflowDylan Yudaken2022-07-241-1/+2
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-241-4/+10
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-241-0/+6
* io_uring: remove ctx->refs pinning on enterPavel Begunkov2022-07-241-12/+4
* io_uring: don't check file ops of registered ringsPavel Begunkov2022-07-241-8/+8
* io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov2022-07-241-2/+0
* io_uring: fuse fallback_node and normal tw nodePavel Begunkov2022-07-241-3/+2