summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
5 daysio_uring/rw: cast rw->flags assignment to rwf_tJens Axboe1-1/+1
5 daysio_uring/net: commit partial buffers on retryJens Axboe1-12/+15
5 daysio_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe1-1/+1
5 daysio_uring: export io_[un]account_memPavel Begunkov2-2/+4
2025-07-24io_uring/poll: fix POLLERR handlingPavel Begunkov2-6/+8
2025-07-17io_uring: make fallocate be hashed workFengnan Chang1-0/+1
2025-07-17io_uring/zcrx: fix pp destruction warningsPavel Begunkov1-3/+0
2025-07-17io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-2/+2
2025-07-06io_uring: gate REQ_F_ISREG on !S_ANON_INODE as wellJens Axboe1-1/+2
2025-07-06io_uring/kbuf: flag partial buffer mappingsJens Axboe3-8/+17
2025-07-06io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe1-5/+6
2025-07-06io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov1-3/+7
2025-07-06io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov2-1/+7
2025-07-06io_uring/rsrc: fix folio unpinningPavel Begunkov1-4/+9
2025-07-06io_uring/zcrx: fix area release on registration failurePavel Begunkov1-1/+2
2025-07-06io_uring/zcrx: split out memory holders from areaPavel Begunkov2-26/+56
2025-07-06io_uring/zcrx: improve area validationPavel Begunkov3-17/+19
2025-07-06io_uring/zcrx: move io_zcrx_iov_pagePavel Begunkov1-14/+14
2025-06-27io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang1-3/+3
2025-06-27io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe1-4/+1
2025-06-27io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-06-27io_uring: fix task leak issue in io_wq_create()Penglei Jiang1-1/+3
2025-06-27io_uring/rsrc: validate buffer count with offset for cloningJens Axboe1-0/+2
2025-06-27io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
2025-06-27io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-06-27io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov1-1/+1
2025-06-27io_uring: account drain memory to cgroupPavel Begunkov1-1/+1
2025-06-19io_uring: consistently use rcu semantics with sqpoll threadKeith Busch4-15/+38
2025-06-19io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang2-7/+14
2025-06-19io_uring: fix spurious drain flushingPavel Begunkov1-1/+13
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe1-4/+10
2025-05-21io_uring: fix overflow resched cqe reorderingPavel Begunkov1-0/+1
2025-05-20io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declarationCaleb Sander Mateos1-6/+0
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe1-23/+25
2025-05-12io_uring/memmap: don't use page_address() on a highmem pageJens Axboe1-1/+1
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue1-0/+5
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi1-1/+1
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe1-0/+8
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe1-35/+15
2025-04-30io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe1-2/+2
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe1-6/+7
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov1-3/+8
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov2-4/+18
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe1-5/+22
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty1-3/+4
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov1-17/+7
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov1-12/+7
2025-04-17io_uring/rsrc: don't skip offset calculationPavel Begunkov1-38/+37
2025-04-15io_uring/zcrx: add pp to ifq conversion helperPavel Begunkov1-4/+9
2025-04-15io_uring/zcrx: return ifq id to the userPavel Begunkov1-1/+2