summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)Author
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
2021-04-11io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe
2021-02-23io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe
2021-02-01io_uring: Add skip option for __io_sqe_files_updatenoah
2021-02-01io_uring: rename file related variables to rsrcBijan Mottahedeh
2020-12-09io_uring: add timeout updatePavel Begunkov
2020-12-09io_uring: add timeout support for io_uring_enter()Hao Xu
2020-12-09io_uring: add support for IORING_OP_UNLINKATJens Axboe
2020-12-09io_uring: add support for IORING_OP_RENAMEATJens Axboe
2020-12-09io_uring: allow non-fixed files with SQPOLLJens Axboe
2020-11-23io_uring: add support for shutdown(2)Jens Axboe
2020-09-30io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe
2020-09-30io_uring: allow disabling rings during the creationStefano Garzarella
2020-09-30io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella
2020-09-30io_uring: use an enumeration for io_uring_register(2) opcodesStefano Garzarella
2020-07-24Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang
2020-06-21io_uring: change the poll type to be 32-bitsJiufei Xue
2020-05-17io_uring: add tee(2) supportPavel Begunkov
2020-05-15io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella
2020-05-15io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella
2020-03-21io_uring: make spdxcheck.py happyLukas Bulwahn
2020-03-11io_uring: dual license io_uring.h uapi headerJens Axboe
2020-03-10io_uring: provide means of removing buffersJens Axboe
2020-03-10io_uring: support buffer selection for OP_READ and OP_RECVJens Axboe
2020-03-10io_uring: add IORING_OP_PROVIDE_BUFFERSJens Axboe