summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-25io_uring: move fdinfo helpers to its own fileJens Axboe6-208/+230
2022-07-25io_uring: use io_is_uring_fops() consistentlyJens Axboe1-8/+8
2022-07-25io_uring: move SQPOLL related handling into its own fileJens Axboe5-462/+497
2022-07-25io_uring: move timeout opcodes and handling into its own fileJens Axboe6-660/+701
2022-07-25io_uring: move our reference counting into a headerJens Axboe2-42/+49
2022-07-25io_uring: move msg_ring into its own fileJens Axboe4-55/+71
2022-07-25io_uring: split network related opcodes into its own fileJens Axboe5-835/+884
2022-07-25io_uring: move statx handling to its own fileJens Axboe4-62/+82
2022-07-25io_uring: move epoll handler to its own fileJens Axboe4-50/+70
2022-07-25io_uring: add a dummy -EOPNOTSUPP prep handlerJens Axboe1-9/+14
2022-07-25io_uring: move uring_cmd handling to its own fileJens Axboe5-124/+142
2022-07-25io_uring: split out open/close operationsJens Axboe5-298/+345