summaryrefslogtreecommitdiffstats
path: root/io_uring/kbuf.h
AgeCommit message (Expand)AuthorLines
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe-0/+3
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe-0/+2
2023-11-06io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken-5/+8
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe-0/+4
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe-0/+3
2022-09-21io_uring: allow buffer recycling in READVDylan Yudaken-12/+0
2022-09-07io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov-2/+6
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken-2/+7
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu-1/+27
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu-14/+7
2022-07-24io_uring: don't inline io_put_kbufPavel Begunkov-32/+6
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe-0/+142