summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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 Begunkov2-20/+27
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 Begunkov2-15/+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 Axboe5-0/+24
2022-07-25io_uring: clean up tracing eventsPavel Begunkov3-15/+9
2022-07-25io_uring: make io_uring_types.h publicPavel Begunkov5-559/+5
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 Begunkov4-7/+32
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
2022-07-25io_uring: don't inline io_put_kbufPavel Begunkov2-32/+39
2022-07-25io_uring: refactor io_req_task_complete()Pavel Begunkov1-6/+10
2022-07-25io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov3-19/+7
2022-07-25io_uring: rw: delegate sync completions to core io_uringPavel Begunkov1-22/+19
2022-07-25io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe1-1/+0
2022-07-25io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov1-1/+0
2022-07-25io_uring: remove check_cq checking from hot pathsPavel Begunkov1-15/+19
2022-07-25io_uring: never defer-complete multi-apollPavel Begunkov1-1/+1
2022-07-25io_uring: inline ->registered_ringsPavel Begunkov2-11/+2
2022-07-25io_uring: explain io_wq_work::cancel_seq placementPavel Begunkov1-0/+1