Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-25io_uring: split out fixed file installation and removalJens Axboe
2022-07-25io_uring: remove ctx->refs pinning on enterPavel Begunkov
2022-07-25io_uring: don't check file ops of registered ringsPavel Begunkov
2022-07-25io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov
2022-07-25io_uring: fuse fallback_node and normal tw nodePavel Begunkov
2022-07-25io_uring: improve io_fail_links()Pavel Begunkov
2022-07-25io_uring: move POLLFREE handling to separate functionJens Axboe
2022-07-25io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu
2022-07-25io_uring: optimise submission side poll_refsPavel Begunkov
2022-07-25io_uring: refactor poll arm error handlingPavel Begunkov
2022-07-25io_uring: change arm poll return valuesPavel Begunkov
2022-07-25io_uring: add a helper for apoll allocPavel Begunkov
2022-07-25io_uring: remove events caching atavismsPavel Begunkov
2022-07-25io_uring: clean poll ->private flaggingPavel Begunkov
2022-07-25io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-25io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe
2022-07-25io_uring: have cancelation API accept io_uring_task directlyJens Axboe
2022-07-25io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu
2022-07-25io_uring: trace task_work_runDylan Yudaken
2022-07-25io_uring: batch task_workDylan Yudaken
2022-07-25io_uring: introduce llist helpersDylan Yudaken
2022-07-25io_uring: lockless task listDylan Yudaken
2022-07-25io_uring: remove __io_req_task_work_addDylan Yudaken
2022-07-25io_uring: remove priority tw list optimisationDylan Yudaken
2022-07-25io_uring: dedup io_run_task_workPavel Begunkov
2022-07-25io_uring: move list helpers to a separate filePavel Begunkov
2022-07-25io_uring: improve io_run_task_work()Pavel Begunkov
2022-07-25io_uring: optimize io_uring_task layoutPavel Begunkov
2022-07-25io_uring: add a warn_once for poll_findPavel Begunkov
2022-07-25io_uring: consistent naming for inline completionPavel Begunkov
2022-07-25io_uring: move io_import_fixed()Pavel Begunkov
2022-07-25io_uring: opcode independent fixed buf importPavel Begunkov
2022-07-25io_uring: add io_commit_cqring_flush()Pavel Begunkov
2022-07-25io_uring: introduce locking helpers for CQE postingPavel Begunkov
2022-07-25io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov
2022-07-25io_uring: fix io_poll_remove_all clang warningsPavel Begunkov
2022-07-25io_uring: improve task exit timeout cancellationsPavel Begunkov
2022-07-25io_uring: fix multi ctx cancellationPavel Begunkov
2022-07-25io_uring: remove ->flush_cqes optimisationPavel Begunkov
2022-07-25io_uring: move io_eventfd_signal()Pavel Begunkov
2022-07-25io_uring: reshuffle io_uring/io_uring.hPavel Begunkov
2022-07-25io_uring: remove extra io_commit_cqring()Pavel Begunkov
2022-07-25io_uring: move a few private types to local headersJens Axboe
2022-07-25io_uring: clean up tracing eventsPavel Begunkov
2022-07-25io_uring: make io_uring_types.h publicPavel Begunkov
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-25io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov
2022-07-25io_uring: deduplicate io_get_cqe() callsPavel Begunkov
2022-07-25io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov
2022-07-25io_uring: introduce io_req_cqe_overflow()Pavel Begunkov