summaryrefslogtreecommitdiffstats
path: root/io_uring/opdef.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe2024-04-221-0/+1
* io_uring: drop ->prep_async()Jens Axboe2024-04-151-25/+18
* io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-151-1/+0
* io_uring/net: move connect to always using async dataJens Axboe2024-04-151-2/+1
* io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-151-8/+7
* io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-151-4/+0
* io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-151-2/+0
* io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-151-2/+5
* io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2024-04-151-0/+1
* io_uring: add support for ftruncateTony Solomonik2024-02-091-0/+10
* io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore2024-01-231-1/+0
* io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe2023-12-121-0/+9
* io_uring/rw: add separate prep handler for fixed read/writeJens Axboe2023-11-061-2/+2
* io_uring/rw: add separate prep handler for readv/writevJens Axboe2023-11-061-2/+2
* io_uring: add support for vectored futex waitsJens Axboe2023-09-291-0/+11
* io_uring: add support for futex wake and waitJens Axboe2023-09-291-0/+23
* io_uring: add IORING_OP_WAITID supportJens Axboe2023-09-211-0/+9
* io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe2023-09-211-1/+12
* io_uring/rw: mark readv/writev as vectored in the opcode definitionJens Axboe2023-09-211-0/+2
* io_uring: Pass whole sqe to commandsBreno Leitao2023-05-041-1/+1
* io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs2023-02-101-0/+1
* io_uring: Split io_issue_def structBreno Leitao2023-01-291-105/+222
* io_uring: Rename struct io_op_defBreno Leitao2023-01-291-8/+8
* io_uring: get rid of double lockingPavel Begunkov2022-12-071-0/+1
* io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-071-0/+7
* io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe2022-10-121-1/+0
* io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-211-0/+19
* io_uring/net: combine fail handlersPavel Begunkov2022-09-211-1/+1
* io_uring/net: rename io_sendzc()Pavel Begunkov2022-09-211-3/+3
* io_uring/net: support non-zerocopy sendtoPavel Begunkov2022-09-211-1/+4
* io_uring/net: don't lose partial send_zc on failPavel Begunkov2022-09-211-0/+1
* io_uring/net: don't lose partial send/recv on failPavel Begunkov2022-09-211-0/+4
* io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-09-211-0/+6
* io_uring/net: use async caches for async prepPavel Begunkov2022-09-211-0/+2
* io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi2022-09-211-0/+1
* io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher2022-09-181-1/+1
* io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-1/+2
* Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-011-5/+4
* io_uring/net: save address for sendzc async executionPavel Begunkov2022-08-251-1/+3
* io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov2022-07-241-4/+5
* io_uring: wire send zc request typePavel Begunkov2022-07-241-0/+15
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: move opcode table to opdef.cJens Axboe2022-07-241-0/+495