summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix typo in io_uring.h commentJens Axboe2022-11-061-1/+1
* io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2022-09-301-0/+9
* io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-211-0/+1
* io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-211-0/+7
* io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-2/+5
* io_uring/notif: remove notif registrationPavel Begunkov2022-09-011-8/+0
* Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-011-11/+1
* Revert "io_uring: add zc notification flush requests"Pavel Begunkov2022-09-011-1/+0
* io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi2022-08-231-0/+8
* io_uring: add zc notification flush requestsPavel Begunkov2022-07-241-0/+1
* io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov2022-07-241-1/+11
* io_uring: flush notifiers after sendzcPavel Begunkov2022-07-241-0/+4
* io_uring: sendzc with fixed buffersPavel Begunkov2022-07-241-1/+5
* io_uring: allow to pass addr into sendzcPavel Begunkov2022-07-241-1/+1
* io_uring: wire send zc request typePavel Begunkov2022-07-241-0/+5
* io_uring: add notification slot registrationPavel Begunkov2022-07-241-0/+17
* io_uring: support multishot in recvmsgDylan Yudaken2022-07-241-0/+7
* io_uring: multishot recvDylan Yudaken2022-07-241-0/+5
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-241-0/+13
* io_uring: add support for passing fixed file descriptorsJens Axboe2022-07-241-0/+17
* io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva2022-07-241-1/+1
* io_uring: add sync cancelation API through io_uring_register()Jens Axboe2022-07-241-0/+15
* io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe2022-07-241-0/+2
* io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov2022-07-241-1/+4
* io_uring: add support for level triggered pollJens Axboe2022-07-241-0/+3
* io_uring: explicit sqe padding for ioctl commandsPavel Begunkov2022-07-071-1/+4
* io_uring: keep sendrecv flags in ioprioPavel Begunkov2022-06-301-1/+1
* io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov2022-06-141-6/+0
* io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-311-0/+6
* Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds2022-05-231-2/+22
|\
| * fs,io_uring: add infrastructure for uring-cmdJens Axboe2022-05-111-8/+13
| * io_uring: support CQE32 in io_uring_cqeStefan Roesch2022-05-091-0/+7
| * io_uring: add support for 128-byte SQEsJens Axboe2022-05-091-0/+8
| * Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe2022-05-091-2/+9
| |\
* | \ Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-0/+2
|\ \ \
| * | | io_uring: return hint on whether more data is available after receiveJens Axboe2022-04-291-0/+2
| | |/ | |/|
* | | Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds2022-05-231-1/+2
|\| |
| * | io_uring: add type to op enumDylan Yudaken2022-04-261-1/+1
| * | io_uring: add socket(2) supportJens Axboe2022-04-241-0/+1
* | | Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds2022-05-231-1/+7
|\| |
| * | io_uring: add fgetxattr and getxattr supportStefan Roesch2022-04-241-0/+2
| * | io_uring: add fsetxattr and setxattr supportStefan Roesch2022-04-241-1/+5
* | | io_uring: add support for ring mapped supplied buffersJens Axboe2022-05-181-0/+36
* | | io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu2022-05-141-0/+5
* | | io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe2022-05-131-1/+7
* | | io_uring: allow allocated fixed files for openat/openat2Jens Axboe2022-05-131-0/+9
| |/ |/|
* | io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe2022-05-051-0/+10
* | io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe2022-04-301-0/+7
* | io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe2022-04-301-0/+8
|/
* io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe2022-04-241-0/+2