Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_uring: add IORING_SETUP_DEFER_TASKRUN | Dylan Yudaken | 2022-09-21 | 1 | -1/+1 |
* | io_uring: fix off-by-one in sync cancelation file check | Jens Axboe | 2022-08-23 | 1 | -1/+1 |
* | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 2022-08-12 | 1 | -2/+2 |
* | io_uring: add sync cancelation API through io_uring_register() | Jens Axboe | 2022-07-24 | 1 | -0/+107 |
* | io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag | Jens Axboe | 2022-07-24 | 1 | -3/+6 |
* | io_uring: have cancelation API accept io_uring_task directly | Jens Axboe | 2022-07-24 | 1 | -8/+9 |
* | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 2022-07-24 | 1 | -1/+0 |
* | io_uring: propagate locking state to poll cancel | Pavel Begunkov | 2022-07-24 | 1 | -3/+4 |
* | io_uring: introduce a struct for hash table | Pavel Begunkov | 2022-07-24 | 1 | -3/+3 |
* | io_uring: clean up io_try_cancel | Pavel Begunkov | 2022-07-24 | 1 | -2/+2 |
* | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu | 2022-07-24 | 1 | -2/+12 |
* | io_uring: move cancelation into its own file | Jens Axboe | 2022-07-24 | 1 | -0/+194 |