summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus 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-06io_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-30io_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-25io_uring: add socket(2) supportJens Axboe1-0/+1
2022-04-25io_uring: add fgetxattr and getxattr supportStefan Roesch1-0/+2
2022-04-25io_uring: add fsetxattr and setxattr supportStefan Roesch1-1/+5
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe1-0/+2
2022-04-25io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe1-0/+3
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe1-0/+7
2022-04-11io_uring: flag the fact that linked file assignment is saneJens Axboe1-0/+1
2022-03-24io_uring: remove IORING_CQE_F_MSGJens Axboe1-2/+0
2022-03-10io_uring: allow submissions to continue on errorJens Axboe1-0/+1
2022-03-10io_uring: add support for IORING_OP_MSG_RING commandJens Axboe1-0/+3
2022-03-10io_uring: add support for registering ring file descriptorsJens Axboe1-4/+9
2021-11-24io_uring: add option to skip CQE postingPavel Begunkov1-0/+4
2021-10-19io_uring: add flag to not fail link after timeoutPavel Begunkov1-0/+1
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov1-1/+7
2021-08-31Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-08-30io_uring: allow updating linked timeoutsPavel Begunkov1-5/+6
2021-08-29io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe1-0/+3
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe1-0/+3
2021-08-25io_uring: openat directly into fixed fd tablePavel Begunkov1-1/+4
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev1-0/+2
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev1-0/+1
2021-08-23io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev1-0/+1
2021-06-30io_uring: simplify struct io_uring_sqe layoutPavel Begunkov1-14/+10
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe1-0/+4
2021-06-11io_uring: add feature flag for rsrc tagsPavel Begunkov1-0/+1
2021-06-11io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-9/+9
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov1-0/+1
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov1-6/+16
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov1-0/+8
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov1-0/+4
2021-04-12io_uring: allow events and user_data update of running poll requestsJens Axboe1-0/+5