summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe1-13/+4
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe1-2/+2
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov1-8/+3
2022-11-21io_uring: split tw fallback into a functionPavel Begunkov1-10/+15
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov1-6/+1
2022-11-21io_uring: update outdated comment of callbacksLin Ma1-1/+1
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken1-2/+0
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov1-6/+0
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
2022-09-22io_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