Suparna Bhattacharya
20acaa18d0
[PATCH] ext3 sequential read regression fix
...
ext3-get-blocks support caused ~20% degrade in Sequential read
performance (tiobench). Problem is with marking the buffer boundary
so IO can be submitted right away. Here is the patch to fix it.
2.6.18-rc6:
-----------
# ./iotest
1048576+0 records in
1048576+0 records out
4294967296 bytes (4.3 GB) copied, 75.2726 seconds, 57.1 MB/s
real 1m15.285s
user 0m0.276s
sys 0m3.884s
2.6.18-rc6 + fix:
-----------------
[root@elm3a241 ~]# ./iotest
1048576+0 records in
1048576+0 records out
4294967296 bytes (4.3 GB) copied, 62.9356 seconds, 68.2 MB/s
The boundary block check in ext3_get_blocks_handle needs to be adjusted
against the count of blocks mapped in this call, now that it can map
more than one block.
Signed-off-by: Suparna Bhattacharya <suparna@in.ibm.com >
Tested-by: Badari Pulavarty <pbadari@us.ibm.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-09-16 12:54:32 -07:00
..
2006-07-31 13:28:44 -07:00
2006-08-14 12:54:28 -07:00
2006-06-28 14:59:04 -07:00
2006-06-28 14:59:04 -07:00
2006-06-23 07:42:45 -07:00
2006-06-26 09:58:18 -07:00
2006-08-06 08:57:48 -07:00
2006-06-28 14:59:04 -07:00
2006-09-06 22:02:22 +00:00
2006-07-31 13:28:41 -07:00
2006-06-29 14:43:01 -07:00
2006-06-28 14:59:04 -07:00
2006-06-30 19:25:36 +02:00
2006-06-23 07:42:45 -07:00
2006-07-31 13:28:41 -07:00
2006-05-21 12:59:16 -07:00
2006-09-16 12:54:30 -07:00
2006-09-16 12:54:32 -07:00
2006-06-28 14:59:04 -07:00
2006-07-31 13:28:44 -07:00
2006-08-14 12:54:29 -07:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-28 14:59:04 -07:00
2006-06-28 14:59:04 -07:00
2006-06-23 07:42:45 -07:00
2006-07-10 13:24:21 -07:00
2006-06-30 19:25:36 +02:00
2006-09-01 11:39:10 -07:00
2006-06-30 19:25:36 +02:00
2006-07-03 21:29:08 -07:00
2006-07-28 08:46:05 -05:00
2006-08-24 15:51:00 -04:00
2006-08-27 11:01:30 -07:00
2006-06-23 07:42:45 -07:00
2006-06-30 15:39:30 -07:00
2006-09-08 10:22:51 -07:00
2005-10-11 09:46:54 -07:00
2006-07-31 13:28:37 -07:00
2006-06-30 19:25:36 +02:00
2006-07-03 15:27:08 -07:00
2006-08-07 11:07:01 -07:00
2006-06-25 23:19:14 -07:00
2006-08-26 17:55:55 -07:00
2006-08-27 11:01:33 -07:00
2006-06-30 19:25:36 +02:00
2006-07-10 13:24:21 -07:00
2006-08-27 11:01:32 -07:00
2006-06-28 14:59:04 -07:00
2006-06-30 19:25:36 +02:00
2006-07-12 12:52:54 -07:00
2006-06-28 14:59:04 -07:00
2006-08-22 12:52:23 -07:00
2006-08-27 11:01:31 -07:00
2006-06-23 07:42:45 -07:00
2006-09-07 14:27:23 +10:00
2006-06-26 18:35:02 +02:00
2006-01-11 18:42:13 -08:00
2006-03-28 09:16:06 -08:00
2006-01-10 08:01:25 -08:00
2006-07-10 13:24:22 -07:00
2006-07-10 13:24:22 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-06-24 13:07:53 -04:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-06-17 10:52:12 -07:00
2006-08-27 11:01:29 -07:00
2006-07-31 13:28:38 -07:00
2006-07-14 21:53:54 -07:00
2006-06-30 19:25:36 +02:00
2006-06-26 10:48:16 -07:00
2006-07-03 15:27:06 -07:00
2006-06-30 19:25:36 +02:00
2006-07-03 15:27:06 -07:00
2006-03-26 08:56:56 -08:00
2006-06-26 09:58:17 -07:00
2006-01-08 20:12:40 -08:00
2006-08-27 11:01:31 -07:00
2006-08-27 11:01:32 -07:00
2006-04-02 13:37:19 +02:00
2006-04-11 13:53:33 +02:00
2006-06-30 19:25:36 +02:00
2006-07-12 12:52:55 -07:00
2005-10-30 17:37:32 -08:00
2006-06-30 11:25:36 -07:00
2006-06-30 15:39:30 -07:00
2006-07-31 13:28:41 -07:00
2006-06-20 05:25:19 -04:00
2006-06-30 19:25:36 +02:00
2006-08-21 10:02:50 +02:00
2006-07-13 16:38:58 -07:00
2006-01-08 20:13:36 -08:00
2006-06-26 09:58:17 -07:00
2006-08-14 13:10:59 -07:00
2006-06-26 12:25:05 -07:00
2006-03-28 09:16:08 -08:00
2006-06-23 07:42:49 -07:00
2006-08-24 15:54:58 -04:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-25 10:01:15 -07:00
2006-06-23 07:42:45 -07:00
2006-06-26 09:58:17 -07:00
2005-11-07 18:18:11 -08:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:11 -08:00
2006-03-23 07:38:11 -08:00
2006-07-10 13:24:18 -07:00
2006-01-09 15:59:24 -08:00
2006-06-25 10:01:22 -07:00
2006-03-23 07:38:12 -08:00
2006-07-10 11:00:01 +02:00
2006-06-30 19:25:36 +02:00
2006-09-06 11:00:01 -07:00
2006-06-23 07:42:49 -07:00
2005-04-16 15:20:36 -07:00
2006-06-20 05:25:28 -04:00