aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/opdef.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13io_uring/kbuf: unify legacy buf provision and removalPavel Begunkov1-2/+2
2025-04-21io_uring: add support for IORING_OP_PIPEJens Axboe1-0/+7
2025-03-21io_uring/cmd: add iovec cache for commandsPavel Begunkov1-0/+1
2025-03-19io_uring/cmd: don't expose entire cmd async dataPavel Begunkov1-1/+1
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov1-0/+39
2025-03-07Merge branch 'for-6.15/io_uring-epoll-wait' into for-6.15/io_uring-reg-vecJens Axboe1-0/+14
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+16
2025-02-28io_uring/rw: move fixed buffer import to issue pathKeith Busch1-2/+2
2025-02-20io_uring/epoll: add support for IORING_OP_EPOLL_WAITJens Axboe1-0/+14
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei1-0/+16
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-1/+2
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe1-0/+2
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi1-0/+8
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi1-0/+13
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi1-0/+13
2024-05-30io_uring/rw: Free iovec before cleaning async dataBreno Leitao1-0/+5
2024-04-22io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe1-0/+1
2024-04-15io_uring: drop ->prep_async()Jens Axboe1-25/+18
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe1-1/+0
2024-04-15io_uring/net: move connect to always using async dataJens Axboe1-2/+1
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe1-8/+7
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe1-4/+0
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe1-2/+0
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe1-2/+5
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe1-0/+1
2024-02-09io_uring: add support for ftruncateTony Solomonik1-0/+10
2024-01-23io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore1-1/+0
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe1-0/+9
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe1-2/+2
2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe1-2/+2
2023-09-29io_uring: add support for vectored futex waitsJens Axboe1-0/+11
2023-09-29io_uring: add support for futex wake and waitJens Axboe1-0/+23
2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe1-0/+9
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe1-1/+12
2023-09-21io_uring/rw: mark readv/writev as vectored in the opcode definitionJens Axboe1-0/+2
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-1/+1
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs1-0/+1
2023-01-29io_uring: Split io_issue_def structBreno Leitao1-105/+222
2023-01-29io_uring: Rename struct io_op_defBreno Leitao1-8/+8
2022-12-07io_uring: get rid of double lockingPavel Begunkov1-0/+1
2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov1-0/+7
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe1-1/+0
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov1-0/+19
2022-09-21io_uring/net: combine fail handlersPavel Begunkov1-1/+1
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov1-3/+3
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov1-1/+4
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov1-0/+1
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov1-0/+4
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov1-0/+6