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
Age
Commit message (
Expand
)
Author
Lines
2025-07-12
io_uring/poll: cleanup apoll freeing
Jens Axboe
-8
/
+3
2025-07-11
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
-7
/
+3
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
-6
/
+17
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
-11
/
+15
2025-07-10
io_uring/net: use passed in 'len' in io_recv_buf_select()
Jens Axboe
-1
/
+1
2025-07-08
io_uring/zcrx: prepare fallback for larger pages
Pavel Begunkov
-27
/
+56
2025-07-08
io_uring/zcrx: assert area type in io_zcrx_iov_page
Pavel Begunkov
-0
/
+2
2025-07-08
io_uring/zcrx: allocate sgtable for umem areas
Pavel Begunkov
-51
/
+28
2025-07-08
io_uring/zcrx: introduce io_populate_area_dma
Pavel Begunkov
-25
/
+31
2025-07-08
io_uring/zcrx: return error from io_zcrx_map_area_*
Pavel Begunkov
-13
/
+14
2025-07-08
io_uring/zcrx: always pass page to io_zcrx_copy_chunk
Pavel Begunkov
-11
/
+10
2025-07-08
Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
Jens Axboe
-2
/
+1
2025-07-08
io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
Jens Axboe
-2
/
+2
2025-07-07
io_uring/rw: cast rw->flags assignment to rwf_t
Jens Axboe
-1
/
+1
2025-07-07
io_uring/zcrx: fix pp destruction warnings
Pavel Begunkov
-3
/
+0
2025-07-06
Merge branch 'io_uring-6.16' into for-6.17/io_uring
Jens Axboe
-25
/
+54
2025-07-02
io_uring/rsrc: skip atomic refcount for uncloned buffers
Caleb Sander Mateos
-2
/
+4
2025-07-02
io_uring/mock: add trivial poll handler
Pavel Begunkov
-2
/
+35
2025-07-02
io_uring/mock: support for async read/write
Pavel Begunkov
-4
/
+55
2025-07-02
io_uring/mock: allow to choose FMODE_NOWAIT
Pavel Begunkov
-1
/
+7
2025-07-02
io_uring/mock: add sync read/write
Pavel Begunkov
-5
/
+62
2025-07-02
io_uring/mock: add cmd using vectored regbufs
Pavel Begunkov
-1
/
+69
2025-07-02
io_uring/mock: add basic infra for test mock files
Pavel Begunkov
-0
/
+149
2025-06-30
Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+2
2025-06-29
io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
Jens Axboe
-1
/
+2
2025-06-27
Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
-24
/
+52
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
-9
/
+18
2025-06-25
io_uring/net: mark iov as dynamically allocated even for single segments
Jens Axboe
-5
/
+6
2025-06-25
io_uring: fix resource leak in io_import_dmabuf()
Penglei Jiang
-2
/
+4
2025-06-24
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
-3
/
+7
2025-06-24
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
-1
/
+7
2025-06-24
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
-4
/
+9
2025-06-23
io_uring/netcmd: add tx timestamping cmd support
Pavel Begunkov
-0
/
+82
2025-06-23
io_uring: add mshot helper for posting CQE32
Pavel Begunkov
-0
/
+56
2025-06-23
io_uring/cmd: allow multishot polled commands
Pavel Begunkov
-0
/
+26
2025-06-23
io_uring/poll: introduce io_arm_apoll()
Pavel Begunkov
-17
/
+28
2025-06-23
io_uring/nop: add IORING_NOP_TW completion flag
Jens Axboe
-1
/
+7
2025-06-23
io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies
Jens Axboe
-9
/
+14
2025-06-23
io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
Jens Axboe
-21
/
+13
2025-06-23
io_uring: add struct io_cold_def->sqe_copy() method
Jens Axboe
-2
/
+26
2025-06-23
io_uring: add IO_URING_F_INLINE issue flag
Jens Axboe
-5
/
+7
2025-06-23
io_uring: make fallocate be hashed work
Fengnan Chang
-0
/
+1
2025-06-21
Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+1
2025-06-20
io_uring/net: always use current transfer count for buffer put
Jens Axboe
-1
/
+1
2025-06-19
Merge tag 'io_uring-6.16-20250619' of git://git.kernel.dk/linux
Linus Torvalds
-10
/
+10
2025-06-18
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
-3
/
+3
2025-06-17
io_uring/sqpoll: don't put task_struct on tctx setup failure
Jens Axboe
-4
/
+1
2025-06-17
io_uring: remove duplicate io_uring_alloc_task_context() definition
Jens Axboe
-2
/
+1
2025-06-15
io_uring: fix task leak issue in io_wq_create()
Penglei Jiang
-1
/
+3
2025-06-15
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
-0
/
+2
[prev]
[next]