summaryrefslogtreecommitdiffstats
path: root/io_uring/cancel.c
AgeCommit message (Expand)AuthorLines
2023-07-17io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe-3/+8
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe-3/+14
2023-07-17io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe-6/+12
2023-07-17io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANYJens Axboe-2/+3
2023-07-17io_uring/cancel: abstract out request match helperJens Axboe-4/+13
2023-06-20io_uring: use io_file_from_index in __io_sync_cancelChristoph Hellwig-4/+1
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe-5/+4
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken-1/+1
2022-08-23io_uring: fix off-by-one in sync cancelation file checkJens Axboe-1/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher-2/+2
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe-0/+107
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe-3/+6
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe-8/+9
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov-1/+0
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov-3/+4
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov-3/+3
2022-07-24io_uring: clean up io_try_cancelPavel Begunkov-2/+2
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu-2/+12
2022-07-24io_uring: move cancelation into its own fileJens Axboe-0/+194