Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-01irmap: Get root mntfd before releasing tasks on predumpbr-1.3-stablePavel Emelyanov
2014-09-22restore: return -1 if failRuslan Kuprieiev
2014-09-22cg: proc_parse -- Don't compare cgroup pathsCyrill Gorcunov
2014-09-22mount: handle a circular reference in mount treeAndrey Vagin
2014-09-22timerfd: Setup @ticks only if nonzeroCyrill Gorcunov
2014-09-22fixed kernel version detectionMatthias Neuer
2014-09-22cg: Fix separator search in parse_task_cgroupCyrill Gorcunov
2014-09-22mount: skip the criu's mount namespace if tasks live in another mntnsAndrey Vagin
2014-09-22mount: validate mounts only once on dump (v3)Andrey Vagin
2014-09-12criu: Version 1.3.1v1.3.1Pavel Emelyanov
2014-09-10mount: strip options for all mountsAndrey Vagin
2014-09-10mount: don't skip checks in validate_mounts()Andrey Vagin
2014-09-10restore: Introduce the --restore-sibling optionPavel Emelyanov
2014-09-10restore: use root_as_sibling only after defining itTycho Andersen
2014-09-01criu: Version 1.3v1.3Pavel Emelyanov
2014-08-29restore: die properly if restore_one_task failsTycho Andersen
2014-08-29zdtm: test that UNIX socket owner/group don't changePavel Tikhomirov
2014-08-28restore: don't restore cg props if task restore failsTycho Andersen
2014-08-28restore: die if init fails in --restore-detached modeTycho Andersen
2014-08-27zdtm: fallback to mknod(/dev/ptmx) when CONFIG_DEVPTS_MULTIPLE_INSTANCES is n...Filipe Brandenburger
2014-08-27Use --root instead of --aufs-rootSaied Kazemi
2014-08-26zdtm: don't hide errors in cgroup02.hookAndrey Vagin
2014-08-26jenkins: exclude static/cgroups02 from the criu-dump job (v2)Andrey Vagin
2014-08-26zdtm: add missing entries to zdtm .gitignoreFilipe Brandenburger
2014-08-26zdtm: sort .gitignore entriesFilipe Brandenburger
2014-08-26test: enhance library lookup when building mntns rootFilipe Brandenburger
2014-08-26test: replace use of pcre grep with awkFilipe Brandenburger
2014-08-26test/cgroup02: Clean newroot dir from all controllers in hooksPavel Emelyanov
2014-08-26zdtm: fix compile errors of zdtm_ctAndrey Vagin
2014-08-26cgroup: call fin_cgroup() on error pathsAndrew Vagin
2014-08-26cgroups: don't take into account a leading / for the "/" parentAndrew Vagin
2014-08-26crtools: bump up the getopt return values to outside the ascii rangeFilipe Brandenburger
2014-08-22criu: Drop redundant newline from pr_perrorAndrey Vagin
2014-08-22libcriu: Add criu_add_cg_root() callPavel Emelyanov
2014-08-22rpc: Add "cgroup root" fields to criu_optsPavel Emelyanov
2014-08-22crtools: Make new_cg_root_add setup global root tooPavel Emelyanov
2014-08-22Revert "zdtm: Remove cgroup02 out of runlist"Pavel Emelyanov
2014-08-22cg: restore special cpuset propertiesTycho Andersen
2014-08-22cg: allow properties that aren't integersTycho Andersen
2014-08-22cg: Use the right path offset to restore propertiesTycho Andersen
2014-08-21Added AUFS support.Saied Kazemi
2014-08-20locks: Fix restore from v1.2 imagesPavel Emelyanov
2014-08-20files: don't check uninitialized memory in create_link_remap()Andrey Vagin
2014-08-19signals: Comments and while (1) loopPavel Emelyanov
2014-08-19signals: Sanitize j loop control variablePavel Emelyanov
2014-08-19signals: Don't collect siginfo_t-s on stackPavel Emelyanov
2014-08-19signals: Don't forget to allocate SiginfoEntryPavel Emelyanov
2014-08-19signals: Move nr variable into peeking loopPavel Emelyanov
2014-08-19signals: Calculate peek offset in-placePavel Emelyanov
2014-08-19zdtm: Remove cgroup02 out of runlistPavel Emelyanov