summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2615-327/+369
|\
| * io_uring: merge conditional unlock flush helpersPavel Begunkov2023-06-231-12/+1
| * io_uring: make io_cq_unlock_post staticPavel Begunkov2023-06-232-3/+1
| * io_uring: inline __io_cq_unlockPavel Begunkov2023-06-231-8/+4
| * io_uring: fix acquire/release annotationsPavel Begunkov2023-06-231-3/+0
| * io_uring: kill io_cq_unlock()Pavel Begunkov2023-06-231-8/+2
| * io_uring: remove IOU_F_TWQ_FORCE_NORMALPavel Begunkov2023-06-232-15/+15
| * io_uring: don't batch task put on reqs freePavel Begunkov2023-06-231-22/+10
| * 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
* | 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