Subject: Re: direct I/O
To: None <chuq@chuq.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 03/04/2005 10:59:45
> however, as far as I can tell, linux does not track clean and dirty pages
> separately such that one can find the dirty pages without looking through
> the clean ones, and last I heard, solaris didn't either.  yet both of them
> had even better performance than freebsd in the article.

iirc, linux does.
depending on the version, via separated lists or radix tree tags.

YAMAMOTO Takashi