Commit Graph

52 Commits

Author SHA1 Message Date
Jeff Moyer 3dc39de64a io_uring: don't inline io_put_kbuf
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2068237

commit 53ccf69bda6f51e462f3c4ab7eb9c0ec34e78be4
Author: Pavel Begunkov <asml.silence@gmail.com>
Date:   Thu Jun 16 10:22:00 2022 +0100

    io_uring: don't inline io_put_kbuf
    
    io_put_kbuf() is huge, don't bloat the kernel with inlining.
    
    Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
    Link: https://lore.kernel.org/r/2e21ccf0be471ffa654032914b9430813cae53f8.1655371007.git.asml.silence@gmail.com
    Reviewed-by: Hao Xu <howeyxu@tencent.com>
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2023-04-29 05:59:02 -04:00
Jeff Moyer bc165e5818 io_uring: split provided buffers handling into its own file
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2068237

commit 3b77495a97239faa27989f946d29b6be7dd091e9
Author: Jens Axboe <axboe@kernel.dk>
Date:   Mon Jun 13 07:07:23 2022 -0600

    io_uring: split provided buffers handling into its own file
    
    Move both the opcodes related to it, and the internals code dealing with
    it.
    
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2023-04-29 05:38:02 -04:00