summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2026-05-01Merge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+27
2026-04-30io_uring/tw: serialize ctx->retry_llist with ->uring_lockJens Axboe-1/+11
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski-2/+1
2026-04-28io_uring/napi: cap busy_poll_to 10 msecJens Axboe-0/+2
2026-04-28io_uring/kbuf: support min length left for incremental buffersMartin Michaelis-1/+14
2026-04-28io_uring/kbuf: kill dead struct io_buffer_list 'nr_entries' memberJens Axboe-2/+0
2026-04-21io_uring: take page references for NOMMU pbuf_ring mmapsGreg Kroah-Hartman-1/+45
2026-04-21io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKEJens Axboe-1/+3
2026-04-21io_uring/zcrx: warn on freelist violationsPavel Begunkov-0/+2
2026-04-21io_uring/zcrx: clear RQ headers on initPavel Begunkov-0/+1
2026-04-21io_uring/zcrx: fix user_struct uafPavel Begunkov-1/+1
2026-04-21io_uring/register: fix ring resizing with mixed/large SQEs/CQEsJens Axboe-8/+28
2026-04-21io_uring/futex: ensure partial wakes are appropriately dequeuedJens Axboe-1/+3
2026-04-21io_uring/rw: add defensive hardening for negative kbuf lengthsJens Axboe-2/+2
2026-04-21io_uring/rsrc: use kvfree() for the imu cacheJens Axboe-2/+2
2026-04-21io_uring/rsrc: unify nospec indexing for direct descriptorsJens Axboe-2/+10
2026-04-21io_uring: fix spurious fput in registered ring pathJens Axboe-1/+2
2026-04-20io_uring: fix iowq_limits data race in tctx node additionJens Axboe-3/+7
2026-04-20io_uring/tctx: mark io_wq as exiting before error path teardownJens Axboe-1/+3
2026-04-20io_uring/tctx: check for setup tctx->io_wq before teardownJens Axboe-1/+2
2026-04-15io_uring/poll: fix signed comparison in io_poll_get_ownership()Longxuan Yu-1/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+7
2026-04-13Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-506/+1030
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski-4/+8
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei-1/+2
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann-3/+6
2026-04-08io_uring: unify getting ctx from passed in file descriptorJens Axboe-58/+40
2026-04-08io_uring/register: don't get a reference to the registered ring fdJens Axboe-5/+6
2026-04-08io_uring/tctx: clean up __io_uring_add_tctx_node() error handlingJens Axboe-20/+40
2026-04-08io_uring/tctx: have io_uring_alloc_task_context() return tctxJens Axboe-14/+19
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-29/+87
2026-04-02io_uring/timeout: use 'ctx' consistentlyYang Xiuwei-2/+2
2026-04-02io_uring/rw: clean up __io_read() obsolete comment and early returnsJoanne Koong-6/+5
2026-04-02io_uring/zcrx: use correct mmap off constantsPavel Begunkov-1/+1
2026-04-02io_uring/zcrx: use dma_len for chunk size calculationPavel Begunkov-1/+1
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov-2/+4
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov-2/+2
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal-1/+1
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov-1/+3
2026-04-01io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OPAmir Mohammad Jahangirzad-1/+8
2026-04-01io_uring/rsrc: use io_cache_free() to free nodeJackie Liu-1/+1
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov-10/+10
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov-0/+2
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov-1/+9
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov-1/+1
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov-11/+12
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov-15/+25
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov-2/+2
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov-17/+21