summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)Author
11 daysio_uring: support to inject result for NOPMing Lei
12 daysio_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe
12 daysio_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe
2024-04-22io_uring/net: support bundles for recvJens Axboe
2024-04-22io_uring/net: support bundles for sendJens Axboe
2024-04-15io_uring: Avoid anonymous enums in io_uring uapiGabriel Krisman Bertazi
2024-02-09io_uring: add register/unregister napi functionStefan Roesch
2024-02-09io_uring: add support for ftruncateTony Solomonik
2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe
2023-11-01Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao
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-28io_uring: retain top 8bits of uring_cmd flags for kernel internal useMing Lei
2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe
2023-08-24io_uring: add option to remove SQ indirectionPavel Begunkov
2023-08-09io_uring: Add io_uring command support for socketsBreno Leitao
2023-07-17io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe
2023-07-17io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe
2023-06-28nvme: improved uring pollingKeith Busch
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett
2023-05-16io_uring: support for user allocated memory for rings/sqesJens Axboe
2023-04-18io_uring: add support for multishot timeoutsDavid Wei
2023-04-03io_uring: kill unused notif declarationsPavel Begunkov
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao
2023-01-27io_uring: Replace 0-length array with flexible arrayKees Cook
2022-12-27uapi:io_uring.h: allow linux/time_types.h to be skippedStefan Metzmacher
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-11-06io_uring: fix typo in io_uring.h commentJens Axboe
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov
2022-08-23io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov