summaryrefslogtreecommitdiff
path: root/include/linux/io_uring
AgeCommit message (Expand)Author
2025-03-31io_uring: hide caches sqes from driversPavel Begunkov
2025-03-21io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos
2025-02-28io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch
2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe
2024-09-11io_uring/cmd: give inline space in request to cmdsPavel Begunkov
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe
2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-12io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov