summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: add trace event for running task workDylan 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
2022-07-24io_uring: move a few private types to local headersJens Axboe
2022-07-24io_uring: clean up tracing eventsPavel Begunkov
2022-07-24io_uring: make io_uring_types.h publicPavel 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: deduplicate io_get_cqe() callsPavel Begunkov
2022-07-24io_uring: deduplicate __io_fill_cqe_req tracingPavel 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: kbuf: add comments for some tricky codeHao Xu
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov
2022-07-24io_uring: use state completion infra for poll reqsPavel 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: clean up io_try_cancelPavel Begunkov
2022-07-24io_uring: pass poll_find lock backPavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu