Skip to content
  1. Jun 15, 2006
  2. Jun 09, 2006
  3. May 23, 2006
  4. May 02, 2006
  5. Apr 29, 2006
  6. Apr 28, 2006
  7. Apr 26, 2006
    • Jens Axboe's avatar
      [PATCH] Add support for the sys_vmsplice syscall · 912d35f8
      Jens Axboe authored
      
      
      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: default avatarJens Axboe <axboe@suse.de>
      912d35f8
  8. Apr 21, 2006
  9. Apr 13, 2006
  10. Apr 01, 2006
  11. Mar 29, 2006
  12. Mar 28, 2006
  13. Mar 27, 2006
  14. Mar 26, 2006
  15. Mar 22, 2006
  16. Feb 07, 2006
  17. Jan 12, 2006
  18. Jan 11, 2006
  19. Jan 10, 2006
  20. Jan 09, 2006
Loading