summaryrefslogtreecommitdiff
path: root/io_uring/kbuf.h
AgeCommit message (Expand)Author
2025-03-22io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2024-04-10io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe
2024-04-10io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe
2024-04-10io_uring/kbuf: get rid of bl->is_readyJens Axboe
2023-12-08io_uring/kbuf: defer release of mapped buffer ringsJens Axboe
2023-12-08io_uring: free io_buffer_list entries via RCUJens Axboe
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe
2022-09-21io_uring: allow buffer recycling in READVDylan Yudaken
2022-09-07io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu
2022-07-24io_uring: don't inline io_put_kbufPavel Begunkov
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe