summary refs log tree commit diff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: move apoll cache to poll.cJens Axboe
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: remove ctx->refs pinning on enterPavel Begunkov
2022-07-24io_uring: don't check file ops of registered ringsPavel Begunkov
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-24io_uring: trace task_work_runDylan Yudaken
2022-07-24io_uring: batch task_workDylan Yudaken
2022-07-24io_uring: introduce llist helpersDylan Yudaken
2022-07-24io_uring: lockless task listDylan Yudaken
2022-07-24io_uring: remove __io_req_task_work_addDylan Yudaken
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken
2022-07-24io_uring: consistent naming for inline completionPavel Begunkov
2022-07-24io_uring: add io_commit_cqring_flush()Pavel Begunkov
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov
2022-07-24io_uring: fix multi ctx cancellationPavel Begunkov
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov
2022-07-24io_uring: move io_eventfd_signal()Pavel Begunkov
2022-07-24io_uring: remove extra io_commit_cqring()Pavel Begunkov
2022-07-24io_uring: clean up tracing eventsPavel Begunkov
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov
2022-07-24io_uring: introduce io_req_cqe_overflow()Pavel Begunkov
2022-07-24io_uring: don't inline __io_get_cqe()Pavel Begunkov
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov
2022-07-24io_uring: clean up io_ring_ctx_allocPavel Begunkov
2022-07-24io_uring: limit the number of cancellation bucketsPavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: refactor io_req_task_complete()Pavel Begunkov
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov
2022-07-24io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe
2022-07-24io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov
2022-07-24io_uring: remove check_cq checking from hot pathsPavel Begunkov
2022-07-24io_uring: never defer-complete multi-apollPavel Begunkov
2022-07-24io_uring: move small helpers to headersPavel Begunkov
2022-07-24io_uring: move opcode table to opdef.cJens Axboe
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe