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-08-31files-reg: skip failed mount lookup for shell-job's ttyPavel Tikhomirov
2022-08-04files-reg.c: modify the check of ghost_limit to support large sparse filesLiang-Chun Chen
2022-07-13config/files-reg: Add opt to skip file r/w/x check on restoreYounes Manton
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29files-reg: export parent dirs helpers for mount-v2Pavel Tikhomirov
2022-04-29files-reg: teach clean_one_remap to work with mount-v2Pavel Tikhomirov
2022-04-29files-reg: teach create_ghost to work with mount-v2Pavel Tikhomirov
2022-04-29files-reg: split create_ghost_dentry out of create_ghostStanislav Kinsburskiy
2022-04-29criu/plugin: Add dedicated flag for pluginsDavid Yat Sin
2022-04-29criu/plugin: Do not reopen vma fd for pluginsDavid Yat Sin
2022-04-29files-reg: try dump_ghost_remap if link-remap failed with error ENOENTianlang
2022-04-29files-reg: temporary remount writable the mount we do unlink onPavel Tikhomirov
2022-04-29files-reg: fix error handling of rm_parent_dirsPavel Tikhomirov
2022-04-29files-reg: fix error handling in open_pathPavel Tikhomirov
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2022-04-29criu: Introduce new device file plugin hooksRajneesh Bhardwaj
2021-09-03files-reg: do not print a warning if a file has no build_idAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03criu: end pr_(err|warn|msg|info|debug) with \nKir Kolyshkin
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2021-09-03files-reg: rework strip_deletedAndrey Zhadchenko
2021-09-03files: Don't forget on stripping deleted postfix on linked filesAndrey Zhadchenko
2020-10-20files-reg: Resource leak (RESOURCE_LEAK)Adrian Reber
2020-10-20criu/files-reg.c: build-id size bug fixAjay Bharadwaj
2020-10-20criu/files-reg.c: build-id from multiple headers fixAjay Bharadwaj
2020-10-20criu/config.c: added cli option for build-idAjay Bharadwaj
2020-10-20criu/files-reg.c: add build-id validation functionalityAjay Bharadwaj
2020-10-20img-streamer: introduction of criu-image-streamerNicolas Viennot
2020-03-27files: allow dumping opened symlinksAlexander Mikhalitsyn
2020-03-27fown: Don't fail on dumping files opened with O_PATHCyrill Gorcunov
2020-03-27fs: use __open_proc instead of open("/proc/...", ... )Andrei Vagin
2020-03-27criu: Use strlcpy() instead of strncpy()Dmitry Safonov
2020-03-27memfd: add memory mapping supportNicolas Viennot
2020-02-04files: fix ghost file error pathNicolas Viennot
2019-09-07files-reg: fix coverity RESOURCE_LEAKAdrian Reber
2019-09-07files-reg: fix coverity NULL_RETURNSAdrian Reber
2019-09-07files-reg: Remove redundant inner ifRikard Falkeborn
2019-04-21Access pathname relative to root of mntnsAshutosh Mehra
2019-04-21files: open files on overmounted mounts are not supportedPavel Tikhomirov
2019-04-21mount: remount ro mounts writable before ghost-file restorePavel Tikhomirov
2019-04-21files-reg: fixup order in message at link error pathPavel Tikhomirov
2019-04-21files: don't use PROC_SELF during restoring file descriptorsAndrei Vagin
2019-04-21files-reg: make error message in clean_one_remap contain mntns pathPavel Tikhomirov
2019-04-21Remove unused #include <sys/vfs.h>Radostin Stoyanov
2018-10-30files: save inherited file descriptors in fdstoreAndrei Vagin
2018-10-30files: don't add double slash to path in create_ghostPavel Tikhomirov
2018-10-30log: add line breaks to pr_warnPavel Tikhomirov
2018-10-30dump/files: remove a leftover from dead_pid_conflictPavel Tikhomirov
2018-10-30files: fix naming confusion between RemapFilePathEntry and RegFileEntryPavel Tikhomirov
2018-07-09criu: fix leaks detected by coverity scanPavel Tikhomirov