summaryrefslogtreecommitdiff
path: root/io_uring/opdef.c
AgeCommit message (Expand)Author
2024-01-23io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe
2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe
2023-09-29io_uring: add support for vectored futex waitsJens Axboe
2023-09-29io_uring: add support for futex wake and waitJens Axboe
2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe
2023-09-21io_uring/rw: mark readv/writev as vectored in the opcode definitionJens Axboe
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs
2023-01-29io_uring: Split io_issue_def structBreno Leitao
2023-01-29io_uring: Rename struct io_op_defBreno Leitao
2022-12-07io_uring: get rid of double lockingPavel Begunkov
2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov
2022-09-21io_uring/net: combine fail handlersPavel Begunkov
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov
2022-09-21io_uring/net: use async caches for async prepPavel Begunkov
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi
2022-09-18io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: move opcode table to opdef.cJens Axboe