aboutsummaryrefslogtreecommitdiff
path: root/io_uring/opdef.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-15io_uring: drop ->prep_async()Gravatar Jens Axboe 1-6/+3
2023-09-21io_uring/rw: mark readv/writev as vectored in the opcode definitionGravatar Jens Axboe 1-0/+2
2023-01-29io_uring: Split io_issue_def structGravatar Breno Leitao 1-2/+7
2023-01-29io_uring: Rename struct io_op_defGravatar Breno Leitao 1-2/+2
2022-12-07io_uring: dont remove file from msg_ring reqsGravatar Pavel Begunkov 1-0/+2
2022-09-21io_uring: add custom opcode hooks on failGravatar Pavel Begunkov 1-0/+1
2022-08-24io_uring: conditional ->async_data allocationGravatar Pavel Begunkov 1-0/+2
2022-07-24io_uring: move opcode table to opdef.cGravatar Jens Axboe 1-0/+2
2022-07-24io_uring: move poll handling into its own fileGravatar Jens Axboe 1-0/+40