summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-25io_uring: move small helpers to headersPavel Begunkov2-17/+22
2022-07-25io_uring: refactor ctx slow data placementPavel Begunkov1-42/+39
2022-07-25io_uring: better caching for ctx timeout fieldsPavel Begunkov1-6/+9
2022-07-25io_uring: move defer_list to slow dataPavel Begunkov1-1/+4
2022-07-25io_uring: make reg buf init consistentPavel Begunkov1-6/+3
2022-07-25io_uring: deprecate epoll_ctl supportJens Axboe1-0/+4
2022-07-25io_uring: add support for level triggered pollJens Axboe1-5/+10
2022-07-25io_uring: move opcode table to opdef.cJens Axboe5-469/+501
2022-07-25io_uring: move read/write related opcodes to its own fileJens Axboe5-1231/+1263
2022-07-25io_uring: move remaining file table manipulation to filetable.cJens Axboe4-88/+90
2022-07-25io_uring: move rsrc related data, core, and commandsJens Axboe6-1418/+1480
2022-07-25io_uring: split provided buffers handling into its own fileJens Axboe7-636/+672
2022-07-25io_uring: move cancelation into its own fileJens Axboe6-178/+204
2022-07-25io_uring: move poll handling into its own fileJens Axboe6-827/+879
2022-07-25io_uring: add opcode name to io_op_defsJens Axboe1-98/+52
2022-07-25io_uring: include and forward-declaration sanitationJens Axboe1-12/+5
2022-07-25io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe5-365/+396