aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/timeout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-13/+13
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov1-12/+24
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe1-1/+1
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov1-4/+2
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov1-2/+1
2022-07-24io_uring: improve task exit timeout cancellationsPavel Begunkov1-4/+5
2022-07-24io_uring: clean up tracing eventsPavel Begunkov1-2/+1
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov1-1/+2
2022-07-24io_uring: move cancelation into its own fileJens Axboe1-0/+1
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe1-0/+634