Jens Axboe
912d35f867
[PATCH] Add support for the sys_vmsplice syscall
...
sys_splice() moves data to/from pipes with a file input/output. sys_vmsplice()
moves data to a pipe, with the input being a user address range instead.
This uses an approach suggested by Linus, where we can hold partial ranges
inside the pages[] map. Hopefully this will be useful for network
receive support as well.
Signed-off-by: Jens Axboe <axboe@suse.de>
2006-04-26 10:59:21 +02:00
..
2006-02-27 20:41:56 -08:00
2006-02-04 16:43:13 -08:00
2006-03-25 09:10:57 -08:00
2006-03-23 07:38:17 -08:00
2006-03-26 08:57:14 -08:00
2006-04-20 07:58:11 -07:00
2006-01-06 08:33:36 -08:00
2006-01-12 09:08:51 -08:00
2006-04-20 07:58:11 -07:00
2006-01-11 19:04:53 -08:00
2006-01-11 19:04:55 -08:00
2005-11-14 19:55:13 -08:00
2006-03-25 09:10:55 -08:00
2006-01-11 19:01:10 -08:00
2006-04-09 11:53:50 -07:00
2006-01-18 19:20:31 -08:00
2006-03-25 09:10:52 -08:00
2006-01-14 18:27:15 -08:00
2006-03-25 09:10:55 -08:00
2006-03-27 08:44:49 -08:00
2006-01-11 19:04:55 -08:00
2006-02-04 16:43:15 -08:00
2006-04-09 11:53:53 -07:00
2006-01-11 19:05:00 -08:00
2006-04-20 07:58:11 -07:00
2006-04-09 11:53:53 -07:00
2006-01-16 23:18:35 -08:00
2006-01-11 19:04:55 -08:00
2006-04-11 06:38:57 -07:00
2006-01-10 08:01:34 -08:00
2006-01-11 19:05:00 -08:00
2006-01-16 11:27:59 -08:00
2006-03-27 08:44:50 -08:00
2006-02-03 08:32:09 -08:00
2006-01-10 08:01:40 -08:00
2006-03-31 12:18:55 -08:00
2006-04-09 11:53:52 -07:00
2006-02-15 15:32:22 -08:00
2006-03-24 07:33:15 -08:00
2006-04-18 10:39:19 -07:00
2006-01-07 03:50:18 -05:00
2005-11-10 16:09:18 -08:00
2005-11-20 11:52:59 -08:00
2005-10-30 17:37:13 -08:00
2006-01-11 15:50:47 -08:00
2006-04-11 06:18:39 -07:00
2006-03-27 08:44:44 -08:00
2006-01-02 08:38:38 -08:00
2006-02-26 09:53:29 -08:00
2006-03-25 09:10:56 -08:00
2006-04-19 09:13:49 -07:00
2006-03-25 09:10:53 -08:00
2006-03-25 09:10:53 -08:00
2006-03-25 08:22:56 -08:00
2006-03-28 09:16:06 -08:00
2006-03-25 09:14:39 -08:00
2005-12-24 12:30:22 -08:00
2006-01-11 19:05:01 -08:00
2005-10-30 17:37:27 -08:00
2006-03-27 08:44:43 -08:00
2005-11-14 19:55:15 -08:00
2006-03-25 09:10:53 -08:00
2006-03-25 09:10:52 -08:00
2006-01-11 19:04:55 -08:00
2006-03-25 09:10:52 -08:00
2006-01-12 09:08:59 -08:00
2006-04-11 06:38:57 -07:00
2006-03-27 08:44:43 -08:00
2006-01-14 18:27:15 -08:00
2006-04-26 10:59:21 +02:00
2006-01-11 19:05:02 -08:00