Module Name: src
Committed By: yamt
Date: Wed Jan 25 00:43:04 UTC 2012
Modified Files:
src/doc: BRANCHES
Log Message:
yamt-pagecache
To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/doc/BRANCHES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/BRANCHES
diff -u src/doc/BRANCHES:1.319 src/doc/BRANCHES:1.320
--- src/doc/BRANCHES:1.319 Fri Jan 13 08:54:00 2012
+++ src/doc/BRANCHES Wed Jan 25 00:43:03 2012
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.319 2012/01/13 08:54:00 cherry Exp $
+# $NetBSD: BRANCHES,v 1.320 2012/01/25 00:43:03 yamt Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -597,6 +597,7 @@ Base Tag: yamt-pagecache-base3
Maintainer: YAMAMOTO Takashi <[email protected]>
Scope: src
Notes: - maintain object pages in radix tree rather than rb tree.
+ - shrink the size of vm_page.
- reduce unnecessary page scan in putpages. esp. when an
object has a ton of pages cached but only a few of them
are dirty.
@@ -609,6 +610,8 @@ Notes: - maintain object pages in radix
- benchmark
- test
- make the write clustering fix less kludgy
+ - revert PG_HOLE stuff?
+ - fix or disable the ad-hoc per-cpu statistic
tested: i386, amd64, nfs, ffs