index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-18
io_uring: include task_work run after scheduling in wait for events
Jens Axboe
1
-1
/
+10
2022-12-15
io_uring: use call_rcu_hurry if signaling an eventfd
Dylan Yudaken
1
-1
/
+1
2022-12-15
io_uring: fix overflow handling regression
Pavel Begunkov
1
-1
/
+1
2022-12-14
io_uring: ease timeout flush locking requirements
Pavel Begunkov
1
-5
/
+4
2022-12-14
io_uring: revise completion_lock locking
Pavel Begunkov
1
-2
/
+14
2022-12-13
Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-57
/
+110
2022-12-13
Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-91
/
+132
2022-12-07
io_uring: skip spinlocking for ->task_complete
Pavel Begunkov
1
-19
/
+52
2022-12-07
io_uring: never run tw and fallback in parallel
Pavel Begunkov
1
-2
/
+10
2022-12-07
io_uring: use tw for putting rsrc
Pavel Begunkov
1
-0
/
+1
2022-12-07
io_uring: complete all requests in task context
Pavel Begunkov
1
-3
/
+11
2022-12-07
io_uring: don't check overflow flush failures
Pavel Begunkov
1
-18
/
+6
2022-12-07
io_uring: skip overflow CQE posting for dying ring
Pavel Begunkov
1
-14
/
+31
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
1
-1
/
+1
2022-12-07
io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
Harshit Mogalapalli
1
-1
/
+3
2022-11-30
io_uring: don't raw spin unlock to match cq_lock
Pavel Begunkov
1
-1
/
+1
2022-11-30
io_uring: kill io_poll_issue's PF_EXITING check
Pavel Begunkov
1
-2
/
+0
2022-11-25
io_uring: keep unlock_post inlined in hot path
Pavel Begunkov
1
-2
/
+9
2022-11-25
io_uring: spelling fix
Dylan Yudaken
1
-1
/
+1
2022-11-25
io_uring: remove io_req_complete_post_tw
Dylan Yudaken
1
-1
/
+1
2022-11-25
io_uring: allow multishot polled reqs to defer completion
Dylan Yudaken
1
-1
/
+2
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
1
-4
/
+8
2022-11-25
io_uring: add lockdep assertion in io_fill_cqe_aux
Dylan Yudaken
1
-0
/
+2
2022-11-25
io_uring: make io_fill_cqe_aux static
Dylan Yudaken
1
-2
/
+2
2022-11-25
io_uring: add io_aux_cqe which allows deferred completion
Dylan Yudaken
1
-0
/
+34
2022-11-25
io_uring: allow defer completion for aux posted cqes
Dylan Yudaken
1
-3
/
+24
2022-11-25
io_uring: defer all io_req_complete_failed
Dylan Yudaken
1
-9
/
+8
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
1
-6
/
+15
2022-11-23
io_uring: inline __io_req_complete_put()
Pavel Begunkov
1
-13
/
+7
2022-11-23
io_uring: remove io_req_tw_post_queue
Pavel Begunkov
1
-12
/
+0
2022-11-23
io_uring: hold locks for io_req_complete_failed
Pavel Begunkov
1
-1
/
+5
2022-11-22
io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
Jens Axboe
1
-13
/
+4
2022-11-22
io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
Jens Axboe
1
-2
/
+2
2022-11-21
io_uring: inline __io_req_complete_post()
Pavel Begunkov
1
-8
/
+3
2022-11-21
io_uring: split tw fallback into a function
Pavel Begunkov
1
-10
/
+15
2022-11-21
io_uring: inline io_req_task_work_add()
Pavel Begunkov
1
-6
/
+1
2022-11-21
io_uring: update outdated comment of callbacks
Lin Ma
1
-1
/
+1
2022-11-21
io_uring: do not always force run task_work in io_uring_register
Dylan Yudaken
1
-2
/
+0
2022-11-21
io_uring: move kbuf put out of generic tw complete
Pavel Begunkov
1
-6
/
+0
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
1
-1
/
+1
2022-11-08
io_uring: calculate CQEs from the user visible value
Dylan Yudaken
1
-2
/
+8
2022-10-27
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
1
-4
/
+4
2022-10-27
io_uring: use io_run_local_work_locked helper
Dylan Yudaken
1
-2
/
+1
2022-10-17
io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
Pavel Begunkov
1
-8
/
+5
2022-10-17
io_uring: reuse io_alloc_req()
Pavel Begunkov
1
-6
/
+2
2022-10-17
io_uring: kill hot path fixed file bitmap debug checks
Pavel Begunkov
1
-1
/
+0
2022-10-17
io_uring: remove FFS_SCM
Pavel Begunkov
1
-2
/
+0
2022-10-13
io_uring: optimise locking for local tw with submit_wait
Pavel Begunkov
1
-2
/
+10
2022-10-13
io_uring: remove redundant memory barrier in io_req_local_work_add
Pavel Begunkov
1
-2
/
+3
2022-10-13
io_uring: remove notif leftovers
Pavel Begunkov
1
-1
/
+0
[next]