summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-21io_uring/zcrx: remove nth_page() usage within folioDavid Hildenbrand
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch
2025-09-19Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linuxLinus Torvalds
2025-09-19io_uring/query: cap number of queriesPavel Begunkov
2025-09-19io_uring/query: prevent infinite loopsPavel Begunkov
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-16io_uring/zcrx: account niov arrays to cgroupPavel Begunkov
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov
2025-09-16io_uring/zcrx: introduce io_parse_rqe()Pavel Begunkov
2025-09-16io_uring/zcrx: don't adjust free cache spacePavel Begunkov
2025-09-16io_uring/zcrx: use guards for the refill lockPavel Begunkov
2025-09-16io_uring/zcrx: reduce netmem scope in refillPavel Begunkov
2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov
2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov
2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov
2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov
2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov
2025-09-16io_uring/zcrx: deduplicate area mappingPavel Begunkov
2025-09-16io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()Pavel Begunkov
2025-09-16io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov
2025-09-16io_uring/zcrx: move area reg checks into io_import_areaPavel Begunkov
2025-09-16io_uring/zcrx: don't pass slot to io_zcrx_create_areaPavel Begunkov
2025-09-16io_uring/zcrx: remove extra io_zcrx_drop_netdevPavel Begunkov
2025-09-16io_uring/zcrx: use page_pool_unref_and_test()Pavel Begunkov
2025-09-16io_uring/zcrx: replace memchar_inv with is_zeroPavel Begunkov
2025-09-16io_uring/zcrx: improve rqe cache alignmentPavel Begunkov
2025-09-15io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULLFeng Zhou
2025-09-15io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflowMax Kellermann
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-10io_uring: correct size of overflow CQE calculationJens Axboe
2025-09-10io_uring: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-10io_uring: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov
2025-09-08io_uring: add macros for avaliable flagsPavel Begunkov
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov
2025-09-04io_uring: remove WRITE_ONCE() in io_uring_create()Caleb Sander Mateos
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos
2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos