summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: move io_clean_op()Pavel Begunkov2023-06-231-34/+33
* io_uring: inline io_dismantle_req()Pavel Begunkov2023-06-231-12/+5
* io_uring: remove io_free_req_twPavel Begunkov2023-06-231-18/+5
* io_uring: open code io_put_req_find_nextPavel Begunkov2023-06-231-18/+7
* io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig2023-06-204-24/+27
* io_uring: use io_file_from_index in io_msg_grab_fileChristoph Hellwig2023-06-201-3/+1
* io_uring: use io_file_from_index in __io_sync_cancelChristoph Hellwig2023-06-201-4/+1
* io_uring: return REQ_F_ flags from io_file_get_flagsChristoph Hellwig2023-06-203-8/+6
* io_uring: remove io_req_ffs_setChristoph Hellwig2023-06-203-7/+2
* 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
* 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