summaryrefslogtreecommitdiff
path: root/io_uring/kbuf.c
AgeCommit message (Expand)Author
2025-04-07io_uring/kbuf: reject zero sized provided buffersJens Axboe
2025-03-10io_uring/kbuf: enable bundles for incrementally consumed buffersJens Axboe
2025-02-17io_uring/kbuf: uninline __io_put_kbufsPavel Begunkov
2025-02-17io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov
2025-02-17io_uring/kbuf: open code __io_put_kbuf()Pavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov
2025-02-17io_uring/kbuf: simplify __io_put_kbufPavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf bulk allocationPavel Begunkov
2025-02-12io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-03io_uring/kbuf: use pre-committed buffer address for non-pollable fileJens Axboe
2024-12-23io_uring/kbuf: fix unintentional sign extension on shift of reg.bgidColin Ian King
2024-12-23io_uring/memmap: unify io_uring mmap'ing codePavel Begunkov
2024-12-23io_uring/kbuf: use region api for pbuf ringsPavel Begunkov
2024-12-23io_uring/kbuf: remove pbuf ring refcountingPavel Begunkov
2024-12-23io_uring/kbuf: use mmap_lock to sync with mmapPavel Begunkov
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
2024-02-27io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe
2024-02-08io_uring/kbuf: cleanup passing back cflagsJens Axboe
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe
2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe
2023-12-05io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe
2023-12-05io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe
2023-11-28io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe
2023-11-28io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe
2023-11-06io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken