Age | Commit message (Expand) | Author | Files | Lines |
2023-11-28 | io_uring: use fget/fput consistently | Jens Axboe | 1 | -5/+6 |
2023-09-29 | io_uring: add support for futex wake and wait | Jens Axboe | 1 | -0/+5 |
2023-09-21 | io_uring: add IORING_OP_WAITID support | Jens Axboe | 1 | -0/+5 |
2023-07-17 | io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel | Jens Axboe | 1 | -3/+8 |
2023-07-17 | io_uring/cancel: support opcode based lookup and cancelation | Jens Axboe | 1 | -3/+14 |
2023-07-17 | io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA | Jens Axboe | 1 | -6/+12 |
2023-07-17 | io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY | Jens Axboe | 1 | -2/+3 |
2023-07-17 | io_uring/cancel: abstract out request match helper | Jens Axboe | 1 | -4/+13 |
2023-06-20 | io_uring: use io_file_from_index in __io_sync_cancel | Christoph Hellwig | 1 | -4/+1 |
2022-12-21 | io_uring/cancel: re-grab ctx mutex after finishing wait | Jens Axboe | 1 | -5/+4 |
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 |