summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-25io_uring: add option to remove SQ indirectionPavel Begunkov1-0/+5
2023-08-09io_uring: Add io_uring command support for socketsBreno Leitao1-0/+8
2023-07-17io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe1-1/+3
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe1-0/+2
2023-07-17io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe1-0/+2
2023-06-29nvme: improved uring pollingKeith Busch1-0/+2
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett1-0/+7
2023-05-16io_uring: support for user allocated memory for rings/sqesJens Axboe1-2/+7
2023-04-19io_uring: add support for multishot timeoutsDavid Wei1-0/+1
2023-04-03io_uring: kill unused notif declarationsPavel Begunkov1-13/+0
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe1-0/+17
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe1-1/+1
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett1-1/+5
2023-01-30io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao1-0/+2
2023-01-27io_uring: Replace 0-length array with flexible arrayKees Cook1-1/+1
2022-12-27uapi:io_uring.h: allow linux/time_types.h to be skippedStefan Metzmacher1-0/+8
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher1-0/+18
2022-11-06io_uring: fix typo in io_uring.h commentJens Axboe1-1/+1
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta1-0/+9
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov1-0/+1
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken1-0/+7
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-2/+5
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-8/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov1-11/+1
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov1-1/+0
2022-08-23io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi1-0/+8
2022-07-25io_uring: add zc notification flush requestsPavel Begunkov1-0/+1
2022-07-25io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-1/+11
2022-07-25io_uring: flush notifiers after sendzcPavel Begunkov1-0/+4
2022-07-25io_uring: sendzc with fixed buffersPavel Begunkov1-1/+5
2022-07-25io_uring: allow to pass addr into sendzcPavel Begunkov1-1/+1
2022-07-25io_uring: wire send zc request typePavel Begunkov1-0/+5
2022-07-25io_uring: add notification slot registrationPavel Begunkov1-0/+17
2022-07-25io_uring: support multishot in recvmsgDylan Yudaken1-0/+7
2022-07-25io_uring: multishot recvDylan Yudaken1-0/+5
2022-07-25io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+13
2022-07-25io_uring: add support for passing fixed file descriptorsJens Axboe1-0/+17
2022-07-25io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-07-25io_uring: add sync cancelation API through io_uring_register()Jens Axboe1-0/+15
2022-07-25io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-0/+2
2022-07-25io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov1-1/+4
2022-07-25io_uring: add support for level triggered pollJens Axboe1-0/+3
2022-07-08io_uring: explicit sqe padding for ioctl commandsPavel Begunkov1-1/+4
2022-06-30io_uring: keep sendrecv flags in ioprioPavel Begunkov1-1/+1
2022-06-14io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov1-6/+0
2022-05-31io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang1-0/+6
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds1-2/+22
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds1-1/+2