summaryrefslogtreecommitdiffstats
path: root/io_uring/cancel.h
AgeCommit message (Expand)AuthorLines
2025-02-17io_uring/cancel: add generic cancel helperJens Axboe-0/+4
2025-02-17io_uring/cancel: add generic remove_all helperJens Axboe-0/+4
2024-10-29io_uring/cancel: get rid of init_hash_table() helperJens Axboe-1/+0
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov-2/+2
2024-02-08io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe-0/+10
2023-09-29io_uring: add support for futex wake and waitJens Axboe-0/+4
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe-1/+1
2023-07-17io_uring/cancel: abstract out request match helperJens Axboe-0/+1
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe-0/+2
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe-1/+1
2022-07-24io_uring: move a few private types to local headersJens Axboe-0/+13
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov-1/+2
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov-6/+1
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu-0/+6
2022-07-24io_uring: move cancelation into its own fileJens Axboe-0/+6