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