summaryrefslogtreecommitdiffstats
path: root/io_uring/msg_ring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/msg_ring: let target know allocated indexPavel Begunkov2023-03-221-1/+3
* io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2023-02-011-0/+4
* io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov2022-12-311-0/+2
* io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-311-4/+0
* 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