summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
5 daysio_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe1-0/+3
5 daysio_uring/net: commit partial buffers on retryJens Axboe1-12/+15
13 daysio_uring/rw: cast rw->flags assignment to rwf_tJens Axboe1-1/+1
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-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/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-07-06io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-07-06io_uring/net: only retry recv bundle for a full transferJens Axboe1-4/+10
2025-07-06io_uring/net: improve recv bundlesJens Axboe1-0/+18
2025-07-06io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov2-1/+5
2025-07-06io_uring/rsrc: fix folio unpinningPavel Begunkov1-4/+9
2025-07-06io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang1-4/+5
2025-06-27io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe1-4/+1
2025-06-27io_uring: fix task leak issue in io_wq_create()Penglei Jiang1-1/+3
2025-06-27io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
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-05-29io_uring: fix overflow resched cqe reorderingPavel Begunkov1-0/+1
2025-05-29io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe1-2/+2
2025-05-29io_uring/msg: initialise msg request opcodePavel Begunkov1-0/+1
2025-05-29io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov1-3/+8
2025-05-18io_uring: always arm linked timeouts prior to issueJens Axboe1-35/+15
2025-05-18io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi1-1/+1
2025-05-18io_uring: ensure deferred completions are flushed for multishotJens Axboe1-0/+8
2025-05-02io_uring: always do atomic put from iowqPavel Begunkov2-1/+8
2025-05-02io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe1-6/+7
2025-04-25block: add a rq_list typeChristoph Hellwig1-2/+2
2025-04-20io_uring/kbuf: reject zero sized provided buffersJens Axboe1-0/+2
2025-04-20io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov2-2/+3
2025-04-20io_uring/net: fix accept multishot handlingPavel Begunkov1-0/+2
2025-03-28io_uring/net: fix sendzc double notif flushPavel Begunkov1-0/+2
2025-03-28io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionallyJens Axboe1-2/+1
2025-03-22io-wq: backoff when retrying worker creationUday Shankar1-5/+18
2025-03-22futex: Pass in task to futex_queue()Jens Axboe1-1/+1
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-27io_uring: prevent opcode speculationPavel Begunkov1-0/+2
2025-02-27io_uring/rw: forbid multishot async readsPavel Begunkov1-2/+11
2025-02-21io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov1-4/+11
2025-02-21io_uring/uring_cmd: remove dead req_has_async_data() checkJens Axboe1-3/+0
2025-02-21io_uring/waitid: don't abuse io_tw_statePavel Begunkov1-2/+2
2025-02-17io_uring/net: don't retry connect operation on EPOLLERRJens Axboe2-0/+7
2025-02-17io_uring: fix multishots with selected buffersPavel Begunkov1-0/+2
2025-02-08io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe1-1/+1
2025-02-01io_uring/rsrc: require cloned buffers to share accounting contextsJann Horn1-0/+7
2025-01-17io_uring: don't touch sqd->thread off tw addPavel Begunkov1-4/+1
2025-01-17io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe1-1/+1