index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
cancel.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: fix warnings on shadow variables
Jens Axboe
2024-04-15
1
-3
/
+1
*
io_uring/cancel: don't default to setting req->work.cancel_seq
Jens Axboe
2024-02-08
1
-2
/
+1
*
io_uring: use fget/fput consistently
Jens Axboe
2023-11-28
1
-5
/
+6
*
io_uring: add support for futex wake and wait
Jens Axboe
2023-09-29
1
-0
/
+5
*
io_uring: add IORING_OP_WAITID support
Jens Axboe
2023-09-21
1
-0
/
+5
*
io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel
Jens Axboe
2023-07-17
1
-3
/
+8
*
io_uring/cancel: support opcode based lookup and cancelation
Jens Axboe
2023-07-17
1
-3
/
+14
*
io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
Jens Axboe
2023-07-17
1
-6
/
+12
*
io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY
Jens Axboe
2023-07-17
1
-2
/
+3
*
io_uring/cancel: abstract out request match helper
Jens Axboe
2023-07-17
1
-4
/
+13
*
io_uring: use io_file_from_index in __io_sync_cancel
Christoph Hellwig
2023-06-20
1
-4
/
+1
*
io_uring/cancel: re-grab ctx mutex after finishing wait
Jens Axboe
2022-12-21
1
-5
/
+4
*
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-13
1
-2
/
+2
*
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
2022-07-25
1
-0
/
+107
*
io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
Jens Axboe
2022-07-25
1
-3
/
+6
*
io_uring: have cancelation API accept io_uring_task directly
Jens Axboe
2022-07-25
1
-8
/
+9
*
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-25
1
-1
/
+0
*
io_uring: propagate locking state to poll cancel
Pavel Begunkov
2022-07-25
1
-3
/
+4
*
io_uring: introduce a struct for hash table
Pavel Begunkov
2022-07-25
1
-3
/
+3
*
io_uring: clean up io_try_cancel
Pavel Begunkov
2022-07-25
1
-2
/
+2
*
io_uring: switch cancel_hash to use per entry spinlock
Hao Xu
2022-07-25
1
-2
/
+12
*
io_uring: move cancelation into its own file
Jens Axboe
2022-07-25
1
-0
/
+194