v1
2026-09-02
神经网络存储驱动预取器 · v1
引入基于神经网络的页面缓存预取器NSD,在filemap_read()中挂钩进行预测预取。
原始补丁链接
子 Patch(3)
1/3
mm/filemap: Add NSD prefetch hook point
[mm/filemap: Add NSD prefetch hook point] Add a single function call in filemap_read() to notify the NSD prefetcher of I/O events. The hook is protected by CONFIG_NSD and compiles to nothing when dis
2/3
nsd: Core prediction engine
Add the NSD prediction engine with synaptic Markov chain, stride predictor, sysfs interface, and prefetch worker. See Documentation/filesystems/nsd.rst for details. Signed-off-by: Ayhan Aydin <nsd.pr
3/3
Documentation: Add NSD filesystem documentation
Add initial documentation for the Neural Storage Driver covering architecture, sysfs interface, and performance. Signed-off-by: Ayhan Aydin nsd.project.dev@gmail.com — Documentation/filesystems/