Jens Axboe
f84d751994
[PATCH] pipe: introduce ->pin() buffer operation
...
The ->map() function is really expensive on highmem machines right now,
since it has to use the slower kmap() instead of kmap_atomic(). Splice
rarely needs to access the virtual address of a page, so it's a waste
of time doing it.
Introduce ->pin() to take over the responsibility of making sure the
page data is valid. ->map() is then reduced to just kmap(). That way we
can also share a most of the pipe buffer ops between pipe.c and splice.c
Signed-off-by: Jens Axboe <axboe@suse.de>
2006-05-01 19:59:03 +02:00
..
2006-03-31 12:18:48 -08:00
2006-04-24 17:27:30 -07:00
2006-04-09 22:25:35 -07:00
2006-04-01 02:22:54 -08:00
2006-04-11 06:18:30 -07:00
2006-04-19 12:43:47 -04:00
2006-04-14 11:12:25 -07:00
2006-03-27 08:44:50 -08:00
2006-03-31 12:19:00 -08:00
2006-04-13 10:13:15 -05:00
2006-04-09 11:53:16 -07:00
2006-03-28 09:16:05 -08:00
2006-03-28 09:16:06 -08:00
2006-03-27 08:44:59 -08:00
2006-03-27 08:44:49 -08:00
2006-03-28 09:16:04 -08:00
2006-03-28 09:16:06 -08:00
2006-03-31 12:19:00 -08:00
2006-04-27 13:08:56 -07:00
2006-03-27 08:44:59 -08:00
2006-03-27 08:44:59 -08:00
2006-04-11 06:18:44 -07:00
2006-03-28 09:16:06 -08:00
2006-03-28 09:16:06 -08:00
2006-03-31 12:18:54 -08:00
2006-03-31 12:19:00 -08:00
2006-04-11 15:47:07 +02:00
2006-03-27 08:44:50 -08:00
2006-04-02 00:08:05 -05:00
2006-04-14 11:41:24 -07:00
2006-04-11 06:18:35 -07:00
2006-04-02 13:59:55 +02:00
2006-03-28 09:16:06 -08:00
2006-03-27 08:44:51 -08:00
2006-04-19 09:13:53 -07:00
2006-03-28 18:36:41 -08:00
2006-04-09 11:53:16 -07:00
2006-04-02 00:10:28 -05:00
2006-03-31 12:18:54 -08:00
2006-04-09 11:53:53 -07:00
2006-04-02 00:10:28 -05:00
2006-03-28 09:16:05 -08:00
2006-04-11 06:18:40 -07:00
2006-04-02 00:10:28 -05:00
2006-04-27 13:08:56 -07:00
2006-04-11 06:18:41 -07:00
2006-04-10 14:15:47 -04:00
2006-03-27 08:44:52 -08:00
2006-04-20 07:54:04 -07:00
2006-03-27 08:44:50 -08:00
2006-03-31 12:18:49 -08:00
2006-03-28 09:16:05 -08:00
2006-04-10 10:16:37 -07:00
2006-03-27 08:44:48 -08:00
2006-03-28 09:16:06 -08:00
2006-04-19 04:14:19 +02:00
2006-03-31 12:19:01 -08:00
2006-03-28 09:16:06 -08:00
2006-04-26 06:19:45 -04:00
2006-04-09 22:25:41 -07:00
2006-04-09 22:25:41 -07:00
2006-04-09 22:25:41 -07:00
2006-03-28 09:16:06 -08:00
2006-03-27 08:44:47 -08:00
2006-03-27 08:44:50 -08:00
2006-04-11 06:18:39 -07:00
2006-03-28 09:16:05 -08:00
2006-04-11 06:18:32 -07:00
2006-04-27 08:59:48 +02:00
2006-04-19 09:13:53 -07:00
2006-04-14 12:25:25 -07:00
2006-03-27 08:44:48 -08:00
2006-03-31 12:19:00 -08:00
2006-05-01 19:59:03 +02:00
2006-04-14 12:25:26 -07:00
2006-04-14 11:41:25 -07:00
2006-03-28 09:16:04 -08:00
2006-04-11 06:18:42 -07:00
2006-03-28 09:16:06 -08:00
2006-03-28 09:16:06 -08:00
2006-03-28 09:16:06 -08:00
2006-03-27 08:44:51 -08:00
2006-04-19 09:13:49 -07:00
2006-04-11 06:18:54 -07:00
2006-04-11 06:38:57 -07:00
2006-04-02 00:08:05 -05:00
2006-04-28 08:33:46 -07:00
2006-04-20 00:10:50 -07:00
2006-03-28 18:36:42 -08:00
2006-03-28 09:16:05 -08:00
2006-04-11 06:18:40 -07:00
2006-04-11 06:18:32 -07:00
2006-03-28 09:16:02 -08:00
2006-04-26 10:59:21 +02:00
2006-04-14 11:41:24 -07:00
2006-03-27 08:44:49 -08:00
2006-03-31 12:18:52 -08:00
2006-03-31 12:18:56 -08:00
2006-04-11 06:18:41 -07:00
2006-03-28 09:16:06 -08:00
2006-03-28 09:16:05 -08:00
2006-04-11 06:18:45 -07:00
2006-04-02 04:56:04 -03:00