summaryrefslogtreecommitdiff
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2023-05-184-83/+189
|\
| * io_uring/net: don't retry recvmsg() unnecessarilyJens Axboe2023-05-171-1/+9
| * io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()Jens Axboe2023-05-171-13/+9
| * io_uring/net: initalize msghdr->msg_inq to known valueJens Axboe2023-05-171-2/+4
| * io_uring/net: initialize struct msghdr more sanely for io_recv()Jens Axboe2023-05-171-7/+8
| * io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett2023-05-163-26/+45
| * io_uring: support for user allocated memory for rings/sqesJens Axboe2023-05-161-9/+97
| * io_uring: add ring freeing helperJens Axboe2023-05-161-6/+11
| * io_uring: return error pointer from io_mem_alloc()Jens Axboe2023-05-161-6/+12
| * io_uring: remove sq/cq_off memsetJens Axboe2023-05-161-2/+4
| * io_uring: rely solely on FMODE_NOWAITJens Axboe2023-05-151-21/+0
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-05-161-1/+1
* | io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes2023-05-161-28/+6
|/
* Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-075-19/+20
|\
| * io_uring: Remove unnecessary BUILD_BUG_ONBreno Leitao2023-05-042-11/+0
| * io_uring: Pass whole sqe to commandsBreno Leitao2023-05-042-7/+4
| * io_uring: Create a helper to return the SQE sizeBreno Leitao2023-05-041-0/+10
| * io_uring/rsrc: check for nonconsecutive pagesTobias Holl2023-05-031-1/+6
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-132-4/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-063-7/+7
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-304-13/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-177-13/+31
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-099-64/+85
| |\ \ \ \ \ \ \
| * | | | | | | | net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-2/+1
* | | | | | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | blk-mq: remove hybrid pollingKeith Busch2023-03-201-1/+1
* | | | | | | | | | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-2616-813/+902
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe2023-04-201-8/+5
| * | | | | | | | | io_uring: add support for multishot timeoutsDavid Wei2023-04-181-3/+54
| * | | | | | | | | io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov2023-04-182-12/+11
| * | | | | | | | | io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2023-04-182-7/+20
| * | | | | | | | | io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov2023-04-181-6/+6
| * | | | | | | | | io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2023-04-182-14/+6
| * | | | | | | | | io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-182-4/+4
| * | | | | | | | | io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-183-97/+25
| * | | | | | | | | io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-183-9/+8
| * | | | | | | | | io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov2023-04-181-1/+0
| * | | | | | | | | io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov2023-04-151-4/+1
| * | | | | | | | | io_uring/rsrc: simplify single file node switchingPavel Begunkov2023-04-151-7/+4
| * | | | | | | | | io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov2023-04-151-2/+1
| * | | | | | | | | io_uring/rsrc: inline switch_start fast pathPavel Begunkov2023-04-152-8/+13
| * | | | | | | | | io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-153-28/+10
| * | | | | | | | | io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov2023-04-151-0/+9
| * | | | | | | | | io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-153-7/+13
| * | | | | | | | | io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov2023-04-151-13/+5
| * | | | | | | | | io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2023-04-152-5/+1
| * | | | | | | | | io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-04-151-1/+1
| * | | | | | | | | io_uring/notif: add constant for ubuf_info flagsPavel Begunkov2023-04-152-1/+2