summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: add flag to not fail link after timeoutPavel Begunkov2021-10-191-0/+1
* io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov2021-09-131-1/+7
* Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+4
|\
| * io_uring: add support for IORING_OP_LINKATDmitry Kadashev2021-08-231-0/+2
| * io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev2021-08-231-0/+1
| * io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev2021-08-231-0/+1
* | io_uring: allow updating linked timeoutsPavel Begunkov2021-08-291-5/+6
* | io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe2021-08-291-0/+3
* | io-wq: provide a way to limit max number of workersJens Axboe2021-08-291-0/+3
* | io_uring: openat directly into fixed fd tablePavel Begunkov2021-08-251-1/+4
|/
* io_uring: simplify struct io_uring_sqe layoutPavel Begunkov2021-06-301-14/+10
* io_uring: allow user configurable IO thread CPU affinityJens Axboe2021-06-171-0/+4
* 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