summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
43 hoursMerge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
5 daysio_uring: fix nr_segs calculation in io_import_kbufhuang-jl
10 daysMerge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
13 daysio_uring: fix min_wait wakeups for SQPOLLJens Axboe
14 daysMerge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
14 daysMerge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-05io_uring/poll: unify poll waitqueue entry and list removalJens Axboe
2025-12-05io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong
2025-12-04io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos
2025-12-04io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong
2025-12-04io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong
2025-12-04io_uring/rsrc: clean up buffer cloning arg validationJoanne Koong
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang
2025-12-04io_uring/io-wq: always retry worker create on ERESTART*Caleb Sander Mateos
2025-12-04io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner
2025-11-26io_uring: Introduce getsockname io_uring cmdGabriel Krisman Bertazi
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos
2025-11-25io_uring: fix mixed cqe overflow handlingPavel Begunkov
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig
2025-11-24io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe
2025-11-20io_uring/kbuf: remove obsolete buf_nr_pages and update commentsJoanne Koong
2025-11-20io_uring/cmd_net: fix wrong argument types for skb_queue_splice()Jens Axboe
2025-11-18io_uring/register: use correct location for io_rings_layoutJens Axboe
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei
2025-11-13io_uring/zcrx: add io_fill_zcrx_offsets()David Wei
2025-11-13io_uring/zcrx: export zcrx via a filePavel Begunkov
2025-11-13io_uring/zcrx: move io_zcrx_scrub() and dependencies upDavid Wei
2025-11-13io_uring/zcrx: count zcrx usersPavel Begunkov
2025-11-13io_uring/zcrx: add sync refill queue flushingPavel Begunkov
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov
2025-11-13io_uring/zcrx: elide passing msg flagsPavel Begunkov
2025-11-13io_uring/zcrx: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes
2025-11-13io_uring/zcrx: convert to use netmem_descPavel Begunkov
2025-11-13io_uring/query: introduce rings info queryPavel Begunkov
2025-11-13io_uring/query: introduce zcrx queryPavel Begunkov
2025-11-13io_uring: move cq/sq user offset init aroundPavel Begunkov
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov
2025-11-13io_uring: convert params to pointer in ring reiszePavel Begunkov
2025-11-13io_uring: use size_add helpers for ring offsetsPavel Begunkov
2025-11-13io_uring: refactor rings_size nosqarray handlingPavel Begunkov
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos