开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
cancel.c
Age
Commit message (
Expand
)
Author
2023-06-20
io_uring: use io_file_from_index in __io_sync_cancel
Christoph Hellwig
2022-12-21
io_uring/cancel: re-grab ctx mutex after finishing wait
Jens Axboe
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
2022-08-23
io_uring: fix off-by-one in sync cancelation file check
Jens Axboe
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-07-24
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
2022-07-24
io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
Jens Axboe
2022-07-24
io_uring: have cancelation API accept io_uring_task directly
Jens Axboe
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
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: clean up io_try_cancel
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