Files
linux-st/include/uapi/linux
Jens Axboe 8e29da69fe io_uring: add support for IORING_ASYNC_CANCEL_ALL
The current cancelation will lookup and cancel the first request it
finds based on the key passed in. Add a flag that allows to cancel any
request that matches they key. It completes with the number of requests
found and canceled, or res < 0 if an error occured.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20220418164402.75259-4-axboe@kernel.dk
2022-04-24 18:18:18 -06:00
..
2022-02-21 19:33:05 +00:00
2022-03-11 08:28:05 -08:00
2022-03-01 18:29:27 -08:00
2022-03-08 22:06:11 -08:00
2022-03-18 13:09:17 +02:00