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