summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-06-27io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang
2025-06-27io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe
2025-06-27io_uring/net: always use current transfer count for buffer putJens Axboe
2025-06-27io_uring: fix task leak issue in io_wq_create()Penglei Jiang
2025-06-27io_uring/rsrc: validate buffer count with offset for cloningJens Axboe
2025-06-27io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe
2025-06-27io_uring/net: only consider msg_inq if larger than 1Jens Axboe
2025-06-27io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov
2025-06-27io_uring: account drain memory to cgroupPavel Begunkov
2025-06-19io_uring: consistently use rcu semantics with sqpoll threadKeith Busch
2025-06-19io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang
2025-06-19io_uring: fix spurious drain flushingPavel Begunkov
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe
2025-05-21io_uring: fix overflow resched cqe reorderingPavel Begunkov
2025-05-20io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declarationCaleb Sander Mateos
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe
2025-05-12io_uring/memmap: don't use page_address() on a highmem pageJens Axboe
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe
2025-04-30io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov
2025-04-17io_uring/rsrc: don't skip offset calculationPavel Begunkov
2025-04-15io_uring/zcrx: add pp to ifq conversion helperPavel Begunkov
2025-04-15io_uring/zcrx: return ifq id to the userPavel Begunkov
2025-04-07io_uring/kbuf: reject zero sized provided buffersJens Axboe
2025-04-07io_uring/zcrx: separate niov number from pagesPavel Begunkov
2025-04-07io_uring/zcrx: put refill data into separate cache linePavel Begunkov
2025-04-04io_uring: don't post tag CQEs on file/buffer registration failurePavel Begunkov
2025-04-03io_uring: always do atomic put from iowqPavel Begunkov
2025-04-02io_uring: support vectored kernel fixed bufferMing Lei
2025-04-02io_uring: add validate_fixed_range() for validate fixed bufferMing Lei
2025-04-01io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0David Wei
2025-03-31io_uring/net: avoid import_ubuf for regvec sendPavel Begunkov
2025-03-31io_uring/rsrc: check size when importing reg bufferPavel Begunkov
2025-03-31io_uring: cleanup {g,s]etsockopt sqe readingPavel Begunkov
2025-03-31io_uring: hide caches sqes from driversPavel Begunkov
2025-03-31io_uring: make zcrx depend on CONFIG_IO_URINGPavel Begunkov
2025-03-31io_uring: add req flag invariant build assertionPavel Begunkov
2025-03-28io_uring: don't pass ctx to tw add remote helperPavel Begunkov
2025-03-28io_uring/msg: initialise msg request opcodePavel Begunkov
2025-03-28io_uring/msg: rename io_double_lock_ctx()Pavel Begunkov
2025-03-28io_uring/net: import zc ubuf earlierPavel Begunkov