summaryrefslogtreecommitdiff
path: root/io_uring/kbuf.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong1-4/+4
2025-12-05io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos1-5/+5
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe1-11/+22
2025-11-07io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei1-2/+2
2025-10-24io_uring: fix buffer auto-commit for multishot uring_cmdMing Lei1-11/+22
2025-10-20io_uring/kbuf: use io_create_region for kbuf creationPavel Begunkov1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+36
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe1-7/+13
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang1-1/+1
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-12/+15
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe1-2/+3
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe1-13/+13
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe1-4/+5
2025-06-26io_uring/kbuf: flag partial buffer mappingsJens Axboe1-0/+1
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
2025-06-04io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAXJens Axboe1-2/+15
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-1/+1
2025-05-13io_uring/kbuf: unify legacy buf provision and removalPavel Begunkov1-45/+28
2025-05-13io_uring/kbuf: refactor __io_remove_buffersPavel Begunkov1-25/+13
2025-05-13io_uring/kbuf: don't compute size twice on prepPavel Begunkov1-2/+0
2025-05-13io_uring/kbuf: drop extra vars in io_register_pbuf_ringPavel Begunkov1-3/+3
2025-05-13io_uring/kbuf: use mem_is_zero()Pavel Begunkov1-10/+4
2025-05-13io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov1-1/+1
2025-04-21io_uring: don't store bgid in req->buf_indexPavel Begunkov1-7/+4
2025-04-21io_uring/kbuf: pass bgid to io_buffer_select()Pavel Begunkov1-2/+2
2025-04-07io_uring/kbuf: reject zero sized provided buffersJens Axboe1-0/+2
2025-03-11io_uring/kbuf: enable bundles for incrementally consumed buffersJens Axboe1-30/+26
2025-02-17io_uring/kbuf: uninline __io_put_kbufsPavel Begunkov1-0/+60
2025-02-17io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov1-0/+10
2025-02-17io_uring/kbuf: open code __io_put_kbuf()Pavel Begunkov1-5/+0
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov1-50/+7
2025-02-17io_uring/kbuf: simplify __io_put_kbufPavel Begunkov1-23/+3
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov1-4/+2
2025-02-17io_uring/kbuf: remove legacy kbuf bulk allocationPavel Begunkov1-25/+5
2025-02-12io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov1-4/+12
2025-01-21Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-157/+69
2025-01-03io_uring/kbuf: use pre-committed buffer address for non-pollable fileJens Axboe1-1/+3
2024-12-23io_uring/kbuf: fix unintentional sign extension on shift of reg.bgidColin Ian King1-1/+1
2024-12-23io_uring/memmap: unify io_uring mmap'ing codePavel Begunkov1-3/+0
2024-12-23io_uring/kbuf: use region api for pbuf ringsPavel Begunkov1-120/+50
2024-12-23io_uring/kbuf: remove pbuf ring refcountingPavel Begunkov1-14/+7
2024-12-23io_uring/kbuf: use mmap_lock to sync with mmapPavel Begunkov1-32/+24
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-43/+53
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-29io_uring/kbuf: add support for incremental buffer consumptionJens Axboe1-12/+30
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe1-5/+5
2024-08-29io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe1-6/+0
2024-08-29io_uring/kbuf: add io_kbuf_commit() helperJens Axboe1-4/+3
2024-08-25io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe1-18/+17
2024-08-25io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe1-1/+1