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