aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/io_uring.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-24io_uring: add zc notification flush requestsPavel Begunkov1-0/+1
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-1/+11
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov1-0/+4
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov1-1/+5
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov1-1/+1
2022-07-24io_uring: wire send zc request typePavel Begunkov1-0/+5
2022-07-24io_uring: add notification slot registrationPavel Begunkov1-0/+17
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken1-0/+7
2022-07-24io_uring: multishot recvDylan Yudaken1-0/+5
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+13
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe1-0/+17
2022-07-24io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe1-0/+15
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-0/+2
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov1-1/+4
2022-07-24io_uring: add support for level triggered pollJens Axboe1-0/+3
2022-07-07io_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/linux-blockLinus 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-blockLinus Torvalds1-1/+2
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+7
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe1-0/+36
2022-05-14io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu1-0/+5
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe1-1/+7
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe1-0/+9
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe1-8/+13
2022-05-09io_uring: support CQE32 in io_uring_cqeStefan Roesch1-0/+7
2022-05-09io_uring: add support for 128-byte SQEsJens Axboe1-0/+8
2022-05-09Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe1-2/+9
2022-05-05io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-0/+10
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-0/+7
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-0/+8
2022-04-29io_uring: return hint on whether more data is available after receiveJens Axboe1-0/+2
2022-04-26io_uring: add type to op enumDylan Yudaken1-1/+1
2022-04-24io_uring: add socket(2) supportJens Axboe1-0/+1
2022-04-24io_uring: add fgetxattr and getxattr supportStefan Roesch1-0/+2
2022-04-24io_uring: add fsetxattr and setxattr supportStefan Roesch1-1/+5
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe1-0/+2