index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-19
io_uring/rw: move ki_complete init into prep
Pavel Begunkov
1
-3
/
+8
2025-02-19
io_uring/rw: don't directly use ki_complete
Pavel Begunkov
1
-5
/
+9
2025-02-19
io_uring/rw: forbid multishot async reads
Pavel Begunkov
1
-2
/
+11
2025-02-19
io_uring/zcrx: recheck ifq on shutdown
Pavel Begunkov
1
-3
/
+3
2025-02-19
io_uring/rsrc: remove unused constants
Caleb Sander Mateos
1
-6
/
+0
2025-02-18
io_uring: use lockless_cq flag in io_req_complete_post()
Caleb Sander Mateos
1
-1
/
+1
2025-02-18
io_uring: Use helper function hrtimer_update_function()
Nam Cao
1
-1
/
+1
2025-02-18
io_uring/timeout: Switch to use hrtimer_setup()
Nam Cao
1
-7
/
+6
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
1
-2
/
+2
2025-02-17
io_uring/zcrx: add copy fallback
Pavel Begunkov
1
-6
/
+114
2025-02-17
io_uring/zcrx: throttle receive requests
Pavel Begunkov
2
-0
/
+11
2025-02-17
io_uring/zcrx: set pp memory provider for an rx queue
David Wei
1
-8
/
+41
2025-02-17
io_uring/zcrx: add io_recvzc request
David Wei
5
-1
/
+300
2025-02-17
io_uring/zcrx: dma-map area for the device
Pavel Begunkov
2
-1
/
+82
2025-02-17
io_uring/zcrx: implement zerocopy receive pp memory provider
Pavel Begunkov
2
-0
/
+277
2025-02-17
io_uring/zcrx: grab a net device
Pavel Begunkov
2
-0
/
+33
2025-02-17
io_uring/zcrx: add io_zcrx_area
David Wei
4
-3
/
+105
2025-02-17
io_uring/zcrx: add interface queue and refill queue
David Wei
7
-0
/
+210
2025-02-17
io_uring: pass struct io_tw_state by value
Caleb Sander Mateos
1
-7
/
+7
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
12
-55
/
+58
2025-02-17
io_uring/rsrc: avoid NULL check in io_put_rsrc_node()
Caleb Sander Mateos
2
-2
/
+3
2025-02-17
io_uring: pass ctx instead of req to io_init_req_drain()
Caleb Sander Mateos
1
-3
/
+2
2025-02-17
io_uring: use IO_REQ_LINK_FLAGS more
Caleb Sander Mateos
1
-3
/
+4
2025-02-17
io_uring/net: improve recv bundles
Jens Axboe
1
-0
/
+18
2025-02-17
io_uring/waitid: use generic io_cancel_remove() helper
Jens Axboe
1
-23
/
+1
2025-02-17
io_uring/futex: use generic io_cancel_remove() helper
Jens Axboe
1
-23
/
+1
2025-02-17
io_uring/cancel: add generic cancel helper
Jens Axboe
2
-0
/
+25
2025-02-17
io_uring/waitid: convert to io_cancel_remove_all()
Jens Axboe
1
-17
/
+3
2025-02-17
io_uring/futex: convert to io_cancel_remove_all()
Jens Axboe
1
-17
/
+3
2025-02-17
io_uring/cancel: add generic remove_all helper
Jens Axboe
2
-0
/
+25
2025-02-17
io_uring/kbuf: uninline __io_put_kbufs
Pavel Begunkov
2
-64
/
+70
2025-02-17
io_uring/kbuf: introduce io_kbuf_drop_legacy()
Pavel Begunkov
3
-23
/
+13
2025-02-17
io_uring/kbuf: open code __io_put_kbuf()
Pavel Begunkov
2
-8
/
+1
2025-02-17
io_uring/kbuf: remove legacy kbuf caching
Pavel Begunkov
3
-55
/
+9
2025-02-17
io_uring/kbuf: simplify __io_put_kbuf
Pavel Begunkov
2
-27
/
+6
2025-02-17
io_uring/kbuf: move locking into io_kbuf_drop()
Pavel Begunkov
2
-6
/
+3
2025-02-17
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
3
-7
/
+2
2025-02-17
io_uring/kbuf: remove legacy kbuf bulk allocation
Pavel Begunkov
1
-25
/
+5
2025-02-17
io_uring: sanitise ring params earlier
Pavel Begunkov
1
-33
/
+44
2025-02-17
io_uring: check for iowq alloc_workqueue failure
Pavel Begunkov
1
-0
/
+1
2025-02-17
io_uring: deduplicate caches deallocation
Pavel Begunkov
1
-12
/
+12
2025-02-17
io_uring/io-wq: pass io_wq to io_get_next_work()
Max Kellermann
1
-3
/
+2
2025-02-17
io_uring/io-wq: do not use bogus hash value
Max Kellermann
1
-1
/
+3
2025-02-17
io_uring/io-wq: cache work->flags in variable
Max Kellermann
2
-13
/
+27
2025-02-17
io_uring/io-wq: move worker lists to struct io_wq_acct
Max Kellermann
1
-66
/
+96
2025-02-17
io_uring/io-wq: add io_worker.acct pointer
Max Kellermann
1
-15
/
+8
2025-02-17
io_uring/io-wq: eliminate redundant io_work_get_acct() calls
Max Kellermann
1
-5
/
+4
2025-02-15
io_uring: prevent opcode speculation
Pavel Begunkov
1
-0
/
+2
2025-02-14
io-wq: backoff when retrying worker creation
Uday Shankar
1
-5
/
+18
2025-02-14
Merge tag 'io_uring-6.14-20250214' of git://git.kernel.dk/linux
Linus Torvalds
3
-32
/
+30
[prev]
[next]