aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken
2022-07-24io_uring: recycle buffers on errorDylan Yudaken
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken
2022-07-24io_uring: allow 0 length for buffer selectDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe
2022-07-24io_uring: split out fixed file installation and removalJens Axboe
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: improve io_fail_links()Pavel Begunkov
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov
2022-07-24io_uring: change arm poll return valuesPavel Begunkov
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov
2022-07-24io_uring: remove events caching atavismsPavel Begunkov
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu
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: dedup io_run_task_workPavel Begunkov
2022-07-24io_uring: move list helpers to a separate filePavel Begunkov
2022-07-24io_uring: improve io_run_task_work()Pavel Begunkov
2022-07-24io_uring: optimize io_uring_task layoutPavel Begunkov
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov
2022-07-24io_uring: consistent naming for inline completionPavel Begunkov
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov
2022-07-24io_uring: opcode independent fixed buf importPavel 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 io_poll_remove_all clang warningsPavel Begunkov
2022-07-24io_uring: improve task exit timeout cancellationsPavel 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: reshuffle io_uring/io_uring.hPavel Begunkov
2022-07-24io_uring: remove extra io_commit_cqring()Pavel Begunkov