[#]
http://marc.info/?l=openbsd-cvs&m=140951935412282&w=2
openbsd-cvs(obsdave,2) — All
2014-09-01 01:55:08
Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/31 15:08:48
Modified files:
sys/sys : buf.h
sys/kern : vfs_bio.c
Log message:
replace LRU bufcache with something originally modelled after 2Q.
this should provide a degree of scan resistance, and also serves as a
midway point for further development of multi queue algorithms.
i've tried to minimize the risk and degree of regressions.
probably ok beck