aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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
2022-07-24io_uring: don't inline io_put_kbufPavel Begunkov
2022-07-24io_uring: refactor io_req_task_complete()Pavel Begunkov
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov
2022-07-24io_uring: rw: delegate sync completions to core io_uringPavel Begunkov
2022-07-24io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe
2022-07-24io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov
2022-07-24io_uring: remove check_cq checking from hot pathsPavel Begunkov
2022-07-24io_uring: never defer-complete multi-apollPavel Begunkov
2022-07-24io_uring: inline ->registered_ringsPavel Begunkov
2022-07-24io_uring: explain io_wq_work::cancel_seq placementPavel Begunkov
2022-07-24io_uring: move small helpers to headersPavel Begunkov
2022-07-24io_uring: refactor ctx slow data placementPavel Begunkov
2022-07-24io_uring: better caching for ctx timeout fieldsPavel Begunkov
2022-07-24io_uring: move defer_list to slow dataPavel Begunkov
2022-07-24io_uring: make reg buf init consistentPavel Begunkov
2022-07-24io_uring: deprecate epoll_ctl supportJens Axboe
2022-07-24io_uring: add support for level triggered pollJens Axboe
2022-07-24io_uring: move opcode table to opdef.cJens Axboe
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: move cancelation into its own fileJens Axboe
2022-07-24io_uring: move poll handling into its own fileJens Axboe
2022-07-24io_uring: add opcode name to io_op_defsJens Axboe
2022-07-24io_uring: include and forward-declaration sanitationJens Axboe
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe