aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei1-2/+61
2025-11-13io_uring/zcrx: add io_fill_zcrx_offsets()David Wei1-4/+9
2025-11-13io_uring/zcrx: export zcrx via a filePavel Begunkov1-6/+62
2025-11-13io_uring/zcrx: move io_zcrx_scrub() and dependencies upDavid Wei1-42/+42
2025-11-13io_uring/zcrx: count zcrx usersPavel Begunkov2-2/+7
2025-11-13io_uring/zcrx: add sync refill queue flushingPavel Begunkov1-3/+71
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov3-0/+30
2025-11-13io_uring/zcrx: elide passing msg flagsPavel Begunkov1-5/+2
2025-11-13io_uring/zcrx: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes1-1/+1
2025-11-13io_uring/zcrx: convert to use netmem_descPavel Begunkov1-5/+7
2025-11-13io_uring/query: introduce rings info queryPavel Begunkov1-0/+13
2025-11-13io_uring/query: introduce zcrx queryPavel Begunkov1-0/+19
2025-11-13io_uring: move cq/sq user offset init aroundPavel Begunkov1-21/+20
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov3-19/+15
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov3-45/+45
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov3-16/+40
2025-11-13io_uring: convert params to pointer in ring reiszePavel Begunkov1-24/+24
2025-11-13io_uring: use size_add helpers for ring offsetsPavel Begunkov1-10/+8
2025-11-13io_uring: refactor rings_size nosqarray handlingPavel Begunkov1-12/+12
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe14-126/+99
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos1-7/+9
2025-11-11io_uring: move flags check to io_uring_sanitise_paramsPavel Begunkov1-2/+3
2025-11-11io_uring: use mem_is_zero to check ring paramsPavel Begunkov1-5/+3
2025-11-11io_uring: pass sq entries in the params structPavel Begunkov3-6/+9
2025-11-11io_uring: add helper calculating region byte sizePavel Begunkov2-2/+7
2025-11-11io_uring/query: buffer size calculations with a unionPavel Begunkov1-9/+11
2025-11-11io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lockDavid Wei1-6/+10
2025-11-10io_uring/query: return number of available queriesPavel Begunkov1-0/+2
2025-11-10io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe1-0/+3
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov1-2/+9
2025-11-06io_uring: use WRITE_ONCE for user shared memoryPavel Begunkov1-4/+6
2025-11-06io_uring/zcrx: reverse ifq refcountDavid Wei3-29/+15
2025-11-06io_uring/zcrx: move io_unregister_zcrx_ifqs() downDavid Wei1-22/+22
2025-11-06io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifqDavid Wei2-6/+20
2025-11-06io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()David Wei1-4/+5
2025-11-06io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct paramDavid Wei3-16/+21
2025-11-06io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei6-14/+14
2025-11-06io_uring/memmap: remove unneeded io_ring_ctx argDavid Wei1-7/+5
2025-11-05io_uring/futex: move futexv owned status to struct io_futexv_dataJens Axboe1-9/+7
2025-11-05io_uring/futex: move futexv async data handling to struct io_futexv_dataJens Axboe1-10/+15
2025-11-05io_uring: fix types for region size calulationPavel Begunkov1-1/+1
2025-11-05io_uring: fix typos and comment wordingAlok Tiwari4-7/+7
2025-11-04io_uring/memmap: return bool from io_mem_alloc_compound()Caleb Sander Mateos1-8/+6
2025-11-04io_uring/cancel: move cancelation code from io_uring.c to cancel.cJens Axboe5-242/+245
2025-11-04io_uring/cancel: move __io_uring_cancel() into cancel.cJens Axboe2-6/+6
2025-11-04io_uring/cancel: move request/task cancelation logic into cancel.cJens Axboe4-41/+40
2025-11-04io_uring/memmap: remove dead io_create_region_mmap_safe() declarationJens Axboe1-5/+0
2025-11-03io_uring/rsrc: use get/put_user() for integer copyJens Axboe1-2/+2
2025-11-03io_uring/slist: remove unused wq list splice helpersJens Axboe1-18/+0
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov3-78/+0