summaryrefslogtreecommitdiff
path: root/io_uring/cancel.h
AgeCommit message (Expand)Author
2023-09-29io_uring: add support for futex wake and waitJens Axboe
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe
2023-07-17io_uring/cancel: abstract out request match helperJens Axboe
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe
2022-07-24io_uring: move a few private types to local headersJens Axboe
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: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: move cancelation into its own fileJens Axboe