WeSearch

[$] Custom page-cache policies with BPF

·6 min read · 0 reactions · 0 comments · 9 views
#linux#kernel#bpf#performance#memory management#Tal Zussman#Vlastimil Babka#Shakeel Butt#Linux Storage#Filesystem#Memory Management#BPF Summit
⚡ TL;DR · AI summary

At the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Tal Zussman discussed improving the kernel's page cache to better serve specific workloads. He highlighted the limitations of current eviction policies, particularly for applications with mixed workloads, such as financial databases. Zussman proposed a new feature called cache_ext, which would allow user-defined page-cache policies to be implemented via BPF programs without requiring kernel changes.

Key facts
Original article
LWN.net (Linux Weekly News)
Read full at LWN.net (Linux Weekly News) →
Opening excerpt (first ~120 words) tap to expand

Did you know...? LWN.net is a subscriber-supported publication; we rely on subscribers to keep the entire operation going. Please help out by buying a subscription and keeping LWN on the net. By Jonathan CorbetMay 22, 2026 LSFMM+BPF The kernel's page cache is charged with maintaining pages (or, more correctly, folios) containing copies of data from files in the filesystem; its performance has a big effect on the performance of the system as a whole. One of the key decisions the kernel must make is when to evict folios from the page cache. At the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Tal Zussman ran a memory-management-track session on how the page cache could be better customized for specific workloads.

Excerpt limited to ~120 words for fair-use compliance. The full article is at LWN.net (Linux Weekly News).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments