1. 21 6月, 2006 12 次提交
  2. 15 6月, 2006 1 次提交
  3. 09 6月, 2006 1 次提交
  4. 24 5月, 2006 3 次提交
  5. 02 5月, 2006 2 次提交
  6. 29 4月, 2006 2 次提交
  7. 28 4月, 2006 1 次提交
  8. 26 4月, 2006 1 次提交
    • J
      [PATCH] Add support for the sys_vmsplice syscall · 912d35f8
      Jens Axboe 提交于
      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: NJens Axboe <axboe@suse.de>
      912d35f8
  9. 21 4月, 2006 1 次提交
  10. 14 4月, 2006 1 次提交
  11. 01 4月, 2006 1 次提交
  12. 29 3月, 2006 2 次提交
  13. 28 3月, 2006 2 次提交
  14. 27 3月, 2006 10 次提交