index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-10-19
io_uring: optimise rw comletion handlers
Pavel Begunkov
2021-10-19
io_uring: prioritise read success path over fails
Pavel Begunkov
2021-10-19
io_uring: consistent typing for issue_flags
Pavel Begunkov
2021-10-19
io_uring: optimise rsrc referencing
Pavel Begunkov
2021-10-19
io_uring: optimise io_req_set_rsrc_node()
Pavel Begunkov
2021-10-19
io_uring: fix io_free_batch_list races
Pavel Begunkov
2021-10-19
io_uring: remove extra io_ring_exit_work wake up
Pavel Begunkov
2021-10-19
io_uring: optimise out req->opcode reloading
Pavel Begunkov
2021-10-19
io_uring: reshuffle io_submit_state bits
Pavel Begunkov
2021-10-19
io_uring: safer fallback_work free
Pavel Begunkov
2021-10-19
io_uring: optimise plugging
Pavel Begunkov
2021-10-19
io_uring: correct fill events helpers types
Pavel Begunkov
2021-10-19
io_uring: inline io_poll_complete
Pavel Begunkov
2021-10-19
io_uring: inline io_req_needs_clean()
Pavel Begunkov
2021-10-19
io_uring: remove struct io_completion
Pavel Begunkov
2021-10-19
io_uring: control ->async_data with a REQ_F flag
Pavel Begunkov
2021-10-19
io_uring: optimise io_free_batch_list()
Pavel Begunkov
2021-10-19
io_uring: mark cold functions
Pavel Begunkov
2021-10-19
io_uring: optimise ctx referencing by requests
Pavel Begunkov
2021-10-19
io_uring: merge CQ and poll waitqueues
Pavel Begunkov
2021-10-19
io_uring: don't wake sqpoll in io_cqring_ev_posted
Pavel Begunkov
2021-10-19
io_uring: optimise request allocation
Pavel Begunkov
2021-10-19
io_uring: delay req queueing into compl-batch list
Pavel Begunkov
2021-10-19
io_uring: add more likely/unlikely() annotations
Pavel Begunkov
2021-10-19
io_uring: optimise kiocb layout
Pavel Begunkov
2021-10-19
io_uring: add flag to not fail link after timeout
Pavel Begunkov
2021-10-19
io_uring: clean up buffer select
Pavel Begunkov
2021-10-19
io_uring: init opcode in io_init_req()
Pavel Begunkov
2021-10-19
io_uring: don't return from io_drain_req()
Pavel Begunkov
2021-10-19
io_uring: extra a helper for drain init
Pavel Begunkov
2021-10-19
io_uring: disable draining earlier
Pavel Begunkov
2021-10-19
io_uring: comment why inline complete calls io_clean_op()
Pavel Begunkov
2021-10-19
io_uring: kill off ->inflight_entry field
Pavel Begunkov
2021-10-19
io_uring: restructure submit sqes to_submit checks
Pavel Begunkov
2021-10-19
io_uring: reshuffle queue_sqe completion handling
Pavel Begunkov
2021-10-19
io_uring: inline hot path of __io_queue_sqe()
Pavel Begunkov
2021-10-19
io_uring: split slow path from io_queue_sqe
Pavel Begunkov
2021-10-19
io_uring: remove drain_active check from hot path
Pavel Begunkov
2021-10-19
io_uring: deduplicate io_queue_sqe() call sites
Pavel Begunkov
2021-10-19
io_uring: don't pass state to io_submit_state_end
Pavel Begunkov
2021-10-19
io_uring: don't pass tail into io_free_batch_list
Pavel Begunkov
2021-10-19
io_uring: inline completion batching helpers
Pavel Begunkov
2021-10-19
io_uring: optimise batch completion
Pavel Begunkov
2021-10-19
io_uring: convert iopoll_completed to store_release
Pavel Begunkov
2021-10-19
io_uring: add a helper for batch free
Pavel Begunkov
2021-10-19
io_uring: use single linked list for iopoll
Pavel Begunkov
2021-10-19
io_uring: split iopoll loop
Pavel Begunkov
2021-10-19
io_uring: replace list with stack for req caches
Pavel Begunkov
2021-10-19
io_uring: remove allocation cache array
Pavel Begunkov
2021-10-19
io_uring: use slist for completion batching
Pavel Begunkov
[prev]
[next]