index
:
pub/scm/linux/kernel/git/liam/linux.git
master
liam's fork of linux.git
Liam R. Howlett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2
-3
/
+3
13 days
Merge tag 'io_uring-7.3-20260828' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+29
2026-08-25
io_uring/waitid: avoid siginfo copy during ring teardown
Hui Su
1
-4
/
+15
2026-08-25
io_uring/waitid: honor task_work cancellation
Hui Su
1
-4
/
+12
2026-08-25
io_uring/query: cap user size passed to copy_struct_to_user
Laxman Acharya Padhya
1
-0
/
+3
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-43
/
+91
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-2
/
+7
2026-08-20
Merge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
20
-245
/
+430
2026-08-17
io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
Joanne Koong
3
-7
/
+2
2026-08-17
io_uring/rsrc: add io_buffer_register_bvec()
Joanne Koong
1
-0
/
+35
2026-08-17
io_uring/rsrc: split io_buffer_register_request() logic
Joanne Koong
1
-33
/
+51
2026-08-17
io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
Joanne Koong
1
-7
/
+7
2026-08-15
io_uring/uring_cmd: don't skip completion for a synchronous multishot cmd
Jens Axboe
1
-4
/
+0
2026-08-15
io_uring/memmap: account the pages a compound region really uses
Ali Ahmet Memis
1
-7
/
+30
2026-08-15
io_uring/zcrx: add dynamic area provisioning
Pavel Begunkov
1
-6
/
+50
2026-08-15
io_uring/zcrx: lock area creation with pp_lock
Pavel Begunkov
1
-8
/
+4
2026-08-15
io_uring/zcrx: keep array of areas
Pavel Begunkov
2
-30
/
+87
2026-08-15
io_uring/zcrx: move freelist lock to struct zcrx
Pavel Begunkov
2
-8
/
+8
2026-08-15
io_uring/zcrx: unmap under netdev lock
Pavel Begunkov
1
-8
/
+14
2026-08-15
io_uring/zcrx: split dmabuf unmap and release
Pavel Begunkov
1
-6
/
+11
2026-08-15
io_uring/zcrx: don't pass ifq_reg to area creation
Pavel Begunkov
1
-6
/
+14
2026-08-15
io_uring/zcrx: add helper for deriving area token
Pavel Begunkov
1
-2
/
+7
2026-08-15
io_uring/zcrx: don't reload skb_shinfo
Pavel Begunkov
1
-6
/
+5
2026-08-15
io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()
Pavel Begunkov
1
-19
/
+16
2026-08-15
io_uring/zcrx: constify area_reg on import
Pavel Begunkov
1
-3
/
+3
2026-08-15
io_uring/zcrx: coalesce same-niov RQEs on refill
Pavel Begunkov
1
-20
/
+36
2026-08-15
io_uring/zcrx: cache RQ tail
Pavel Begunkov
2
-6
/
+22
2026-08-15
io_uring/zcrx: add RQ iterator
Pavel Begunkov
1
-6
/
+26
2026-08-15
io_uring/zcrx: move RQ head/tail to separate cache lines
Pavel Begunkov
3
-6
/
+11
2026-08-15
io_uring/zcrx: scale refilling with large pages
Pavel Begunkov
1
-7
/
+14
2026-08-15
io_uring/io-wq: fix worker accounting when canceling creation callbacks
Vishnu Razdan
1
-3
/
+6
2026-08-15
io_uring/net: Drop ddir argument from io_msg_copy_hdr
Gabriel Krisman Bertazi
1
-3
/
+3
2026-08-15
io_uring/net: Drop custom iov copy in io_msg_copy_hdr
Gabriel Krisman Bertazi
1
-50
/
+19
2026-08-15
io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prep
Gabriel Krisman Bertazi
1
-19
/
+5
2026-08-15
io_uring: defer eventfd signaling when queued from a wakeup handler
Jens Axboe
7
-21
/
+22
2026-08-12
io_uring/rsrc: reject overflowing regvec bvec byte counts
Jérémy Jean
1
-2
/
+6
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-2
/
+2
2026-08-04
block: split out a new blk_plug.h header
Christoph Hellwig
4
-0
/
+5
2026-08-03
io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()
Ali Ahmet Memis
1
-1
/
+1
2026-08-03
io_uring/cmd: fix iovec leak when the async cmd is not recycled
Woraphat Khiaodaeng
1
-0
/
+4
2026-07-30
io_uring: preserve task restrictions across exec
Kyumin Lee
3
-2
/
+8
2026-07-30
io_uring/uring_cmd: skip io_uring_cmd_issue_blocking() task work
Caleb Sander Mateos
3
-14
/
+3
2026-07-30
io_uring/zcrx: don't clear master_ctx from the import path
Woraphat Khiaodaeng
1
-1
/
+2
2026-07-30
Revert "io_uring/epoll: disallow adding an epoll file to an epoll context"
Jens Axboe
1
-3
/
+0
2026-07-30
io_uring/futex: only mark private futex waits as inflight
Jens Axboe
1
-4
/
+13
2026-07-30
io_uring/futex: don't mark futex wake requests as inflight
Jens Axboe
3
-1
/
+13
2026-07-30
io_uring/kbuf: cap buffer selection length at MAX_RW_COUNT
Jens Axboe
1
-1
/
+4
2026-07-30
io_uring/net: initialize mshot_len for send
Jens Axboe
1
-0
/
+1
2026-07-24
Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-43
/
+52
2026-07-22
io_uring/zcrx: rename notif to event
Pavel Begunkov
3
-21
/
+22
[next]