summaryrefslogtreecommitdiff
path: root/io_uring/kbuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)1-5/+1
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-36/+124
2023-04-12io_uring/kbuf: remove extra ->buf_ring null checkPavel Begunkov1-8/+6
2023-04-03io_uring/kbuf: disallow mapping a badly aligned provided ring bufferJens Axboe1-0/+18
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe1-23/+76
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe1-2/+6
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe1-6/+8
2023-04-03io_uring/kbuf: move pinning of provided buffer ring into helperJens Axboe1-12/+25
2023-04-02io_uring: fix memory leak when removing provided buffersWojciech Lukowicz1-1/+4
2023-04-02io_uring: fix return value when removing provided buffersWojciech Lukowicz1-2/+0
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov1-9/+5
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov1-2/+2
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe1-0/+2
2022-08-13io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-4/+4
2022-08-04io_uring: mem-account pbuf bucketsPavel Begunkov1-1/+1
2022-07-25io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-25io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu1-28/+0
2022-07-25io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu1-29/+42
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-25io_uring: kbuf: add comments for some tricky codeHao Xu1-6/+14
2022-07-25io_uring: don't inline io_put_kbufPavel Begunkov1-0/+33
2022-07-25io_uring: split provided buffers handling into its own fileJens Axboe1-0/+524