summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-251-10/+1
* io_uring: add notification slot registrationPavel Begunkov2022-07-251-0/+9
* io_uring: cache struct io_notifPavel Begunkov2022-07-251-0/+3
* io_uring: add zc notification infrastructurePavel Begunkov2022-07-251-3/+5
* io_uring: export io_put_task()Pavel Begunkov2022-07-251-10/+1
* io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe2022-07-251-0/+3
* io_uring: Don't require reinitable percpu_refMichal Koutný2022-07-251-1/+1
* io_uring: add netmsg cacheJens Axboe2022-07-251-0/+3
* io_uring: impose max limit on apoll cacheJens Axboe2022-07-251-1/+2
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-251-4/+4
* io_uring: move apoll cache to poll.cJens Axboe2022-07-251-12/+0
* io_uring: only trace one of complete or overflowDylan Yudaken2022-07-251-1/+2
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-251-4/+10
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-251-0/+6
* io_uring: remove ctx->refs pinning on enterPavel Begunkov2022-07-251-12/+4
* io_uring: don't check file ops of registered ringsPavel Begunkov2022-07-251-8/+8
* io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov2022-07-251-2/+0
* io_uring: fuse fallback_node and normal tw nodePavel Begunkov2022-07-251-3/+2
* io_uring: add sync cancelation API through io_uring_register()Jens Axboe2022-07-251-0/+6
* io_uring: trace task_work_runDylan Yudaken2022-07-251-5/+14
* io_uring: batch task_workDylan Yudaken2022-07-251-9/+13
* io_uring: introduce llist helpersDylan Yudaken2022-07-251-0/+30
* io_uring: lockless task listDylan Yudaken2022-07-251-29/+9
* io_uring: remove __io_req_task_work_addDylan Yudaken2022-07-251-9/+2
* io_uring: remove priority tw list optimisationDylan Yudaken2022-07-251-66/+11
* io_uring: consistent naming for inline completionPavel Begunkov2022-07-251-2/+2
* io_uring: add io_commit_cqring_flush()Pavel Begunkov2022-07-251-4/+1
* io_uring: introduce locking helpers for CQE postingPavel Begunkov2022-07-251-31/+26
* io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov2022-07-251-18/+26
* io_uring: fix multi ctx cancellationPavel Begunkov2022-07-251-41/+46
* io_uring: remove ->flush_cqes optimisationPavel Begunkov2022-07-251-13/+10
* io_uring: move io_eventfd_signal()Pavel Begunkov2022-07-251-16/+14
* io_uring: remove extra io_commit_cqring()Pavel Begunkov2022-07-251-1/+0
* io_uring: clean up tracing eventsPavel Begunkov2022-07-251-10/+6
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov2022-07-251-5/+10
* io_uring: introduce io_req_cqe_overflow()Pavel Begunkov2022-07-251-2/+13
* io_uring: don't inline __io_get_cqe()Pavel Begunkov2022-07-251-0/+35
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-251-2/+16
* io_uring: mutex locked poll hashingPavel Begunkov2022-07-251-1/+8
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-251-12/+17
* io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov2022-07-251-2/+5
* io_uring: clean up io_ring_ctx_allocPavel Begunkov2022-07-251-4/+6
* io_uring: limit the number of cancellation bucketsPavel Begunkov2022-07-251-5/+5
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-251-3/+6
* io_uring: refactor io_req_task_complete()Pavel Begunkov2022-07-251-6/+10