summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | io_uring: remove a confusing comment above io_file_get_flagsChristoph Hellwig2023-06-201-5/+0
| * | | | | io_uring: remove the mode variable in io_file_get_flagsChristoph Hellwig2023-06-201-2/+1
| * | | | | io_uring: remove __io_file_supports_nowaitChristoph Hellwig2023-06-201-14/+1
| * | | | | io_uring: wait interruptibly for request completions on exitJens Axboe2023-06-121-2/+18
| * | | | | io_uring: get rid of unnecessary 'length' variableJens Axboe2023-06-071-4/+1
| * | | | | io_uring: cleanup io_aux_cqe() APIJens Axboe2023-06-075-11/+12
| * | | | | io_uring: avoid indirect function calls for the hottest task_workJens Axboe2023-06-025-4/+12
| * | | | | io_uring/cmd: add cmd lazy tw wake helperPavel Begunkov2023-05-251-4/+12
| * | | | | io_uring: annotate offset timeout racesPavel Begunkov2023-05-191-1/+1
| * | | | | io_uring: maintain ordering for DEFER_TASKRUN tw listJens Axboe2023-05-191-1/+5
| * | | | | 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
| | |/ / / | |/| | |
* | | | | io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe2023-06-211-2/+2
* | | | | io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe2023-06-211-4/+7
* | | | | io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe2023-06-211-0/+2
* | | | | io_uring/poll: serialize poll linked timer start with poll removalJens Axboe2023-06-171-5/+4
* | | | | io_uring/io-wq: clear current->worker_private on exitJens Axboe2023-06-141-1/+6
* | | | | io_uring/net: save msghdr->msg_control for retriesJens Axboe2023-06-131-1/+7
| |_|_|/ |/| | |
* | | | io_uring/io-wq: don't clear PF_IO_WORKER on exitJens Axboe2023-06-121-3/+0
| |_|/ |/| |
* | | io_uring: undeprecate epoll_ctl supportBen Noordhuis2023-05-261-4/+0
| |/ |/|
* | io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen2023-05-251-1/+5
|/
* 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