summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* io_uring: add sync cancelation API through io_uring_register()Jens Axboe2022-07-241-0/+6
* io_uring: trace task_work_runDylan Yudaken2022-07-241-5/+14
* io_uring: batch task_workDylan Yudaken2022-07-241-9/+13
* io_uring: introduce llist helpersDylan Yudaken2022-07-241-0/+30
* io_uring: lockless task listDylan Yudaken2022-07-241-29/+9
* io_uring: remove __io_req_task_work_addDylan Yudaken2022-07-241-9/+2
* io_uring: remove priority tw list optimisationDylan Yudaken2022-07-241-66/+11
* io_uring: consistent naming for inline completionPavel Begunkov2022-07-241-2/+2
* io_uring: add io_commit_cqring_flush()Pavel Begunkov2022-07-241-4/+1
* io_uring: introduce locking helpers for CQE postingPavel Begunkov2022-07-241-31/+26
* io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov2022-07-241-18/+26