index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-24
1
-3
/
+18
|
\
|
*
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
2024-09-20
1
-0
/
+15
|
*
io_uring: improve request linking trace
Jens Axboe
2024-09-20
1
-1
/
+1
|
*
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
2024-09-19
1
-2
/
+2
*
|
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-09-18
1
-6
/
+8
|
\
\
|
*
|
io_uring: port to struct kmem_cache_args
Christian Brauner
2024-09-10
1
-6
/
+8
*
|
|
io_uring/cmd: expose iowq to cmds
Pavel Begunkov
2024-09-11
1
-0
/
+11
|
|
/
|
/
|
*
|
io_uring/kbuf: pass in 'len' argument for buffer commit
Jens Axboe
2024-08-29
1
-1
/
+1
*
|
io_uring: wire up min batch wake timeout
Jens Axboe
2024-08-25
1
-4
/
+4
*
|
io_uring: add support for batch wait timeout
Jens Axboe
2024-08-25
1
-13
/
+80
*
|
io_uring: implement our own schedule timeout handling
Jens Axboe
2024-08-25
1
-4
/
+31
*
|
io_uring: move schedule wait logic into helper
Jens Axboe
2024-08-25
1
-16
/
+21
*
|
io_uring: encapsulate extraneous wait flags into a separate struct
Jens Axboe
2024-08-25
1
-21
/
+24
*
|
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
2024-08-25
1
-2
/
+6
*
|
io_uring: add absolute mode wait timeouts
Pavel Begunkov
2024-08-25
1
-7
/
+8
*
|
io_uring/napi: postpone napi timeout adjustment
Pavel Begunkov
2024-08-25
1
-1
/
+0
|
/
*
io_uring/napi: pass ktime to io_napi_adjust_timeout
Pavel Begunkov
2024-07-26
1
-2
/
+4
*
io_uring: align iowq and task request error handling
Pavel Begunkov
2024-07-24
1
-1
/
+1
*
io_uring: tighten task exit cancellations
Pavel Begunkov
2024-07-24
1
-1
/
+4
*
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-95
/
+55
|
\
|
*
io_uring/msg_ring: fix overflow posting
Pavel Begunkov
2024-07-02
1
-1
/
+5
|
*
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
2024-06-24
1
-0
/
+6
|
*
io_uring: add io_add_aux_cqe() helper
Jens Axboe
2024-06-24
1
-2
/
+21
|
*
io_uring: add remote task_work execution helper
Jens Axboe
2024-06-24
1
-8
/
+16
|
*
io_uring/io-wq: make io_wq_work flags atomic
Jens Axboe
2024-06-16
1
-6
/
+6
|
*
io_uring: use 'state' consistently
Jens Axboe
2024-06-16
1
-1
/
+1
|
*
io_uring/eventfd: move eventfd handling to separate file
Jens Axboe
2024-06-16
1
-81
/
+1
|
*
io_uring/eventfd: move to more idiomatic RCU free usage
Jens Axboe
2024-06-16
1
-23
/
+26
*
|
io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
Jens Axboe
2024-06-25
1
-2
/
+2
|
/
*
io_uring: fix cancellation overwriting req->flags
Pavel Begunkov
2024-06-14
1
-0
/
+1
*
io_uring: remove checks for NULL 'sq_offset'
Jens Axboe
2024-05-22
1
-4
/
+2
*
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-544
/
+121
|
\
|
*
io_uring/rw: reinstate thread check for retries
Jens Axboe
2024-04-25
1
-13
/
+0
|
*
io_uring/net: support bundles for recv
Jens Axboe
2024-04-22
1
-1
/
+2
|
*
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
2024-04-17
1
-0
/
+13
|
*
io_uring: ensure overflow entries are dropped when ring is exiting
Jens Axboe
2024-04-15
1
-1
/
+2
|
*
io_uring: consolidate overflow flushing
Pavel Begunkov
2024-04-15
1
-25
/
+15
|
*
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
2024-04-15
1
-5
/
+8
|
*
io_uring: open code io_cqring_overflow_flush()
Pavel Begunkov
2024-04-15
1
-8
/
+3
|
*
io_uring: remove extra SQPOLL overflow flush
Pavel Begunkov
2024-04-15
1
-2
/
+0
|
*
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
2024-04-15
1
-1
/
+1
|
*
io_uring: return void from io_put_kbuf_comp()
Ming Lei
2024-04-15
1
-1
/
+1
|
*
io_uring: remove io_req_put_rsrc_locked()
Pavel Begunkov
2024-04-15
1
-3
/
+2
|
*
io_uring: remove async request cache
Pavel Begunkov
2024-04-15
1
-22
/
+0
|
*
io_uring: turn implicit assumptions into a warning
Pavel Begunkov
2024-04-15
1
-1
/
+11
|
*
io_uring: kill dead code in io_req_complete_post
Ming Lei
2024-04-15
1
-35
/
+2
|
*
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
1
-325
/
+2
|
*
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
2024-04-15
1
-3
/
+1
|
*
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
1
-42
/
+16
|
*
io_uring: unify io_pin_pages()
Jens Axboe
2024-04-15
1
-19
/
+42
[next]