summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov1-2/+1
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov1-2/+10
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov1-1/+7
2025-11-11io_uring: pass sq entries in the params structPavel Begunkov1-1/+1
2025-11-04io_uring/cancel: move cancelation code from io_uring.c to cancel.cJens Axboe1-1/+9
2025-11-04io_uring/cancel: move request/task cancelation logic into cancel.cJens Axboe1-3/+0
2025-11-03io_uring: add wrapper type for io_req_tw_func_t argCaleb Sander Mateos1-2/+2
2025-10-22io_uring: add support for IORING_SETUP_SQE_MIXEDKeith Busch1-12/+2
2025-10-20io_uring: unify task_work cancelation checksJens Axboe1-13/+0
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+105
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch1-1/+1
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe1-2/+2
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos1-1/+0
2025-09-08io_uring: add macros for avaliable flagsPavel Begunkov1-0/+57
2025-08-27io_uring: add async data clear/free helpersJens Axboe1-0/+13
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe1-14/+35
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe1-11/+16
2025-06-23io_uring: add mshot helper for posting CQE32Pavel Begunkov1-0/+1
2025-06-17io_uring: remove duplicate io_uring_alloc_task_context() definitionJens Axboe1-2/+0
2025-06-04io_uring/futex: mark wait requests as inflightJens Axboe1-0/+1
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-1/+0
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov1-2/+1
2025-03-29io_uring: don't pass ctx to tw add remote helperPavel Begunkov1-2/+1
2025-03-29Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-8/+11
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-0/+10
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov1-8/+3
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov1-0/+8
2025-03-08io_uring: Remove unused declaration io_alloc_async_data()Yue Haibing1-1/+0
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+10
2025-02-24io_uring: introduce io_is_compat()Pavel Begunkov1-0/+5
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei1-0/+10
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-4/+4
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov1-1/+0
2025-01-23io_uring/alloc_cache: get rid of _nocache() helperJens Axboe1-11/+7
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-3/+2
2025-01-21Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-0/+23
2025-01-07io_uring: silence false positive warningsPavel Begunkov1-3/+4
2024-12-27io_uring: Move old async data allocation helper to headerGabriel Krisman Bertazi1-0/+12
2024-12-27io_uring: Add generic helper to allocate async dataGabriel Krisman Bertazi1-0/+11
2024-11-21io_uring: limit local tw doneDavid Wei1-1/+1
2024-11-21io_uring: add io_local_work_pending()David Wei1-2/+7
2024-11-06io_uring: avoid normal tw intermediate fallbackPavel Begunkov1-1/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-0/+13
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-1/+1
2024-10-29io_uring: abstract out a bit of the ring filling logicJens Axboe1-0/+1
2024-10-29io_uring: move max entry definition and ring sizing into headerJens Axboe1-0/+5
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov1-4/+3
2024-10-17io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_workJens Axboe1-0/+1
2024-10-15io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov1-0/+1