summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: add feature flag for rsrc tagsPavel Begunkov2021-06-101-0/+1
* io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov2021-06-101-9/+9
* io_uring: add full-fledged dynamic buffers supportPavel Begunkov2021-04-251-0/+1
* io_uring: add generic rsrc update with tagsPavel Begunkov2021-04-251-6/+16
* io_uring: add IORING_REGISTER_RSRCPavel Begunkov2021-04-251-0/+8
* io_uring: enumerate dynamic resourcesPavel Begunkov2021-04-251-0/+4
* io_uring: allow events and user_data update of running poll requestsJens Axboe2021-04-111-0/+5
* io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe2021-04-111-0/+12
* io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe2021-02-231-0/+1
* io_uring: Add skip option for __io_sqe_files_updatenoah2021-02-011-0/+3
* io_uring: rename file related variables to rsrcBijan Mottahedeh2021-02-011-0/+7
* io_uring: add timeout updatePavel Begunkov2020-12-091-0/+1
* io_uring: add timeout support for io_uring_enter()Hao Xu2020-12-091-0/+9
* io_uring: add support for IORING_OP_UNLINKATJens Axboe2020-12-091-0/+2
* io_uring: add support for IORING_OP_RENAMEATJens Axboe2020-12-091-0/+2
* io_uring: allow non-fixed files with SQPOLLJens Axboe2020-12-091-0/+1
* io_uring: add support for shutdown(2)Jens Axboe2020-11-231-0/+1
* io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe2020-09-301-0/+1
* io_uring: allow disabling rings during the creationStefano Garzarella2020-09-301-0/+2
* io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella2020-09-301-0/+31
* io_uring: use an enumeration for io_uring_register(2) opcodesStefano Garzarella2020-09-301-11/+16
* Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe2020-07-241-0/+1
|\
| * io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-081-0/+1
* | io_uring: change the poll type to be 32-bitsJiufei Xue2020-06-211-1/+3
|/
* io_uring: add tee(2) supportPavel Begunkov2020-05-171-0/+1
* io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella2020-05-151-0/+7
* io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella2020-05-151-1/+3
* io_uring: make spdxcheck.py happyLukas Bulwahn2020-03-211-1/+1
* io_uring: dual license io_uring.h uapi headerJens Axboe2020-03-111-1/+1
* io_uring: provide means of removing buffersJens Axboe2020-03-101-0/+1
* io_uring: support buffer selection for OP_READ and OP_RECVJens Axboe2020-03-101-0/+14
* io_uring: add IORING_OP_PROVIDE_BUFFERSJens Axboe2020-03-101-2/+8
* io_uring: use poll driven retry for files that support itJens Axboe2020-03-021-0/+1
* io_uring: add splice(2) supportPavel Begunkov2020-03-021-1/+13
* io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-291-0/+1
* io_uring: support using a registered personality for commandsJens Axboe2020-01-281-1/+6
* io_uring: allow registering credentialsJens Axboe2020-01-281-0/+2
* io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-281-1/+3
* io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-281-0/+1
* io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-201-5/+18
* io_uring: add support for probing opcodesJens Axboe2020-01-201-0/+18
* io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-201-0/+1
* io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-201-0/+1
* io_uring: add support for send(2) and recv(2)Jens Axboe2020-01-201-0/+2
* io_uring: add support for IORING_SETUP_CLAMPJens Axboe2020-01-201-0/+1
* io_uring: add IORING_OP_MADVISEJens Axboe2020-01-201-0/+1
* io_uring: add IORING_OP_FADVISEJens Axboe2020-01-201-0/+2
* io_uring: allow use of offset == -1 to mean file positionJens Axboe2020-01-201-0/+1
* io_uring: add non-vectored read/write commandsJens Axboe2020-01-201-0/+2
* io_uring: add IOSQE_ASYNCJens Axboe2020-01-201-0/+1