aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)Author
2023-01-04io_uring: import 5.15-stable io_uringJens 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
2020-03-02io_uring: use poll driven retry for files that support itJens Axboe
2020-03-02io_uring: add splice(2) supportPavel Begunkov
2020-01-29io_uring: add support for epoll_ctl(2)Jens Axboe
2020-01-28io_uring: support using a registered personality for commandsJens Axboe
2020-01-28io_uring: allow registering credentialsJens Axboe
2020-01-28io_uring: add io-wq workqueue sharingPavel Begunkov
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe
2020-01-20io_uring: optimise sqe-to-req flags translationPavel Begunkov
2020-01-20io_uring: add support for probing opcodesJens Axboe
2020-01-20io_uring: add support for IORING_OP_OPENAT2Jens Axboe
2020-01-20io_uring: enable option to only trigger eventfd for async completionsJens Axboe
2020-01-20io_uring: add support for send(2) and recv(2)Jens Axboe
2020-01-20io_uring: add support for IORING_SETUP_CLAMPJens Axboe
2020-01-20io_uring: add IORING_OP_MADVISEJens Axboe
2020-01-20io_uring: add IORING_OP_FADVISEJens Axboe
2020-01-20io_uring: allow use of offset == -1 to mean file positionJens Axboe
2020-01-20io_uring: add non-vectored read/write commandsJens Axboe
2020-01-20io_uring: add IOSQE_ASYNCJens Axboe
2020-01-20io_uring: add support for IORING_OP_STATXJens Axboe
2020-01-20io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe
2020-01-20io_uring: add support for IORING_OP_CLOSEJens Axboe
2020-01-20io_uring: add support for IORING_OP_OPENATJens Axboe
2020-01-20io_uring: add support for fallocate()Jens Axboe
2020-01-20io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe
2019-12-10io_uring: allow unbreakable linksJens Axboe
2019-12-03io_uring: mark us with IORING_FEAT_SUBMIT_STABLEJens Axboe
2019-11-25io_uring: add support for IORING_OP_CONNECTJens Axboe
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe
2019-11-01io_uring: support for generic async request cancelJens Axboe
2019-10-29io_uring: add support for IORING_OP_ACCEPTJens Axboe
2019-10-29io_uring: add support for canceling timeout requestsJens Axboe
2019-10-29io_uring: add support for absolute timeoutsJens Axboe