Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_uring/cancel: support opcode based lookup and cancelation | Jens Axboe | 2023-07-17 | 1 | -1/+1 |
* | io_uring/cancel: abstract out request match helper | Jens Axboe | 2023-07-17 | 1 | -0/+1 |
* | io_uring: add sync cancelation API through io_uring_register() | Jens Axboe | 2022-07-24 | 1 | -0/+2 |
* | io_uring: have cancelation API accept io_uring_task directly | Jens Axboe | 2022-07-24 | 1 | -1/+1 |
* | io_uring: move a few private types to local headers | Jens Axboe | 2022-07-24 | 1 | -0/+13 |
* | io_uring: propagate locking state to poll cancel | Pavel Begunkov | 2022-07-24 | 1 | -1/+2 |
* | io_uring: introduce a struct for hash table | Pavel Begunkov | 2022-07-24 | 1 | -6/+1 |
* | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu | 2022-07-24 | 1 | -0/+6 |
* | io_uring: move cancelation into its own file | Jens Axboe | 2022-07-24 | 1 | -0/+6 |