summaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
Commit message (Expand)AuthorAgeLines
* io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe2023-06-21-2/+2
* io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe2023-06-21-4/+7
* io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe2023-06-21-0/+2
* io_uring/poll: serialize poll linked timer start with poll removalJens Axboe2023-06-17-5/+4
* io_uring/io-wq: clear current->worker_private on exitJens Axboe2023-06-14-1/+6
* io_uring/net: save msghdr->msg_control for retriesJens Axboe2023-06-13-1/+7
* io_uring/io-wq: don't clear PF_IO_WORKER on exitJens Axboe2023-06-12-3/+0
* io_uring: undeprecate epoll_ctl supportBen Noordhuis2023-05-26-4/+0
* io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen2023-05-25-1/+5
* Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-07-19/+20
|\
| * io_uring: Remove unnecessary BUILD_BUG_ONBreno Leitao2023-05-04-11/+0
| * io_uring: Pass whole sqe to commandsBreno Leitao2023-05-04-7/+4
| * io_uring: Create a helper to return the SQE sizeBreno Leitao2023-05-04-0/+10
| * io_uring/rsrc: check for nonconsecutive pagesTobias Holl2023-05-03-1/+6
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-26-2/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-20-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-13-4/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-06-7/+7
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-30-13/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-17-13/+31
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-09-64/+85
| |\ \ \ \ \ \ \
| * | | | | | | | net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-08-2/+1
* | | | | | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-26-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | blk-mq: remove hybrid pollingKeith Busch2023-03-20-1/+1
* | | | | | | | | | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-26-813/+902
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe2023-04-20-8/+5
| * | | | | | | | | io_uring: add support for multishot timeoutsDavid Wei2023-04-18-3/+54
| * | | | | | | | | io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov2023-04-18-12/+11
| * | | | | | | | | io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2023-04-18-7/+20
| * | | | | | | | | io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov2023-04-18-6/+6
| * | | | | | | | | io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2023-04-18-14/+6
| * | | | | | | | | io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-18-4/+4
| * | | | | | | | | io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-18-97/+25
| * | | | | | | | | io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-18-9/+8
| * | | | | | | | | io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov2023-04-18-1/+0
| * | | | | | | | | io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov2023-04-15-4/+1
| * | | | | | | | | io_uring/rsrc: simplify single file node switchingPavel Begunkov2023-04-15-7/+4
| * | | | | | | | | io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov2023-04-15-2/+1
| * | | | | | | | | io_uring/rsrc: inline switch_start fast pathPavel Begunkov2023-04-15-8/+13
| * | | | | | | | | io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-15-28/+10
| * | | | | | | | | io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov2023-04-15-0/+9
| * | | | | | | | | io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-15-7/+13
| * | | | | | | | | io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov2023-04-15-13/+5
| * | | | | | | | | io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2023-04-15-5/+1
| * | | | | | | | | io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-04-15-1/+1
| * | | | | | | | | io_uring/notif: add constant for ubuf_info flagsPavel Begunkov2023-04-15-1/+2
| * | | | | | | | | io_uring/rsrc: extract SCM file put helperPavel Begunkov2023-04-12-9/+11
| * | | | | | | | | io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov2023-04-12-28/+20
| * | | | | | | | | io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov2023-04-12-0/+1
| * | | | | | | | | io_uring/rsrc: consolidate node cachingPavel Begunkov2023-04-12-11/+16