summaryrefslogtreecommitdiff
path: root/include/linux/io_uring/cmd.h
AgeCommit message (Expand)Author
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-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