summaryrefslogtreecommitdiffstats
path: root/io_uring/msg_ring.c
Commit message (Expand)AuthorAgeFilesLines
* 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