summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos-7/+9
2025-11-10io_uring/query: return number of available queriesPavel Begunkov-0/+2
2025-11-10io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe-0/+3
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov-2/+9
2025-11-05io_uring: fix types for region size calulationPavel Begunkov-1/+1
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov-78/+0
2025-10-23io_uring: fix buffer auto-commit for multishot uring_cmdMing Lei-11/+22
2025-10-23io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari-1/+1
2025-10-22io_uring: Fix code indentation errorRanganath V N-2/+2
2025-10-22io_uring/sqpoll: be smarter on when to update the stime usageJens Axboe-11/+32
2025-10-22io_uring/sqpoll: switch away from getrusage() for CPU accountingJens Axboe-18/+23
2025-10-20io_uring: fix incorrect unlikely() usage in io_waitid_prep()Alok Tiwari-1/+1
2025-10-15io_uring/rw: check for NULL io_br_sel when putting a bufferJens Axboe-1/+5
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov-7/+0
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov-0/+1
2025-10-13Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe-1/+1
2025-10-08io_uring/zcrx: increment fallback loop src offsetPavel Begunkov-0/+1
2025-10-08io_uring/zcrx: fix overshooting recv limitPavel Begunkov-0/+4
2025-10-07io_uring/waitid: always prune wait queue entry in io_waitid_wait()Jens Axboe-1/+2
2025-10-03io_uring: update liburing git URLJens Axboe-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+2
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-406/+839
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-37/+15
2025-09-21io_uring/zcrx: remove nth_page() usage within folioDavid Hildenbrand-2/+2
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch-5/+8
2025-09-19Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linuxLinus Torvalds-37/+15
2025-09-19io_uring/query: cap number of queriesPavel Begunkov-1/+5
2025-09-19io_uring/query: prevent infinite loopsPavel Begunkov-0/+4
2025-09-19io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei-1/+1
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe-26/+2
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe-7/+9
2025-09-16io_uring/zcrx: account niov arrays to cgroupPavel Begunkov-3/+3
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov-0/+78
2025-09-16io_uring/zcrx: introduce io_parse_rqe()Pavel Begunkov-13/+23
2025-09-16io_uring/zcrx: don't adjust free cache spacePavel Begunkov-1/+1
2025-09-16io_uring/zcrx: use guards for the refill lockPavel Begunkov-5/+2
2025-09-16io_uring/zcrx: reduce netmem scope in refillPavel Begunkov-1/+1
2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov-13/+11
2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov-5/+10
2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov-10/+21
2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov-9/+7
2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov-12/+2
2025-09-16io_uring/zcrx: deduplicate area mappingPavel Begunkov-23/+14
2025-09-16io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()Pavel Begunkov-6/+6
2025-09-16io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov-0/+3
2025-09-16io_uring/zcrx: move area reg checks into io_import_areaPavel Begunkov-9/+9
2025-09-16io_uring/zcrx: don't pass slot to io_zcrx_create_areaPavel Begunkov-4/+14
2025-09-16io_uring/zcrx: remove extra io_zcrx_drop_netdevPavel Begunkov-1/+0
2025-09-16io_uring/zcrx: use page_pool_unref_and_test()Pavel Begunkov-1/+1