Hisashi Hifumi
1fca3a05ef
ocfs2: Pagecache usage optimization on ocfs2
...
A page can have multiple buffers and even if a page is not uptodate, some buffers
can be uptodate on pagesize != blocksize environment.
This aops checks that all buffers which correspond to a part of a file
that we want to read are uptodate. If so, we do not have to issue actual
read IO to HDD even if a page is not uptodate because the portion we
want to read are uptodate.
"block_is_partially_uptodate" function is already used by ext2/3/4.
With the following patch random read/write mixed workloads or random read after
random write workloads can be optimized and we can get performance improvement.
Signed-off-by: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp >
Signed-off-by: Mark Fasheh <mfasheh@suse.com >
2009-04-03 11:39:26 -07:00
..
2009-03-27 14:44:03 -04:00
2009-04-02 19:05:08 -07:00
2009-04-02 19:05:08 -07:00
2009-04-03 16:42:41 +01:00
2009-03-27 14:44:00 -04:00
2009-04-01 08:59:23 -07:00
2009-04-02 19:05:08 -07:00
2009-01-22 13:15:57 +03:00
2009-04-02 21:09:10 -07:00
2009-04-03 16:42:41 +01:00
2009-03-31 23:00:26 -04:00
2009-03-27 14:44:00 -04:00
2009-03-27 14:44:03 -04:00
2009-04-02 19:05:08 -07:00
2009-03-27 14:44:04 -04:00
2009-03-11 12:23:59 -05:00
2009-04-01 08:59:23 -07:00
2009-04-02 19:05:09 -07:00
2009-03-31 19:44:38 +03:00
2009-03-31 23:00:26 -04:00
2009-04-03 11:10:33 -07:00
2009-04-02 21:09:10 -07:00
2009-04-02 21:09:10 -07:00
2009-01-22 13:15:58 +03:00
2009-04-03 16:42:39 +01:00
2009-04-01 08:59:14 -07:00
2009-04-02 21:09:10 -07:00
2009-04-02 19:05:09 -07:00
2009-04-02 21:09:10 -07:00
2009-03-27 14:44:00 -04:00
2009-04-02 21:09:10 -07:00
2009-04-02 19:04:53 -07:00
2009-04-01 08:59:12 -07:00
2009-04-02 19:05:09 -07:00
2009-04-03 11:10:33 -07:00
2009-03-27 17:20:40 -04:00
2009-03-31 23:00:26 -04:00
2009-03-31 23:00:26 -04:00
2009-04-01 13:24:14 -04:00
2009-04-02 19:05:09 -07:00
2009-03-27 14:44:00 -04:00
2009-04-03 16:42:48 +01:00
2009-04-02 21:09:10 -07:00
2009-03-27 14:44:05 -04:00
2009-04-01 08:59:18 -07:00
2009-04-03 11:39:26 -07:00
2009-04-02 21:09:10 -07:00
2009-03-26 16:04:22 -07:00
2009-04-02 21:09:10 -07:00
2009-04-02 19:05:10 -07:00
2009-04-02 19:04:48 -07:00
2009-04-01 08:59:22 -07:00
2009-04-02 21:09:10 -07:00
2009-01-22 13:15:59 +03:00
2009-03-27 14:44:00 -04:00
2009-04-02 19:05:10 -07:00
2009-04-01 08:59:14 -07:00
2009-04-02 19:05:10 -07:00
2009-04-01 08:59:14 -07:00
2009-04-02 13:36:28 +02:00
2009-04-02 19:05:10 -07:00
2009-04-03 09:52:29 -07:00
2009-03-19 15:57:18 -07:00
2009-03-27 14:44:03 -04:00
2009-03-26 02:18:35 +01:00
2009-04-02 19:05:01 -07:00
2009-03-31 23:00:27 -04:00
2009-03-31 23:00:28 -04:00
2009-03-24 12:35:17 +01:00
2009-03-24 12:35:17 +01:00
2009-04-01 07:07:16 -04:00
2009-04-03 11:10:33 -07:00
2009-04-03 09:08:19 -07:00
2009-04-02 21:09:10 -07:00
2009-03-31 23:00:28 -04:00
2009-04-02 19:04:48 -07:00
2009-04-01 08:59:20 -07:00
2009-04-01 08:59:20 -07:00
2009-03-31 23:00:27 -04:00
2009-03-30 08:00:24 -06:00
2009-03-26 16:14:02 -07:00
2009-03-31 23:00:27 -04:00
2009-04-02 19:04:48 -07:00
2009-03-31 23:00:26 -04:00
2009-03-27 16:23:12 -07:00
2009-03-31 23:00:26 -04:00
2009-03-16 08:34:35 -06:00
2009-04-03 10:07:43 -07:00
2009-03-27 14:44:03 -04:00
2009-04-03 10:07:43 -07:00
2009-04-01 07:38:54 -04:00
2009-03-31 23:00:27 -04:00
2009-03-31 23:00:27 -04:00
2009-03-31 23:00:27 -04:00
2009-03-27 16:23:12 -07:00
2009-04-02 19:05:08 -07:00
2009-03-30 22:05:11 +10:30
2009-04-03 16:42:36 +01:00
2009-04-03 16:42:40 +01:00
2009-03-27 14:48:34 -07:00
2009-02-18 15:37:53 -08:00