1. 24 Jun, 2014 11 commits
  2. 23 Jun, 2014 1 commit
  3. 20 Jun, 2014 5 commits
  4. 18 Jun, 2014 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 1.3-rc2 · 7edf0994
      Pavel Emelyanov authored
      Next acheivement -- external bind mounts and tasks-to-cgroups
      bindings. Plus many bugfixes in memory restore and mounpoints
      dump, many thanks to Google guys for reports and patches!
      
      We have quite a few things left to make workable LXC and Docker
      support, hopefully the next tag will be the 1.3 one :)
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      7edf0994
  5. 17 Jun, 2014 7 commits
  6. 11 Jun, 2014 1 commit
  7. 10 Jun, 2014 2 commits
  8. 09 Jun, 2014 6 commits
  9. 06 Jun, 2014 5 commits
  10. 04 Jun, 2014 1 commit
    • Pavel Emelyanov's avatar
      mnt: Fix validation of dumpable mountpoints · 30e95be2
      Pavel Emelyanov authored
      This patch consists of 3 unsplittable (from my POV) fixes.
      
      1. Remove messy check from dump_one_mountpoint() -- we have
         validate_mounts to check whether we can dump the tree
         or not.
      
      2. Other than being in the wron place the mentioned check
         is wrong. Comparing of the length of the mp->source-s
         makes no sense -- it should be mp->root, but even this
         would be wrong...
      
      3. ... instead, we should check for bind mount root path
         being accessible from the target mount root path, i.e.
         the bind->root should start with src->root.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
      30e95be2