aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/alloc_cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov1-9/+0
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos1-0/+6
2025-01-28io_uring: add alloc_cache.cPavel Begunkov1-35/+9
2025-01-28io_uring: dont ifdef io_alloc_cache_kasan()Pavel Begunkov1-9/+5
2025-01-28io_uring: include all deps for alloc_cache.hPavel Begunkov1-0/+2
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-9/+34
2024-12-23io_uring: Fold allocation into alloc_cache helperGabriel Krisman Bertazi1-0/+13
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-31/+26
2024-04-15io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe1-1/+1
2023-12-29io_uring: use mempool KASAN hookAndrey Konovalov1-1/+1
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov1-2/+1
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov1-0/+5
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov1-2/+4
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao1-1/+5
2023-04-03io_uring: Move from hlist to io_wq_work_nodeBreno Leitao1-11/+13
2023-03-30io_uring: fix poll/netmsg alloc cachesPavel Begunkov1-0/+1
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe1-2/+14
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe1-0/+41