index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
io_uring.h
Age
Commit message (
Expand
)
Author
2021-04-11
io_uring: unify files and task cancel
Pavel Begunkov
2021-03-18
io_uring: remove structures from include/linux/io_uring.h
Stefan Metzmacher
2021-03-07
io_uring: index io_uring->xa by ctx not file
Pavel Begunkov
2021-03-04
io_uring: destroy io-wq on exec
Pavel Begunkov
2021-02-23
io_uring: ensure io-wq context is always destroyed for tasks
Jens Axboe
2021-02-21
io_uring: remove io_identity
Jens Axboe
2021-02-21
io_uring: tie async worker side to the task context
Jens Axboe
2021-02-10
io_uring: provide FIFO ordering for task_work
Jens Axboe
2020-11-04
io_uring: properly handle SQPOLL request cancelations
Jens Axboe
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
2020-10-17
io_uring: COW io_identity on mismatch
Jens Axboe
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
2020-09-30
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
2020-09-30
io_uring: don't rely on weak ->files references
Jens Axboe