summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
5 daysio_uring: take page references for NOMMU pbuf_ring mmapsGreg Kroah-Hartman1-1/+45
5 daysio_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKEJens Axboe1-1/+3
5 daysio_uring/zcrx: warn on freelist violationsPavel Begunkov1-0/+2
5 daysio_uring/zcrx: clear RQ headers on initPavel Begunkov1-0/+1
5 daysio_uring/zcrx: fix user_struct uafPavel Begunkov1-1/+1
5 daysio_uring/register: fix ring resizing with mixed/large SQEs/CQEsJens Axboe1-8/+28
5 daysio_uring/futex: ensure partial wakes are appropriately dequeuedJens Axboe1-1/+3
5 daysio_uring/rw: add defensive hardening for negative kbuf lengthsJens Axboe1-2/+2
5 daysio_uring/rsrc: use kvfree() for the imu cacheJens Axboe2-2/+2
5 daysio_uring/rsrc: unify nospec indexing for direct descriptorsJens Axboe2-2/+10
5 daysio_uring: fix spurious fput in registered ring pathJens Axboe1-1/+2
6 daysio_uring: fix iowq_limits data race in tctx node additionJens Axboe1-3/+7
6 daysio_uring/tctx: mark io_wq as exiting before error path teardownJens Axboe1-1/+3
6 daysio_uring/tctx: check for setup tctx->io_wq before teardownJens Axboe1-1/+2
11 daysio_uring/poll: fix signed comparison in io_poll_get_ownership()Longxuan Yu1-1/+1
12 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
13 daysMerge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds33-506/+1030
13 daysMerge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski1-4/+8
2026-04-10net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-1/+2
2026-04-10net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann1-3/+6
2026-04-08io_uring: unify getting ctx from passed in file descriptorJens Axboe6-58/+40
2026-04-08io_uring/register: don't get a reference to the registered ring fdJens Axboe2-5/+6
2026-04-08io_uring/tctx: clean up __io_uring_add_tctx_node() error handlingJens Axboe1-20/+40
2026-04-08io_uring/tctx: have io_uring_alloc_task_context() return tctxJens Axboe3-14/+19
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-29/+87
2026-04-02io_uring/timeout: use 'ctx' consistentlyYang Xiuwei1-2/+2
2026-04-02io_uring/rw: clean up __io_read() obsolete comment and early returnsJoanne Koong1-6/+5
2026-04-02io_uring/zcrx: use correct mmap off constantsPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: use dma_len for chunk size calculationPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov1-2/+4
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov1-2/+2
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal1-1/+1
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov1-1/+3
2026-04-01io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OPAmir Mohammad Jahangirzad1-1/+8
2026-04-01io_uring/rsrc: use io_cache_free() to free nodeJackie Liu1-1/+1
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov4-10/+10
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov1-0/+2
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov2-1/+9
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov1-1/+1
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov1-11/+12
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov1-15/+25
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov1-2/+2
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov1-17/+21
2026-04-01io_uring/zcrx: use guards for lockingPavel Begunkov1-8/+7
2026-04-01io_uring/zcrx: add a struct for refill queuePavel Begunkov2-31/+37
2026-04-01io_uring/zcrx: use better name for RQ regionPavel Begunkov2-5/+5
2026-04-01io_uring/zcrx: implement device-less mode for zcrxPavel Begunkov2-15/+28
2026-04-01io_uring/zcrx: extract netdev+area init into a helperPavel Begunkov1-29/+43
2026-04-01io_uring/zcrx: always dma map in advancePavel Begunkov1-29/+15