summaryrefslogtreecommitdiffstats
path: root/io_uring/timeout.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: have cancelation API accept io_uring_task directlyJens Axboe2022-07-241-1/+1
* io_uring: introduce locking helpers for CQE postingPavel Begunkov2022-07-241-4/+2
* io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov2022-07-241-2/+1
* io_uring: improve task exit timeout cancellationsPavel Begunkov2022-07-241-4/+5
* io_uring: clean up tracing eventsPavel Begunkov2022-07-241-2/+1
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: propagate locking state to poll cancelPavel Begunkov2022-07-241-1/+2
* io_uring: move cancelation into its own fileJens Axboe2022-07-241-0/+1
* io_uring: move timeout opcodes and handling into its own fileJens Axboe2022-07-241-0/+634