index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
io_uring: reshuffle io_submit_state bits
Pavel Begunkov
1
-9
/
+5
2021-10-19
io_uring: safer fallback_work free
Pavel Begunkov
1
-1
/
+1
2021-10-19
io_uring: optimise plugging
Pavel Begunkov
1
-16
/
+16
2021-10-19
io_uring: correct fill events helpers types
Pavel Begunkov
1
-12
/
+12
2021-10-19
io_uring: inline io_poll_complete
Pavel Begunkov
1
-11
/
+2
2021-10-19
io_uring: inline io_req_needs_clean()
Pavel Begunkov
1
-6
/
+1
2021-10-19
io_uring: remove struct io_completion
Pavel Begunkov
1
-17
/
+7
2021-10-19
io_uring: control ->async_data with a REQ_F flag
Pavel Begunkov
1
-26
/
+46
2021-10-19
io_uring: optimise io_free_batch_list()
Pavel Begunkov
1
-2
/
+4
2021-10-19
io_uring: mark cold functions
Pavel Begunkov
1
-59
/
+64
2021-10-19
io_uring: optimise ctx referencing by requests
Pavel Begunkov
1
-12
/
+14
2021-10-19
io_uring: merge CQ and poll waitqueues
Pavel Begunkov
1
-7
/
+1
2021-10-19
io_uring: don't wake sqpoll in io_cqring_ev_posted
Pavel Begunkov
1
-2
/
+0
2021-10-19
io_uring: optimise request allocation
Pavel Begunkov
1
-8
/
+20
2021-10-19
io_uring: delay req queueing into compl-batch list
Pavel Begunkov
1
-10
/
+16
2021-10-19
io_uring: add more likely/unlikely() annotations
Pavel Begunkov
1
-3
/
+3
2021-10-19
io_uring: optimise kiocb layout
Pavel Begunkov
1
-2
/
+5
2021-10-19
io_uring: add flag to not fail link after timeout
Pavel Begunkov
1
-2
/
+6
2021-10-19
io_uring: clean up buffer select
Pavel Begunkov
1
-34
/
+12
2021-10-19
io_uring: init opcode in io_init_req()
Pavel Begunkov
1
-8
/
+4
2021-10-19
io_uring: don't return from io_drain_req()
Pavel Begunkov
1
-22
/
+14
2021-10-19
io_uring: extra a helper for drain init
Pavel Begunkov
1
-26
/
+22
2021-10-19
io_uring: disable draining earlier
Pavel Begunkov
1
-1
/
+4
2021-10-19
io_uring: comment why inline complete calls io_clean_op()
Pavel Begunkov
1
-0
/
+1
2021-10-19
io_uring: kill off ->inflight_entry field
Pavel Begunkov
1
-6
/
+3
2021-10-19
io_uring: restructure submit sqes to_submit checks
Pavel Begunkov
1
-3
/
+6
2021-10-19
io_uring: reshuffle queue_sqe completion handling
Pavel Begunkov
1
-3
/
+2
2021-10-19
io_uring: inline hot path of __io_queue_sqe()
Pavel Begunkov
1
-20
/
+28
2021-10-19
io_uring: split slow path from io_queue_sqe
Pavel Begunkov
1
-4
/
+11
2021-10-19
io_uring: remove drain_active check from hot path
Pavel Begunkov
1
-24
/
+29
2021-10-19
io_uring: deduplicate io_queue_sqe() call sites
Pavel Begunkov
1
-11
/
+9
2021-10-19
io_uring: don't pass state to io_submit_state_end
Pavel Begunkov
1
-3
/
+5
2021-10-19
io_uring: don't pass tail into io_free_batch_list
Pavel Begunkov
1
-8
/
+4
2021-10-19
io_uring: inline completion batching helpers
Pavel Begunkov
1
-44
/
+22
2021-10-19
io_uring: optimise batch completion
Pavel Begunkov
1
-28
/
+10
2021-10-19
io_uring: convert iopoll_completed to store_release
Pavel Begunkov
1
-11
/
+8
2021-10-19
io_uring: add a helper for batch free
Pavel Begunkov
1
-13
/
+21
2021-10-19
io_uring: use single linked list for iopoll
Pavel Begunkov
1
-27
/
+27
2021-10-19
io_uring: split iopoll loop
Pavel Begunkov
1
-13
/
+19
2021-10-19
io_uring: replace list with stack for req caches
Pavel Begunkov
1
-27
/
+24
2021-10-19
io_uring: remove allocation cache array
Pavel Begunkov
1
-43
/
+17
2021-10-19
io_uring: use slist for completion batching
Pavel Begunkov
1
-27
/
+25
2021-10-19
io_uring: make io_do_iopoll return number of reqs
Pavel Begunkov
1
-17
/
+17
2021-10-19
io_uring: force_nonspin
Pavel Begunkov
1
-6
/
+6
2021-10-19
io_uring: mark having different creds unlikely
Pavel Begunkov
1
-1
/
+1
2021-10-19
io_uring: return boolean value for io_alloc_async_data
Hao Xu
1
-1
/
+1
2021-10-19
io_uring: optimise io_req_init() sqe flags checks
Pavel Begunkov
1
-12
/
+17
2021-10-19
io_uring: remove ctx referencing from complete_post
Pavel Begunkov
1
-8
/
+2
2021-10-19
io_uring: add more uring info to fdinfo for debug
Hao Xu
1
-4
/
+55
2021-10-19
io_uring: kill extra wake_up_process in tw add
Pavel Begunkov
1
-2
/
+3
[prev]
[next]