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