index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
cancel.h
Age
Commit message (
Expand
)
Author
2025-02-17
io_uring/cancel: add generic cancel helper
Jens Axboe
2025-02-17
io_uring/cancel: add generic remove_all helper
Jens Axboe
2024-10-29
io_uring/cancel: get rid of init_hash_table() helper
Jens Axboe
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