summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang-1/+0
2025-12-04io_uring/io-wq: always retry worker create on ERESTART*Caleb Sander Mateos-2/+3
2025-12-04io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe-2/+7
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-770/+1158
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-28/+15
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+2
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner-28/+15
2025-11-26io_uring: Introduce getsockname io_uring cmdGabriel Krisman Bertazi-0/+22
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos-7/+6
2025-11-25io_uring: fix mixed cqe overflow handlingPavel Begunkov-0/+2
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig-14/+2
2025-11-24io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe-2/+4
2025-11-20io_uring/kbuf: remove obsolete buf_nr_pages and update commentsJoanne Koong-3/+2
2025-11-20io_uring/cmd_net: fix wrong argument types for skb_queue_splice()Jens Axboe-1/+1
2025-11-18io_uring/register: use correct location for io_rings_layoutJens Axboe-1/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-1/+1
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei-2/+61
2025-11-13io_uring/zcrx: add io_fill_zcrx_offsets()David Wei-4/+9
2025-11-13io_uring/zcrx: export zcrx via a filePavel Begunkov-6/+62
2025-11-13io_uring/zcrx: move io_zcrx_scrub() and dependencies upDavid Wei-42/+42
2025-11-13io_uring/zcrx: count zcrx usersPavel Begunkov-2/+7
2025-11-13io_uring/zcrx: add sync refill queue flushingPavel Begunkov-3/+71
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov-0/+30
2025-11-13io_uring/zcrx: elide passing msg flagsPavel Begunkov-5/+2
2025-11-13io_uring/zcrx: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes-1/+1
2025-11-13io_uring/zcrx: convert to use netmem_descPavel Begunkov-5/+7
2025-11-13io_uring/query: introduce rings info queryPavel Begunkov-0/+13
2025-11-13io_uring/query: introduce zcrx queryPavel Begunkov-0/+19
2025-11-13io_uring: move cq/sq user offset init aroundPavel Begunkov-21/+20
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov-19/+15
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov-45/+45
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov-16/+40
2025-11-13io_uring: convert params to pointer in ring reiszePavel Begunkov-24/+24
2025-11-13io_uring: use size_add helpers for ring offsetsPavel Begunkov-10/+8
2025-11-13io_uring: refactor rings_size nosqarray handlingPavel Begunkov-12/+12
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe-126/+99
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos-7/+9
2025-11-11io_uring: move flags check to io_uring_sanitise_paramsPavel Begunkov-2/+3
2025-11-11io_uring: use mem_is_zero to check ring paramsPavel Begunkov-5/+3
2025-11-11io_uring: pass sq entries in the params structPavel Begunkov-6/+9
2025-11-11io_uring: add helper calculating region byte sizePavel Begunkov-2/+7
2025-11-11io_uring/query: buffer size calculations with a unionPavel Begunkov-9/+11
2025-11-11io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lockDavid Wei-6/+10
2025-11-10io_uring/query: return number of available queriesPavel Begunkov-0/+2
2025-11-10io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe-0/+3
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov-2/+9
2025-11-06io_uring: use WRITE_ONCE for user shared memoryPavel Begunkov-4/+6
2025-11-06io_uring/zcrx: reverse ifq refcountDavid Wei-29/+15
2025-11-06io_uring/zcrx: move io_unregister_zcrx_ifqs() downDavid Wei-22/+22
2025-11-06io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifqDavid Wei-6/+20