index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
io_uring/futex: mark wait requests as inflight
Jens Axboe
1
-1
/
+6
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-143
/
+142
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+1
2025-05-21
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-05-17
io_uring: add new helpers for posting overflows
Jens Axboe
1
-21
/
+29
2025-05-17
io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
Jens Axboe
1
-12
/
+11
2025-05-17
io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
Jens Axboe
1
-10
/
+16
2025-05-17
io_uring: split alloc and add of overflow
Jens Axboe
1
-29
/
+45
2025-05-16
io_uring: open code io_req_cqe_overflow()
Pavel Begunkov
1
-10
/
+10
2025-05-16
Merge branch 'io_uring-6.15' into for-6.16/io_uring
Jens Axboe
1
-44
/
+38
2025-05-12
io_uring: drain based on allocates reqs
Pavel Begunkov
1
-47
/
+32
2025-05-09
io_uring: count allocated requests
Pavel Begunkov
1
-1
/
+8
2025-05-09
io_uring: open code io_account_cq_overflow()
Pavel Begunkov
1
-9
/
+4
2025-05-09
io_uring: consolidate drain seq checking
Pavel Begunkov
1
-28
/
+17
2025-05-09
io_uring: remove drain prealloc checks
Pavel Begunkov
1
-12
/
+3
2025-05-09
io_uring: simplify drain ret passing
Pavel Begunkov
1
-3
/
+1
2025-05-09
io_uring: fix spurious drain flushing
Pavel Begunkov
1
-1
/
+13
2025-05-09
io_uring: account drain memory to cgroup
Pavel Begunkov
1
-1
/
+1
2025-05-09
io_uring: add lockdep asserts to io_add_aux_cqe
Pavel Begunkov
1
-0
/
+3
2025-05-07
io_uring: ensure deferred completions are flushed for multishot
Jens Axboe
1
-0
/
+8
2025-05-06
io_uring: move io_req_put_rsrc_nodes()
Pavel Begunkov
1
-0
/
+10
2025-05-06
io_uring: remove io_preinit_req()
Pavel Begunkov
1
-19
/
+2
2025-05-06
io_uring: enable per-io write streams
Keith Busch
1
-0
/
+2
2025-05-04
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-35
/
+15
2025-04-28
io_uring: delete misleading comment in io_fill_cqe_aux()
Pavel Begunkov
1
-5
/
+0
2025-04-24
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
1
-6
/
+7
2025-04-24
io_uring/eventfd: dedup signalling helpers
Pavel Begunkov
1
-2
/
+2
2025-04-24
io_uring: don't duplicate flushing in io_req_post_cqe
Pavel Begunkov
1
-3
/
+8
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
1
-1
/
+2
2025-04-21
io_uring/rsrc: remove node assignment helpers
Jens Axboe
1
-1
/
+2
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
1
-1
/
+1
2025-04-03
io_uring: always do atomic put from iowq
Pavel Begunkov
1
-1
/
+1
2025-03-31
io_uring: add req flag invariant build assertion
Pavel Begunkov
1
-0
/
+2
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
1
-8
/
+6
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
1
-38
/
+27
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+7
2025-03-27
io_uring/net: fix io_req_post_cqe abuse by send bundle
Pavel Begunkov
1
-2
/
+2
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-104
/
+145
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-7
/
+14
2025-03-25
io_uring: move min_events sanitisation
Pavel Begunkov
1
-9
/
+7
2025-03-25
io_uring: rename "min" arg in io_iopoll_check()
Pavel Begunkov
1
-4
/
+4
2025-03-25
io_uring: open code __io_post_aux_cqe()
Pavel Begunkov
1
-12
/
+2
2025-03-25
io_uring: defer iowq cqe overflow via task_work
Pavel Begunkov
1
-4
/
+7
2025-03-25
io_uring: fix retry handling off iowq
Pavel Begunkov
1
-1
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-03-21
io_uring/cmd: add iovec cache for commands
Pavel Begunkov
1
-2
/
+3
2025-03-20
io_uring: enable toggle of iowait usage when waiting on CQEs
Jens Axboe
1
-13
/
+19
2025-03-19
io_uring/cmd: don't expose entire cmd async data
Pavel Begunkov
1
-1
/
+1
2025-03-19
io_uring: rename the data cmd cache
Pavel Begunkov
1
-2
/
+2
[next]