summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring_types.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: mutex locked poll hashingPavel Begunkov2022-07-241-0/+4
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-241-2/+11
* io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov2022-07-241-0/+1
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-241-1/+1
* io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov2022-07-241-3/+0
* io_uring: refactor ctx slow data placementPavel Begunkov2022-07-241-42/+39
* io_uring: better caching for ctx timeout fieldsPavel Begunkov2022-07-241-6/+9
* io_uring: move defer_list to slow dataPavel Begunkov2022-07-241-1/+4
* io_uring: move opcode table to opdef.cJens Axboe2022-07-241-0/+2
* io_uring: move fdinfo helpers to its own fileJens Axboe2022-07-241-0/+13
* io_uring: move timeout opcodes and handling into its own fileJens Axboe2022-07-241-0/+10
* io_uring: separate out file table handling codeJens Axboe2022-07-241-6/+1
* io_uring: add io_uring_types.hJens Axboe2022-07-241-0/+496