index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-08-23
io_uring: optimise iowq refcounting
Pavel Begunkov
2021-08-23
io_uring: correct __must_hold annotation
Jens Axboe
2021-08-23
io_uring: code clean for completion_lock in io_arm_poll_handler()
Hao Xu
2021-08-23
io_uring: remove files pointer in cancellation functions
Hao Xu
2021-08-23
io_uring: skip request refcounting
Pavel Begunkov
2021-08-23
io_uring: remove submission references
Pavel Begunkov
2021-08-23
io_uring: remove req_ref_sub_and_test()
Pavel Begunkov
2021-08-23
io_uring: move req_ref_get() and friends
Pavel Begunkov
2021-08-23
io_uring: remove IRQ aspect of io_ring_ctx completion lock
Jens Axboe
2021-08-23
io_uring: run regular file completions from task_work
Jens Axboe
2021-08-23
io_uring: run linked timeouts from task_work
Jens Axboe
2021-08-23
io_uring: run timeouts from task_work
Jens Axboe
2021-08-23
io_uring: remove file batch-get optimisation
Pavel Begunkov
2021-08-23
io_uring: clean up tctx_task_work()
Pavel Begunkov
2021-08-23
io_uring: inline io_poll_remove_waitqs
Pavel Begunkov
2021-08-23
io_uring: remove extra argument for overflow flush
Pavel Begunkov
2021-08-23
io_uring: inline struct io_comp_state
Pavel Begunkov
2021-08-23
io_uring: use inflight_entry instead of compl.list
Pavel Begunkov
2021-08-23
io_uring: remove redundant args from cache_free
Pavel Begunkov
2021-08-23
io_uring: cache __io_free_req()'d requests
Pavel Begunkov
2021-08-23
io_uring: move io_fallback_req_func()
Pavel Begunkov
2021-08-23
io_uring: optimise putting task struct
Pavel Begunkov
2021-08-23
io_uring: drop exec checks from io_req_task_submit
Pavel Begunkov
2021-08-23
io_uring: kill unused IO_IOPOLL_BATCH
Pavel Begunkov
2021-08-23
io_uring: improve ctx hang handling
Pavel Begunkov
2021-08-23
io_uring: deduplicate open iopoll check
Pavel Begunkov
2021-08-23
io_uring: inline io_free_req_deferred
Pavel Begunkov
2021-08-23
io_uring: move io_rsrc_node_alloc() definition
Pavel Begunkov
2021-08-23
io_uring: move io_put_task() definition
Pavel Begunkov
2021-08-23
io_uring: extract a helper for ctx quiesce
Pavel Begunkov
2021-08-23
io_uring: optimise io_cqring_wait() hot path
Pavel Begunkov
2021-08-23
io_uring: add more locking annotations for submit
Pavel Begunkov
2021-08-23
io_uring: don't halt iopoll too early
Pavel Begunkov
2021-08-23
io_uring: refactor io_alloc_req
Pavel Begunkov
2021-08-23
io_uring: remove unnecessary PF_EXITING check
Pavel Begunkov
2021-08-23
io_uring: clean io-wq callbacks
Pavel Begunkov
2021-08-23
io_uring: avoid touching inode in rw prep
Pavel Begunkov
2021-08-23
io_uring: rename io_file_supports_async()
Pavel Begunkov
2021-08-23
io_uring: inline fixed part of io_file_get()
Pavel Begunkov
2021-08-23
io_uring: use kvmalloc for fixed files
Pavel Begunkov
2021-08-23
io_uring: be smarter about waking multiple CQ ring waiters
Jens Axboe
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-17
io_uring: pin ctx on fallback execution
Pavel Begunkov
2021-08-14
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
2021-08-09
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
2021-08-09
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
2021-08-09
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
2021-08-08
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
2021-08-08
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
[prev]
[next]