index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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-10-08
io_uring/zcrx: increment fallback loop src offset
Pavel Begunkov
1
-0
/
+1
2025-10-08
io_uring/zcrx: fix overshooting recv limit
Pavel Begunkov
1
-0
/
+4
2025-10-07
io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Jens Axboe
1
-1
/
+2
2025-10-03
io_uring: update liburing git URL
Jens Axboe
1
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+2
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
25
-406
/
+839
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-37
/
+15
2025-09-21
io_uring/zcrx: remove nth_page() usage within folio
David Hildenbrand
1
-2
/
+2
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
2
-5
/
+8
2025-09-19
Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linux
Linus Torvalds
8
-37
/
+15
2025-09-19
io_uring/query: cap number of queries
Pavel Begunkov
1
-1
/
+5
2025-09-19
io_uring/query: prevent infinite loops
Pavel Begunkov
1
-0
/
+4
2025-09-19
io_uring: fix incorrect io_kiocb reference in io_link_skb
Yang Xiuwei
1
-1
/
+1
2025-09-18
io_uring/msg_ring: kill alloc_cache for io_kiocb allocations
Jens Axboe
2
-26
/
+2
2025-09-18
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
5
-7
/
+9
2025-09-16
io_uring/zcrx: account niov arrays to cgroup
Pavel Begunkov
1
-3
/
+3
2025-09-16
io_uring/zcrx: allow synchronous buffer return
Pavel Begunkov
3
-0
/
+78
2025-09-16
io_uring/zcrx: introduce io_parse_rqe()
Pavel Begunkov
1
-13
/
+23
2025-09-16
io_uring/zcrx: don't adjust free cache space
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: use guards for the refill lock
Pavel Begunkov
1
-5
/
+2
2025-09-16
io_uring/zcrx: reduce netmem scope in refill
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: protect netdev with pp_lock
Pavel Begunkov
2
-13
/
+11
2025-09-16
io_uring/zcrx: rename dma lock
Pavel Begunkov
2
-5
/
+10
2025-09-16
io_uring/zcrx: make niov size variable
Pavel Begunkov
2
-10
/
+21
2025-09-16
io_uring/zcrx: set sgt for umem area
Pavel Begunkov
2
-9
/
+7
2025-09-16
io_uring/zcrx: remove dmabuf_offset
Pavel Begunkov
2
-12
/
+2
2025-09-16
io_uring/zcrx: deduplicate area mapping
Pavel Begunkov
1
-23
/
+14
2025-09-16
io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
Pavel Begunkov
1
-6
/
+6
2025-09-16
io_uring/zcrx: check all niovs filled with dma addresses
Pavel Begunkov
1
-0
/
+3
2025-09-16
io_uring/zcrx: move area reg checks into io_import_area
Pavel Begunkov
1
-9
/
+9
2025-09-16
io_uring/zcrx: don't pass slot to io_zcrx_create_area
Pavel Begunkov
1
-4
/
+14
2025-09-16
io_uring/zcrx: remove extra io_zcrx_drop_netdev
Pavel Begunkov
1
-1
/
+0
2025-09-16
io_uring/zcrx: use page_pool_unref_and_test()
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: replace memchar_inv with is_zero
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: improve rqe cache alignment
Pavel Begunkov
1
-4
/
+5
2025-09-15
io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULL
Feng Zhou
1
-1
/
+1
2025-09-15
io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflow
Max Kellermann
1
-3
/
+3
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-09-10
io_uring: correct size of overflow CQE calculation
Jens Axboe
1
-1
/
+1
2025-09-10
io_uring: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-10
io_uring: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-08
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
1
-0
/
+7
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
10
-2
/
+9
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2025-09-08
io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-7
/
+3
2025-09-08
io_uring: introduce io_uring querying
Pavel Begunkov
4
-1
/
+109
2025-09-08
io_uring: add macros for avaliable flags
Pavel Begunkov
2
-29
/
+60
2025-09-08
io_uring: add helper for *REGISTER_SEND_MSG_RING
Pavel Begunkov
1
-14
/
+19
2025-09-04
io_uring: remove WRITE_ONCE() in io_uring_create()
Caleb Sander Mateos
1
-2
/
+7
[next]