summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe1-2/+9
2022-05-06io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-0/+10
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-0/+7
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-0/+8
2022-04-30io_uring: return hint on whether more data is available after receiveJens Axboe1-0/+2
2022-04-26io_uring: add type to op enumDylan Yudaken1-1/+1
2022-04-25io_uring: add socket(2) supportJens Axboe1-0/+1
2022-04-25io_uring: add fgetxattr and getxattr supportStefan Roesch1-0/+2
2022-04-25io_uring: add fsetxattr and setxattr supportStefan Roesch1-1/+5
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe1-0/+2
2022-04-25io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe1-0/+3
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe1-0/+7
2022-04-11io_uring: flag the fact that linked file assignment is saneJens Axboe1-0/+1
2022-03-24io_uring: remove IORING_CQE_F_MSGJens Axboe1-2/+0
2022-03-10io_uring: allow submissions to continue on errorJens Axboe1-0/+1
2022-03-10io_uring: add support for IORING_OP_MSG_RING commandJens Axboe1-0/+3
2022-03-10io_uring: add support for registering ring file descriptorsJens Axboe1-4/+9
2021-11-24io_uring: add option to skip CQE postingPavel Begunkov1-0/+4
2021-10-19io_uring: add flag to not fail link after timeoutPavel Begunkov1-0/+1
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov1-1/+7
2021-08-31Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-08-30io_uring: allow updating linked timeoutsPavel Begunkov1-5/+6
2021-08-29io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe1-0/+3
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe1-0/+3
2021-08-25io_uring: openat directly into fixed fd tablePavel Begunkov1-1/+4
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev1-0/+2
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev1-0/+1
2021-08-23io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev1-0/+1
2021-06-30io_uring: simplify struct io_uring_sqe layoutPavel Begunkov1-14/+10
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe1-0/+4
2021-06-11io_uring: add feature flag for rsrc tagsPavel Begunkov1-0/+1
2021-06-11io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-9/+9
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov1-0/+1
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov1-6/+16
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov1-0/+8
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov1-0/+4
2021-04-12io_uring: allow events and user_data update of running poll requestsJens Axboe1-0/+5
2021-04-12io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe1-0/+12
2021-02-24io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe1-0/+1
2021-02-01io_uring: Add skip option for __io_sqe_files_updatenoah1-0/+3
2021-02-01io_uring: rename file related variables to rsrcBijan Mottahedeh1-0/+7
2020-12-09io_uring: add timeout updatePavel Begunkov1-0/+1
2020-12-09io_uring: add timeout support for io_uring_enter()Hao Xu1-0/+9
2020-12-09io_uring: add support for IORING_OP_UNLINKATJens Axboe1-0/+2
2020-12-09io_uring: add support for IORING_OP_RENAMEATJens Axboe1-0/+2
2020-12-09io_uring: allow non-fixed files with SQPOLLJens Axboe1-0/+1
2020-11-23io_uring: add support for shutdown(2)Jens Axboe1-0/+1
2020-10-01io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe1-0/+1
2020-10-01io_uring: allow disabling rings during the creationStefano Garzarella1-0/+2
2020-10-01io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella1-0/+31