summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
4 daysio_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
4 daysio_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe
4 daysio_uring/uring_cmd: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen
2026-03-04io_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe
2026-03-04io_uring/net: don't continue send bundle if poll was required for retryJens Axboe
2026-03-04io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe
2026-03-04io_uring/sync: validate passed in offsetJens Axboe
2026-03-04io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos
2026-02-12io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe
2026-01-30io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loopJens Axboe
2026-01-23io_uring: move local task_work in exit cancel loopMing Lei
2026-01-08io_uring: fix min_wait wakeups for SQPOLLJens Axboe
2026-01-08io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe
2026-01-08io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh
2025-11-24io_uring/napi: fix io_napi_entry RCU accessesOlivier Langlois
2025-11-13io_uring/zctx: check chained notif contextsPavel Begunkov
2025-10-29io_uring/sqpoll: be smarter on when to update the stime usageJens Axboe
2025-10-29io_uring/sqpoll: switch away from getrusage() for CPU accountingJens Axboe
2025-10-29io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari
2025-10-23Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe
2025-10-15io_uring/waitid: always prune wait queue entry in io_waitid_wait()Jens Axboe
2025-09-25io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei
2025-09-25io_uring/kbuf: drop WARN_ON_ONCE() from incremental length checkJens Axboe
2025-09-25io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe
2025-09-25io_uring: include dying ring in task_work "should cancel" stateJens Axboe
2025-09-25io_uring: backport io_should_terminate_tw()Jens Axboe
2025-09-25io_uring/cmd: let cmds to know about dying taskPavel Begunkov
2025-09-09io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe
2025-08-28io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe
2025-08-28io_uring/net: commit partial buffers on retryJens Axboe
2025-08-20io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe
2025-07-24io_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-17io_uring: make fallocate be hashed workFengnan Chang
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/net: always use current transfer count for buffer putJens Axboe
2025-07-06io_uring/net: only consider msg_inq if larger than 1Jens Axboe
2025-07-06io_uring/net: only retry recv bundle for a full transferJens Axboe
2025-07-06io_uring/net: improve recv bundlesJens Axboe
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: 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: fix task leak issue in io_wq_create()Penglei Jiang
2025-06-27io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens 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-05-29io_uring: fix overflow resched cqe reorderingPavel Begunkov