summaryrefslogtreecommitdiffstats
path: root/io_uring/opdef.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-25io_uring: have cancelation API accept io_uring_task directlyJens Axboe3-10/+11
2022-07-25io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2-43/+49
2022-07-25io_uring: trace task_work_runDylan Yudaken1-5/+14
2022-07-25io_uring: add trace event for running task workDylan Yudaken1-0/+30
2022-07-25io_uring: batch task_workDylan Yudaken1-9/+13
2022-07-25io_uring: introduce llist helpersDylan Yudaken1-0/+30
2022-07-25io_uring: lockless task listDylan Yudaken4-35/+14
2022-07-25io_uring: remove __io_req_task_work_addDylan Yudaken1-9/+2
2022-07-25io_uring: remove priority tw list optimisationDylan Yudaken5-70/+12
2022-07-25io_uring: dedup io_run_task_workPavel Begunkov2-14/+5
2022-07-25io_uring: move list helpers to a separate filePavel Begunkov4-131/+140
2022-07-25io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-25io_uring: optimize io_uring_task layoutPavel Begunkov1-16/+18
2022-07-25io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-25io_uring: consistent naming for inline completionPavel Begunkov2-3/+11
2022-07-25io_uring: move io_import_fixed()Pavel Begunkov3-60/+63
2022-07-25io_uring: opcode independent fixed buf importPavel Begunkov1-14/+7
2022-07-25io_uring: add io_commit_cqring_flush()Pavel Begunkov3-8/+8
2022-07-25io_uring: introduce locking helpers for CQE postingPavel Begunkov3-36/+36
2022-07-25io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov3-20/+29
2022-07-25io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-25io_uring: improve task exit timeout cancellationsPavel Begunkov1-4/+5
2022-07-25io_uring: fix multi ctx cancellationPavel Begunkov1-41/+46
2022-07-25io_uring: remove ->flush_cqes optimisationPavel Begunkov3-16/+10
2022-07-25io_uring: move io_eventfd_signal()Pavel Begunkov1-16/+14
2022-07-25io_uring: reshuffle io_uring/io_uring.hPavel Begunkov1-48/+47
2022-07-25io_uring: remove extra io_commit_cqring()Pavel Begunkov1-1/+0
2022-07-25io_uring: move a few private types to local headersJens Axboe6-18/+24
2022-07-25io_uring: clean up tracing eventsPavel Begunkov4-100/+66
2022-07-25io_uring: make io_uring_types.h publicPavel Begunkov5-31/+31
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov24-24/+0
2022-07-25io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov2-11/+12
2022-07-25io_uring: deduplicate io_get_cqe() callsPavel Begunkov1-25/+13
2022-07-25io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov1-6/+5
2022-07-25io_uring: introduce io_req_cqe_overflow()Pavel Begunkov2-12/+15
2022-07-25io_uring: don't inline __io_get_cqe()Pavel Begunkov2-35/+36
2022-07-25io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov6-54/+36
2022-07-25io_uring: kbuf: add comments for some tricky codeHao Xu1-6/+14
2022-07-25io_uring: mutex locked poll hashingPavel Begunkov3-22/+108
2022-07-25io_uring: propagate locking state to poll cancelPavel Begunkov5-7/+12
2022-07-25io_uring: introduce a struct for hash tablePavel Begunkov6-43/+56
2022-07-25io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-25io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov5-8/+36
2022-07-25io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-25io_uring: clean up io_ring_ctx_allocPavel Begunkov1-4/+6
2022-07-25io_uring: limit the number of cancellation bucketsPavel Begunkov1-5/+5
2022-07-25io_uring: clean up io_try_cancelPavel Begunkov1-2/+2
2022-07-25io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-25io_uring: switch cancel_hash to use per entry spinlockHao Xu6-40/+80
2022-07-25io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0