version 1.319, 2012/01/13 08:54:00 |
version 1.320, 2012/01/25 00:43:03 |
Line 597 Base Tag: yamt-pagecache-base3 |
|
Line 597 Base Tag: yamt-pagecache-base3 |
|
Maintainer: YAMAMOTO Takashi <yamt@NetBSD.org> |
Maintainer: YAMAMOTO Takashi <yamt@NetBSD.org> |
Scope: src |
Scope: src |
Notes: - maintain object pages in radix tree rather than rb tree. |
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 |
- reduce unnecessary page scan in putpages. esp. when an |
object has a ton of pages cached but only a few of them |
object has a ton of pages cached but only a few of them |
are dirty. |
are dirty. |
Line 609 Notes: - maintain object pages in radix |
|
Line 610 Notes: - maintain object pages in radix |
|
- benchmark |
- benchmark |
- test |
- test |
- make the write clustering fix less kludgy |
- 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 |
tested: i386, amd64, nfs, ffs |
|
|