summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
5 daysMerge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
7 daysio_uring: validate user-controlled cq.head in io_cqe_cache_refill()Zizhi Wo
7 daysio-wq: check that the predecessor is hashed in io_wq_remove_pending()Nicholas Carlini
8 daysio_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei
9 daysio_uring: hold uring_lock across io_kill_timeouts() in cancel pathJens Axboe
9 daysio_uring: defer linked-timeout chain splice out of hrtimer contextJens Axboe
9 daysio_uring: hold uring_lock when walking link chain in io_wq_free_work()Jens Axboe
10 daysio_uring/fdinfo: translate SqThread PID through caller's pid_nsMaoyi Xie
12 daysMerge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-06io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMERMaoyi Xie
2026-05-06io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABSMaoyi Xie
2026-05-03io_uring/eventfd: reset deferred signal stateYufan Chen
2026-05-03io_uring/napi: clear tracked NAPI entries on unregisterYufan Chen
2026-05-01Merge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-30io_uring/tw: serialize ctx->retry_llist with ->uring_lockJens Axboe
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski
2026-04-28io_uring/napi: cap busy_poll_to 10 msecJens Axboe
2026-04-28io_uring/kbuf: support min length left for incremental buffersMartin Michaelis
2026-04-28io_uring/kbuf: kill dead struct io_buffer_list 'nr_entries' memberJens Axboe
2026-04-21io_uring: take page references for NOMMU pbuf_ring mmapsGreg Kroah-Hartman
2026-04-21io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKEJens Axboe
2026-04-21io_uring/zcrx: warn on freelist violationsPavel Begunkov
2026-04-21io_uring/zcrx: clear RQ headers on initPavel Begunkov
2026-04-21io_uring/zcrx: fix user_struct uafPavel Begunkov
2026-04-21io_uring/register: fix ring resizing with mixed/large SQEs/CQEsJens Axboe
2026-04-21io_uring/futex: ensure partial wakes are appropriately dequeuedJens Axboe
2026-04-21io_uring/rw: add defensive hardening for negative kbuf lengthsJens Axboe
2026-04-21io_uring/rsrc: use kvfree() for the imu cacheJens Axboe
2026-04-21io_uring/rsrc: unify nospec indexing for direct descriptorsJens Axboe
2026-04-21io_uring: fix spurious fput in registered ring pathJens Axboe
2026-04-20io_uring: fix iowq_limits data race in tctx node additionJens Axboe
2026-04-20io_uring/tctx: mark io_wq as exiting before error path teardownJens Axboe
2026-04-20io_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