summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-16io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov1-8/+5
2022-10-16io_uring: reuse io_alloc_req()Pavel Begunkov1-6/+2
2022-10-16io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov1-1/+0
2022-10-16io_uring: remove FFS_SCMPavel Begunkov1-2/+0
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov1-2/+10
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov1-2/+3
2022-10-12io_uring: remove notif leftoversPavel Begunkov1-1/+0
2022-10-12io_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-23io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+3
2022-09-23io_uring: fix CQE reorderingPavel Begunkov1-2/+10
2022-09-21io_uring: ensure local task_work marks task as runningJens Axboe1-0/+1
2022-09-21io_uring: add custom opcode hooks on failPavel Begunkov1-0/+4
2022-09-21io_uring: add fast path for io_run_local_work()Pavel Begunkov1-0/+3
2022-09-21io_uring/iopoll: unify tw breaking logicPavel Begunkov1-7/+7
2022-09-21io_uring/iopoll: fix unexpected returnsPavel Begunkov1-4/+1
2022-09-21io_uring: disallow defer-tw run w/ no submittersPavel Begunkov1-6/+1
2022-09-21io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov1-0/+6
2022-09-21io_uring: use io_cq_lock consistentlyPavel Begunkov1-1/+1
2022-09-21io_uring: kill an outdated commentPavel Begunkov1-4/+0
2022-09-21io_uring: ensure iopoll runs local task work as wellJens Axboe1-19/+20
2022-09-21io_uring: add local task_work run helper that is entered lockedJens Axboe1-7/+16
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi1-0/+6
2022-09-21io_uring: trace local task work runDylan Yudaken1-0/+3
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken1-23/+61
2022-09-21io_uring: move io_eventfd_putDylan Yudaken1-8/+8
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken1-15/+132
2022-09-21io_uring: do not run task work at the start of io_uring_enterDylan Yudaken1-2/+0
2022-09-21io_uring: introduce io_has_workDylan Yudaken1-4/+9
2022-09-21io_uring: remove unnecessary variableDylan Yudaken1-4/+1
2022-09-07io_uring: recycle kbuf recycle on tw requeuePavel Begunkov1-0/+1
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-2/+2
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-10/+0
2022-08-24io_uring: conditional ->async_data allocationPavel Begunkov1-3/+4
2022-08-12io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher1-3/+16
2022-07-27io_uring: notification completion optimisationPavel Begunkov1-3/+0
2022-07-27io_uring: export req alloc from corePavel Begunkov1-21/+1
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov1-10/+1
2022-07-24io_uring: add notification slot registrationPavel Begunkov1-0/+9
2022-07-24io_uring: cache struct io_notifPavel Begunkov1-0/+3
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov1-3/+5
2022-07-24io_uring: export io_put_task()Pavel Begunkov1-10/+1
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe1-0/+3
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný1-1/+1
2022-07-24io_uring: add netmsg cacheJens Axboe1-0/+3