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
2022-10-25non-root: enable non-root checkpoint/restoreYounes Manton
2022-04-29Fix remaining codespell warningsKir Kolyshkin
2022-04-29criu/files.c: some renamesKir Kolyshkin
2022-04-29mount: use ns_mountpoint instead of mountpoint where possiblePavel Tikhomirov
2022-04-29criu/files: Add function to return unused FD by pidDavid Yat Sin
2022-04-29files: fix inh leak in inherit_fd_addPavel Tikhomirov
2022-04-29proc_parse, files: Add support for hugetlb memory mappingBui Quang Minh
2022-04-29files: generate unique transport socket namesAndrei Vagin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03Keep inherit-fd strings alive until task restoreYounes Manton
2021-09-03util: move open_proc_self_fd to service_fdPavel Tikhomirov
2020-10-20criu: restoring BPF maps (without data)Abhishek Vijeev
2020-10-20criu: parse information about BPF maps from procfsAbhishek Vijeev
2020-10-20criu: optimize find_unix_sk_by_ino()ZeyadYasser
2020-03-27mem: dump shared memory file descriptorsAndrei Vagin
2020-03-27files: allow dumping opened symlinksAlexander Mikhalitsyn
2020-03-27fown: Don't fail on dumping files opened with O_PATHCyrill Gorcunov
2020-03-27criu: Use strlcpy() instead of strncpy()Dmitry Safonov
2020-03-27files: increase path buffer size in inherited_fd()Nicolas Viennot
2020-03-27memfd: add file supportNicolas Viennot
2020-02-04files: Remove O_CLOEXEC from file flagsNicolas Viennot
2019-09-07files: fix coverity RESOURCE_LEAKAdrian Reber
2019-04-21Remove irrelevant commentRadostin Stoyanov
2019-04-21files: Simplify get_mem_dev_opsRadostin Stoyanov
2018-10-30files: save inherited file descriptors in fdstoreAndrei Vagin
2018-10-30criu: set RLIMIT_NOFILE to maximum only on restoreAndrei Vagin
2018-10-30service-fd: close a source file descriptor in install_service_fd()Andrei Vagin
2018-10-30Fix O(n^2) restore in terms of the number of fds.Radoslaw Burny
2018-10-30files: make_gen_id -- Promote to be general helperCyrill Gorcunov
2018-10-30epoll: Pass drained fds to dump_one_fileCyrill Gorcunov
2018-05-14files: Fail dump if dump_one_file() failsAndy Tucker
2018-03-02criu: fix gcc-8 warningsAndrei Vagin
2018-03-02Fix typosRadostin Stoyanov
2018-03-02files: Implement find_unused_file_desc_id()Kirill Tkhai
2018-03-02files: Export setup_and_serve_out()Kirill Tkhai
2018-03-02files: Add force_master argument to collect_desc_fle()Kirill Tkhai
2018-03-02files: Count inh_fd_maxKirill Tkhai
2018-03-02sfds: Protect service fdsKirill Tkhai
2018-03-02files: Do not close PROC_PID_FD_OFF sfd in prepare_fds()Kirill Tkhai
2018-03-02sfds: Kill SELF_STDIN_OFF via fdstoreKirill Tkhai
2018-03-02files: Move CTL_TTY_OFF fixup to generic file engineKirill Tkhai
2018-03-02files: Move prepare_ctl_tty() to criu/tty.cKirill Tkhai
2018-03-02files: Close ctl tty via generic engineKirill Tkhai
2018-03-02files: Fix crossing unused and service fds of shared fd tablesKirill Tkhai
2018-03-02proc: Close CR_PROC_FD_OFF and TRANSPORT_FD_OFF laterKirill Tkhai
2018-03-02cr-restore: Open transport socket earlierKirill Tkhai
2018-03-02files: Make possible task helpers to use shared_fdt_prepare()Kirill Tkhai
2018-03-02files: Do not close transport socket twiceKirill Tkhai
2018-03-02files: Unexport collect_task_fd()Kirill Tkhai