summaryrefslogtreecommitdiff
path: root/include/linux/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-1/+1
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone1-0/+5
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe1-0/+1
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-0/+4
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert1-2/+2
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+1
2024-09-11io_uring/cmd: give inline space in request to cmdsPavel Begunkov1-0/+9
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov1-0/+6
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov1-0/+18
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe1-0/+11
2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov1-0/+13
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+77
2023-12-12io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov1-5/+5
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov1-15/+16
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov1-0/+81