summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2026-05-15Merge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+44
2026-05-13io_uring: validate user-controlled cq.head in io_cqe_cache_refill()Zizhi Wo-5/+17
2026-05-13io-wq: check that the predecessor is hashed in io_wq_remove_pending()Nicholas Carlini-1/+2
2026-05-13io_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei-2/+2
2026-05-11io_uring: hold uring_lock across io_kill_timeouts() in cancel pathJens Axboe-1/+1
2026-05-11io_uring: defer linked-timeout chain splice out of hrtimer contextJens Axboe-2/+14
2026-05-11io_uring: hold uring_lock when walking link chain in io_wq_free_work()Jens Axboe-1/+6
2026-05-11io_uring/fdinfo: translate SqThread PID through caller's pid_nsMaoyi Xie-1/+2
2026-05-08Merge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-24/+53
2026-05-06io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMERMaoyi Xie-1/+5
2026-05-06io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABSMaoyi Xie-13/+22
2026-05-03io_uring/eventfd: reset deferred signal stateYufan Chen-0/+1
2026-05-03io_uring/napi: clear tracked NAPI entries on unregisterYufan Chen-10/+25
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