summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+26
2023-06-21io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe1-2/+2
2023-06-21io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe1-4/+7
2023-06-21io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe1-0/+2
2023-06-18io_uring/poll: serialize poll linked timer start with poll removalJens Axboe1-5/+4
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2023-06-14io_uring/io-wq: clear current->worker_private on exitJens Axboe1-1/+6
2023-06-14io_uring/net: save msghdr->msg_control for retriesJens Axboe1-1/+7
2023-06-12io_uring/io-wq: don't clear PF_IO_WORKER on exitJens Axboe1-3/+0
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2023-05-27io_uring: undeprecate epoll_ctl supportBen Noordhuis1-4/+0
2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2023-05-24net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+2
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds5-19/+20
2023-05-04io_uring: Remove unnecessary BUILD_BUG_ONBreno Leitao2-11/+0
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao2-7/+4
2023-05-04io_uring: Create a helper to return the SQE sizeBreno Leitao1-0/+10
2023-05-03io_uring/rsrc: check for nonconsecutive pagesTobias Holl1-1/+6
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds16-813/+902
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2-20/+19
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-04-20Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe1-8/+5
2023-04-19io_uring: add support for multishot timeoutsDavid Wei1-3/+54
2023-04-19io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov2-12/+11
2023-04-19io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2-7/+20
2023-04-19io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov1-6/+6
2023-04-19io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2-14/+6
2023-04-19io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2-4/+4
2023-04-19io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov3-97/+25
2023-04-19io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov3-9/+8
2023-04-19io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov1-1/+0
2023-04-15io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov1-4/+1
2023-04-15io_uring/rsrc: simplify single file node switchingPavel Begunkov1-7/+4
2023-04-15io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov1-2/+1
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov2-8/+13
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov3-28/+10
2023-04-15io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov1-0/+9
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov3-7/+13
2023-04-15io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov1-13/+5
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2-5/+1
2023-04-15io_uring/rsrc: use nospec'ed indexesPavel Begunkov1-1/+1
2023-04-15io_uring/notif: add constant for ubuf_info flagsPavel Begunkov2-1/+2
2023-04-15Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2023-04-12io_uring/rsrc: extract SCM file put helperPavel Begunkov1-9/+11
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov3-28/+20