summaryrefslogtreecommitdiffstats
path: root/io_uring/kbuf.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix memory leak when removing provided buffersWojciech Lukowicz2023-04-131-1/+4
* io_uring: fix return value when removing provided buffersWojciech Lukowicz2023-04-131-2/+0
* io_uring: fix size calculation when registering buf ringWojciech Lukowicz2023-03-111-1/+1
* io_uring: check for rollover of buffer ID when providing buffersJens Axboe2022-11-101-0/+2
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-4/+4
* io_uring: mem-account pbuf bucketsPavel Begunkov2022-08-041-1/+1
* io_uring: allow 0 length for buffer selectDylan Yudaken2022-07-241-2/+2
* io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu2022-07-241-28/+0
* io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2022-07-241-29/+42
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: kbuf: add comments for some tricky codeHao Xu2022-07-241-6/+14
* io_uring: don't inline io_put_kbufPavel Begunkov2022-07-241-0/+33
* io_uring: split provided buffers handling into its own fileJens Axboe2022-07-241-0/+524