summaryrefslogtreecommitdiff
path: root/io_uring/msg_ring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/msg_ring: let target know allocated indexPavel Begunkov2023-03-161-1/+3
* io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe2023-01-291-1/+6
* io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao2023-01-291-5/+19
* io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2023-01-201-0/+8
* io_uring/msg_ring: fix flagging remote executionPavel Begunkov2023-01-201-17/+23
* io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe2023-01-191-9/+30
* io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe2023-01-191-24/+23
* io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe2022-12-081-0/+1
* io_uring: do msg_ring in target task via twPavel Begunkov2022-12-071-3/+53
* io_uring: extract a io_msg_install_complete helperPavel Begunkov2022-12-071-13/+21
* io_uring: get rid of double lockingPavel Begunkov2022-12-071-36/+49
* io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov2022-12-071-0/+2
* io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-071-4/+0
* io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken2022-11-251-2/+2
* io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli2022-10-191-0/+3
* io_uring/msg_ring: check file type before puttingJens Axboe2022-09-151-1/+2
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-4/+4
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-241-2/+2
* io_uring: add support for passing fixed file descriptorsJens Axboe2022-07-241-7/+123
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-241-10/+1
* io_uring: move msg_ring into its own fileJens Axboe2022-07-241-0/+65