aboutsummaryrefslogtreecommitdiff
path: root/io_uring/msg_ring.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Gravatar Harshit Mogalapalli 1-0/+3
2022-09-15io_uring/msg_ring: check file type before puttingGravatar Jens Axboe 1-1/+2
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeGravatar Stefan Metzmacher 1-4/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeGravatar Dylan Yudaken 1-2/+2
2022-07-24io_uring: add support for passing fixed file descriptorsGravatar Jens Axboe 1-7/+123
2022-07-24io_uring: kill extra io_uring_types.h includesGravatar Pavel Begunkov 1-1/+0
2022-07-24io_uring: don't expose io_fill_cqe_aux()Gravatar Pavel Begunkov 1-10/+1
2022-07-24io_uring: move msg_ring into its own fileGravatar Jens Axboe 1-0/+65