Age | Commit message (Expand) | Author |
---|---|---|
2024-06-13 | io_uring: fix cancellation overwriting req->flags | Pavel Begunkov |
2024-02-08 | io_uring/cancel: don't default to setting req->work.cancel_seq | Jens Axboe |
2023-09-29 | io_uring: add support for futex wake and wait | Jens Axboe |
2023-07-17 | io_uring/cancel: support opcode based lookup and cancelation | Jens Axboe |
2023-07-17 | io_uring/cancel: abstract out request match helper | Jens Axboe |
2022-07-24 | io_uring: add sync cancelation API through io_uring_register() | Jens Axboe |
2022-07-24 | io_uring: have cancelation API accept io_uring_task directly | Jens Axboe |
2022-07-24 | io_uring: move a few private types to local headers | Jens Axboe |
2022-07-24 | io_uring: propagate locking state to poll cancel | Pavel Begunkov |
2022-07-24 | io_uring: introduce a struct for hash table | Pavel Begunkov |
2022-07-24 | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu |
2022-07-24 | io_uring: move cancelation into its own file | Jens Axboe |