1. 12 Dec, 2013 2 commits
    • Pavel Emelyanov's avatar
      unix: Move odev to kdev conversion into phys_stat_dev_match · 873d1dac
      Pavel Emelyanov authored
      This is more correct, as if st_dev == phys_dev check fails
      we have to treat phys_dev as kdev for path resolve device
      comparison.
      
      Howver, this is not the case for non-btrfs FSs, and for the
      latter one doesn't change anything as it uses anon devices
      which are equal for kdev and odev cases.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      873d1dac
    • Pavel Emelyanov's avatar
      mount: Fixup phys/virt devices dumping for ghost files · 0d8f688e
      Pavel Emelyanov authored
      When dumping a ghost file we put real device in its header,
      not the (btrfs) virtual one. This is done since we put real
      devices into fsnotify images (we get them from proc). That
      said on fsnotify ghost restore we don't need to do path
      resolution, just devices compare.
      
      And one more thing. When dumping device for ghost file for
      _non_ btrfs case we have to convert stat dev_t into kernel
      dev_t as all the other places in criu manipulate the latter
      ones.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      0d8f688e
  2. 11 Dec, 2013 8 commits
  3. 05 Dec, 2013 3 commits
  4. 04 Dec, 2013 10 commits
  5. 03 Dec, 2013 4 commits
  6. 02 Dec, 2013 2 commits
  7. 29 Nov, 2013 2 commits
  8. 28 Nov, 2013 3 commits
  9. 25 Nov, 2013 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 1.0 release · f2bb77c0
      Pavel Emelyanov authored
      The next version is ready. It looks like it's time to make it
      be the first major release, so here it is -- the v1.0. It's as
      functional as v0.8 but with a lot of bug fixes and improvements.
      And it's still :) compatible wrt images and cli options with
      older criu-s.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      f2bb77c0
  10. 22 Nov, 2013 3 commits
  11. 21 Nov, 2013 2 commits