summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'io_uring-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-9/+35
6 daysio_uring/nop: pass all errors to userspaceAlexander A. Klimov1-2/+2
7 daysio_uring/timeout: splice timed out link in timeout handlerJens Axboe1-1/+3
9 daysio_uring: propagate array_index_nospec opcode into req->opcodeMichael Bommarito1-5/+4
11 daysio_uring/waitid: clear waitid info before copying it to userspaceHeechan Kang1-0/+1
12 daysMerge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-13/+44
12 daysio_uring/net: punt IORING_OP_BIND async if it needs file createJens Axboe1-1/+25
13 daysio_uring: validate user-controlled cq.head in io_cqe_cache_refill()Zizhi Wo1-5/+17
14 daysio-wq: check that the predecessor is hashed in io_wq_remove_pending()Nicholas Carlini1-1/+2
14 daysio_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei1-2/+2
2026-05-11io_uring: hold uring_lock across io_kill_timeouts() in cancel pathJens Axboe1-1/+1
2026-05-11io_uring: defer linked-timeout chain splice out of hrtimer contextJens Axboe1-2/+14
2026-05-11io_uring: hold uring_lock when walking link chain in io_wq_free_work()Jens Axboe1-1/+6
2026-05-11io_uring/fdinfo: translate SqThread PID through caller's pid_nsMaoyi Xie1-1/+2
2026-05-08Merge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-24/+53
2026-05-06io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMERMaoyi Xie1-1/+5
2026-05-06io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABSMaoyi Xie1-13/+22
2026-05-04io_uring/eventfd: reset deferred signal stateYufan Chen1-0/+1
2026-05-04io_uring/napi: clear tracked NAPI entries on unregisterYufan Chen2-10/+25
2026-05-01Merge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-4/+27
2026-04-30io_uring/tw: serialize ctx->retry_llist with ->uring_lockJens Axboe1-1/+11
2026-04-30net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski1-2/+1
2026-04-29io_uring/napi: cap busy_poll_to 10 msecJens Axboe1-0/+2
2026-04-29io_uring/kbuf: support min length left for incremental buffersMartin Michaelis2-1/+14
2026-04-29io_uring/kbuf: kill dead struct io_buffer_list 'nr_entries' memberJens Axboe2-2/+0
2026-04-22io_uring: take page references for NOMMU pbuf_ring mmapsGreg Kroah-Hartman1-1/+45
2026-04-22io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKEJens Axboe1-1/+3
2026-04-21io_uring/zcrx: warn on freelist violationsPavel Begunkov1-0/+2
2026-04-21io_uring/zcrx: clear RQ headers on initPavel Begunkov1-0/+1
2026-04-21io_uring/zcrx: fix user_struct uafPavel Begunkov1-1/+1
2026-04-21io_uring/register: fix ring resizing with mixed/large SQEs/CQEsJens Axboe1-8/+28
2026-04-21io_uring/futex: ensure partial wakes are appropriately dequeuedJens Axboe1-1/+3
2026-04-21io_uring/rw: add defensive hardening for negative kbuf lengthsJens Axboe1-2/+2
2026-04-21io_uring/rsrc: use kvfree() for the imu cacheJens Axboe2-2/+2
2026-04-21io_uring/rsrc: unify nospec indexing for direct descriptorsJens Axboe2-2/+10
2026-04-21io_uring: fix spurious fput in registered ring pathJens Axboe1-1/+2
2026-04-20io_uring: fix iowq_limits data race in tctx node additionJens Axboe1-3/+7
2026-04-20io_uring/tctx: mark io_wq as exiting before error path teardownJens Axboe1-1/+3
2026-04-20io_uring/tctx: check for setup tctx->io_wq before teardownJens Axboe1-1/+2
2026-04-15io_uring/poll: fix signed comparison in io_poll_get_ownership()Longxuan Yu1-1/+1
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
2026-04-14Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds33-506/+1030
2026-04-14Merge 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