Module Name: src
Committed By: yamt
Date: Wed May 23 13:34:15 UTC 2012
Modified Files:
src/doc: BRANCHES
Log Message:
update
To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 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.323 src/doc/BRANCHES:1.324
--- src/doc/BRANCHES:1.323 Sun May 6 07:28:48 2012
+++ src/doc/BRANCHES Wed May 23 13:34:14 2012
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.323 2012/05/06 07:28:48 agc Exp $
+# $NetBSD: BRANCHES,v 1.324 2012/05/23 13:34:14 yamt Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -617,7 +617,7 @@ Description: page cache related changes
Status: Active
Start Date: Wed Nov 2 2011
End Date:
-Base Tag: yamt-pagecache-base3
+Base Tag: yamt-pagecache-base5
Maintainer: YAMAMOTO Takashi <[email protected]>
Scope: src
Notes: - maintain object pages in radix tree rather than rb tree.
@@ -629,12 +629,14 @@ Notes: - maintain object pages in radix
dirtiness more precisely in uvm layer.
- fix nfs commit range tracking.
- fix nfs write clustering. XXX hack
+ - fix A->O loaning
TODO:
- benchmark
- test
- make the write clustering fix less kludgy
- fix or disable the ad-hoc per-cpu statistic
+ - disable A->O loan as its benefit is unclear at best
tested: i386, amd64, nfs, ffs