1. 10 Sep, 2015 16 commits
  2. 07 Sep, 2015 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 1.7 · f1e8a9ce
      Pavel Emelyanov authored
      We have quite a lot of new stuff this time. More flexibility
      in cgroup management code (and this story far from being over)
      in the library and in the crit command line, preparations to
      x66 32bit, that also helped the PPC port, freezer cgroup
      filannly found its place in the code. We also had our first
      CVE-s found :) and a LOT of bugs fixed.
      
      So the plan for the 1.8 is: cgroups, secured containers and
      bugfixes. x86 32bit is tempting too.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      f1e8a9ce
  3. 04 Sep, 2015 10 commits
  4. 02 Sep, 2015 6 commits
  5. 01 Sep, 2015 6 commits
  6. 25 Aug, 2015 1 commit
    • Andrew Vagin's avatar
      zdtm/file_locks1: compare devices in addition to inodes · 8189eda7
      Andrew Vagin authored
      You can see two equal inode numbers with differen devices and
      it was a reason why the test failed.
      
      4: C: 12491/12495/12496
      4: c: 1: POSIX  ADVISORY  WRITE 0 fc:03:12468 0 EOF
      4: c: 2: POSIX  ADVISORY  READ  0 fc:03:12421 0 EOF
      4: c: 3: POSIX  ADVISORY  WRITE 0 00:14:16285 0 EOF
      4: c: 4: FLOCK  MSNFS     READ  4 fc:03:12496 0 EOF
      4: c: 5: FLOCK  ADVISORY  WRITE 4 fc:03:12495 0 EOF
      4: c: 6: FLOCK  ADVISORY  READ  4 fc:03:12491 0 EOF
      4: c: 7: POSIX  ADVISORY  WRITE 0 00:14:16280 0 EOF
      4: c: 8: POSIX  ADVISORY  WRITE 0 00:14:12677 0 EOF
      4: c: 9: FLOCK  ADVISORY  WRITE 0 00:14:12520 0 EOF
      4: c: 10: FLOCK  ADVISORY  WRITE 0 00:14:12495 0 EOF
      Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      8189eda7