summaryrefslogtreecommitdiff
path: root/io_uring/kbuf.c
AgeCommit message (Expand)Author
2026-06-19io_uring/kbuf: don't truncate end buffer for bundlesJens Axboe
2026-05-23io_uring/kbuf: use mem_is_zero()Pavel Begunkov
2026-05-17io_uring/kbuf: support min length left for incremental buffersMartin Michaelis
2026-04-11io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
2026-04-11io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOFJens Axboe
2026-04-11io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong
2026-04-11io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos
2026-04-11io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe
2026-04-11io_uring/kbuf: enable bundles for incrementally consumed buffersJens Axboe
2026-04-11io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe
2026-04-11io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe
2026-04-11io_uring/kbuf: introduce struct io_br_selJens Axboe
2026-04-11io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe
2026-04-11io_uring/kbuf: uninline __io_put_kbufsPavel Begunkov
2026-04-11io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov
2026-04-11io_uring/kbuf: open code __io_put_kbuf()Pavel Begunkov
2026-04-11io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov
2026-04-11io_uring/kbuf: simplify __io_put_kbufPavel Begunkov
2026-04-11io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov
2026-04-11io_uring/kbuf: remove legacy kbuf bulk allocationPavel Begunkov
2026-03-25io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
2026-03-25io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe
2025-07-06io_uring/kbuf: flag partial buffer mappingsJens Axboe
2025-06-27io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe
2025-06-27io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov
2025-04-20io_uring/kbuf: reject zero sized provided buffersJens Axboe
2025-02-21io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov
2025-01-09io_uring/kbuf: use pre-committed buffer address for non-pollable fileJens Axboe
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe
2024-08-29io_uring/kbuf: add support for incremental buffer consumptionJens Axboe
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe
2024-08-29io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe
2024-08-29io_uring/kbuf: add io_kbuf_commit() helperJens Axboe
2024-08-25io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe
2024-08-25io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe
2024-08-21io_uring/kbuf: sanitize peek buffer setupJens Axboe
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov
2024-04-22io_uring/kbuf: add helpers for getting/peeking multiple buffersJens Axboe
2024-04-15io_uring/kbuf: remove dead defineJens Axboe
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2024-04-15io_uring/kbuf: vmap pinned buffer ringJens Axboe
2024-04-02io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe
2024-04-02io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe
2024-04-02io_uring/kbuf: get rid of bl->is_readyJens Axboe
2024-04-02io_uring/kbuf: get rid of lower BGID listsJens Axboe
2024-03-13io_uring/kbuf: rename is_mappedPavel Begunkov
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe