summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-12-18io_uring: use WRITE_ONCE for user shared memoryPavel Begunkov
2025-12-07io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe
2025-12-01io_uring/cmd_net: fix wrong argument types for skb_queue_splice()Jens Axboe
2025-11-24io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe
2025-11-24io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos
2025-11-24io_uring: fix unexpected placement on same size resizingPavel Begunkov
2025-11-13io_uring: fix regbuf vector size truncationPavel Begunkov
2025-11-13io_uring: fix types for region size calulationPavel Begunkov
2025-11-13io_uring/zcrx: account niov arrays to cgroupPavel Begunkov
2025-11-13io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov
2025-11-13io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos
2025-11-13io_uring/zctx: check chained notif contextsPavel Begunkov
2025-10-29io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari
2025-10-29io_uring: fix incorrect unlikely() usage in io_waitid_prep()Alok Tiwari
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-23io_uring: protect mem region deregistrationPavel Begunkov
2025-10-23Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe
2025-10-19io_uring/zcrx: increment fallback loop src offsetPavel Begunkov
2025-10-15io_uring/zcrx: fix overshooting recv limitPavel Begunkov
2025-10-15io_uring/waitid: always prune wait queue entry in io_waitid_wait()Jens Axboe
2025-09-19Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linuxLinus Torvalds
2025-09-19io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe
2025-09-15io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflowMax Kellermann
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe
2025-08-08io_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos
2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos
2025-07-16io_uring/zcrx: account area memoryPavel Begunkov
2025-07-16io_uring: export io_[un]account_memPavel Begunkov
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe