summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-07-24io_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-17io_uring: make fallocate be hashed workFengnan Chang
2025-07-17io_uring/zcrx: fix pp destruction warningsPavel Begunkov
2025-07-17io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe
2025-07-06io_uring: gate REQ_F_ISREG on !S_ANON_INODE as wellJens Axboe
2025-07-06io_uring/kbuf: flag partial buffer mappingsJens Axboe
2025-07-06io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe
2025-07-06io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov
2025-07-06io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov
2025-07-06io_uring/rsrc: fix folio unpinningPavel Begunkov
2025-07-06io_uring/zcrx: fix area release on registration failurePavel Begunkov
2025-07-06io_uring/zcrx: split out memory holders from areaPavel Begunkov
2025-07-06io_uring/zcrx: improve area validationPavel Begunkov
2025-07-06io_uring/zcrx: move io_zcrx_iov_pagePavel Begunkov
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