1. 17 Jul, 2012 2 commits
  2. 16 Jul, 2012 7 commits
  3. 12 Jul, 2012 2 commits
  4. 13 Jul, 2012 2 commits
  5. 12 Jul, 2012 1 commit
    • Pavel Emelyanov's avatar
      pipe: Rework pipe data restore to use vmsplice · 237ef3c8
      Pavel Emelyanov authored
      This serves two things -- kills annoying data offset management
      which makes protobuf switch too ugly. And removes the need to
      seek the pipe data image, which in turn is the prerequisity for
      streaming migration.
      
      Memory usage is still optimal, since we still use splice on dump
      path and on restore stage we F_GIFT pipe buffers to the kernel.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      237ef3c8
  6. 11 Jul, 2012 13 commits
  7. 01 Jul, 2012 4 commits
  8. 10 Jul, 2012 1 commit
  9. 01 Jul, 2012 2 commits
  10. 10 Jul, 2012 3 commits
  11. 09 Jul, 2012 3 commits