linux/io_uring
Linus Torvalds c612261bed io_uring-7.0-20260320
-----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCAAuFiEEwPw5LcreJtl1+l5K99NY+ylx4KYFAmm9O2oQHGF4Ym9lQGtl
 cm5lbC5kawAKCRD301j7KXHgprb2D/9EM91W+zo0M+6Xjs+A/YaHETDdSUUQwyuT
 B8ZNHEHwkB3TdLHxPvFDopf8bC8IFy1T3GhGkHgq/Uvh7hx9oYTvVrV1xjXCqW/W
 mpP5bgguJYlOTwFW2lYFWQTI5CZDletOeWbng00ecAZPoVVSjJx+KNVFm3DntYSR
 WeO20Y/OWXZ6vFu4b7825lHFYgVVPdO1iy2X5HYx4XHlWOjj7LK7KW2UDai4lPIF
 w1IjsOk8Cv7Wj38qYB2d3dMlgryER0dF1Hf2N+1awh1FFjlsiZ+YbLnrTiFyKwa0
 zip6ejDXwpevS6/FmCa6u19/DHxQ0WgvEZOwQlMyggCrIdaqN01LMGhCkleTev72
 demfEKA71avcG1gWmJLX9aNGfkY0rXT0Q9ArLk8FTPXnImnXQdJDfeLuql0ExMrL
 2MWkhJS4Dvp4MDERq0WwOdPrAMiDrG9O6DnHQBZYZjJuuqljF2LWb6Dbj7V9gO+M
 ePADlnKhR4o0MKvTcFqeM33kKIkdwSNzDvcLO+gnAeDxNFQsCyDSm8erGj+LEMfN
 LA2668ZWF24plKmWbEq1IZaw8P9CM5AqD6+QCIB+XPge9JNxzpeUuAfTkwuNp+bz
 V5vDw3RQ8p65cxhhD34rqor/KGN5WlSOYTrp9aU4BNIse9S/o8XAyPcR3ywZChYJ
 OHvT3W4O3g==
 =xEWR
 -----END PGP SIGNATURE-----

Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - A bit of a work-around for AF_UNIX recv multishot, as the in-kernel
   implementation doesn't properly signal EOF. We'll likely rework this
   one going forward, but the fix is sufficient for now

 - Two fixes for incrementally consumed buffers, for non-pollable files
   and for 0 byte reads

* tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/kbuf: propagate BUF_MORE through early buffer commit path
  io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
  io_uring/poll: fix multishot recv missing EOF on wakeup race
2026-03-20 09:58:56 -07:00
..
Kconfig
Makefile
advise.c
advise.h
alloc_cache.c
alloc_cache.h
bpf_filter.c io_uring-7.0-20260312 2026-03-13 10:09:35 -07:00
bpf_filter.h
cancel.c
cancel.h io_uring/cancel: de-unionize file and user_data in struct io_cancel_data 2026-02-16 14:16:27 -07:00
cmd_net.c io_uring/cmd_net: use READ_ONCE() for ->addr3 read 2026-02-24 11:38:34 -07:00
epoll.c
epoll.h
eventfd.c io_uring-7.0-20260312 2026-03-13 10:09:35 -07:00
eventfd.h
fdinfo.c
fdinfo.h
filetable.c io_uring/filetable: clamp alloc_hint to the configured alloc range 2026-02-11 15:20:44 -07:00
filetable.h
fs.c
fs.h
futex.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
futex.h
io-wq.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
io-wq.h
io_uring.c io_uring-7.0-20260312 2026-03-13 10:09:35 -07:00
io_uring.h io_uring: add IORING_OP_URING_CMD128 to opcode checks 2026-02-19 07:25:39 -07:00
kbuf.c io_uring-7.0-20260320 2026-03-20 09:58:56 -07:00
kbuf.h
memmap.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
memmap.h
mock_file.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msg_ring.c
msg_ring.h
napi.c
napi.h
net.c io_uring/net: reject SEND_VECTORIZED when unsupported 2026-03-02 09:17:04 -07:00
net.h
nop.c
nop.h
notif.c
notif.h
opdef.c io_uring/bpf_filter: move filter size and populate helper into struct 2026-02-16 15:56:25 -07:00
opdef.h io_uring/bpf_filter: move filter size and populate helper into struct 2026-02-16 15:56:25 -07:00
openclose.c io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slots 2026-02-11 20:31:21 -07:00
openclose.h
poll.c io_uring-7.0-20260320 2026-03-20 09:58:56 -07:00
poll.h
query.c io_uring/query: return support for custom rx page size 2026-02-15 14:55:37 -07:00
query.h
refs.h
register.c io_uring-7.0-20260312 2026-03-13 10:09:35 -07:00
register.h
rsrc.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
rsrc.h io_uring/rsrc: replace reg buffer bit field with flags 2026-02-10 05:26:15 -07:00
rw.c io_uring: add IORING_OP_URING_CMD128 to opcode checks 2026-02-19 07:25:39 -07:00
rw.h
slist.h
splice.c
splice.h
sqpoll.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sqpoll.h
statx.c
statx.h
sync.c
sync.h
tctx.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tctx.h
timeout.c io_uring/timeout: READ_ONCE sqe->addr 2026-02-25 08:36:05 -07:00
timeout.h
truncate.c
truncate.h
tw.c io_uring: ensure ctx->rings is stable for task work flags manipulation 2026-03-11 14:35:16 -06:00
tw.h
uring_cmd.c
uring_cmd.h
wait.c
wait.h
waitid.c
waitid.h
xattr.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xattr.h
zcrx.c io_uring-7.0-20260305 2026-03-06 08:31:36 -08:00
zcrx.h