aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)Author
2022-06-14io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov
2022-05-31io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe
2022-05-14io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe
2022-05-09io_uring: support CQE32 in io_uring_cqeStefan Roesch
2022-05-09io_uring: add support for 128-byte SQEsJens Axboe
2022-05-09Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe
2022-05-05io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe
2022-04-29io_uring: return hint on whether more data is available after receiveJens Axboe
2022-04-26io_uring: add type to op enumDylan Yudaken
2022-04-24io_uring: add socket(2) supportJens Axboe
2022-04-24io_uring: add fgetxattr and getxattr supportStefan Roesch
2022-04-24io_uring: add fsetxattr and setxattr supportStefan Roesch
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe
2022-04-24io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe
2022-04-10io_uring: flag the fact that linked file assignment is saneJens Axboe
2022-03-24io_uring: remove IORING_CQE_F_MSGJens Axboe
2022-03-10io_uring: allow submissions to continue on errorJens Axboe
2022-03-10io_uring: add support for IORING_OP_MSG_RING commandJens Axboe
2022-03-10io_uring: add support for registering ring file descriptorsJens Axboe
2021-11-24io_uring: add option to skip CQE postingPavel Begunkov
2021-10-19io_uring: add flag to not fail link after timeoutPavel Begunkov
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-29io_uring: allow updating linked timeoutsPavel Begunkov
2021-08-29io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe
2021-08-25io_uring: openat directly into fixed fd tablePavel Begunkov
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev
2021-08-23io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev
2021-06-30io_uring: simplify struct io_uring_sqe layoutPavel Begunkov
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe
2021-06-10io_uring: add feature flag for rsrc tagsPavel Begunkov
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov
2021-04-11io_uring: allow events and user_data update of running poll requestsJens Axboe