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