summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds-19/+20
2023-05-04io_uring: Remove unnecessary BUILD_BUG_ONBreno Leitao-11/+0
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao-7/+4
2023-05-04io_uring: Create a helper to return the SQE sizeBreno Leitao-0/+10
2023-05-03io_uring/rsrc: check for nonconsecutive pagesTobias Holl-1/+6
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-813/+902
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-20/+19
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-04-20Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe-8/+5
2023-04-18io_uring: add support for multishot timeoutsDavid Wei-3/+54
2023-04-18io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov-12/+11
2023-04-18io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov-7/+20
2023-04-18io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov-6/+6
2023-04-18io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov-14/+6
2023-04-18io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov-4/+4
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov-97/+25
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov-9/+8
2023-04-18io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov-1/+0
2023-04-15io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov-4/+1
2023-04-15io_uring/rsrc: simplify single file node switchingPavel Begunkov-7/+4
2023-04-15io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov-2/+1
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov-8/+13
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov-28/+10
2023-04-15io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov-0/+9
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov-7/+13
2023-04-15io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov-13/+5
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov-5/+1
2023-04-15io_uring/rsrc: use nospec'ed indexesPavel Begunkov-1/+1
2023-04-15io_uring/notif: add constant for ubuf_info flagsPavel Begunkov-1/+2
2023-04-15Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei-1/+1
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+5
2023-04-12io_uring/rsrc: extract SCM file put helperPavel Begunkov-9/+11
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov-28/+20
2023-04-12io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov-0/+1
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov-11/+16
2023-04-12io_uring/rsrc: add lockdep checksPavel Begunkov-0/+2
2023-04-12io_uring: add irq lockdep checksPavel Begunkov-0/+2
2023-04-12io_uring/kbuf: remove extra ->buf_ring null checkPavel Begunkov-8/+6
2023-04-12io_uring: shut io_prep_async_work warningPavel Begunkov-1/+1
2023-04-12io_uring/uring_cmd: take advantage of completion batchingJens Axboe-3/+7
2023-04-08Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linuxLinus Torvalds-4/+5
2023-04-06io_uring: optimise io_req_local_work_addPavel Begunkov-8/+16
2023-04-06io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov-10/+12
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov-24/+59
2023-04-06io_uring: inline llist_add()Pavel Begunkov-1/+8
2023-04-06io_uring: add tw add flagsPavel Begunkov-5/+11
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov-13/+4