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
path: root/criu
AgeCommit message (Expand)Author
2022-04-29pie/restorer: unregister (g)libc rseq before memory restorationAlexander Mikhalitsyn
2022-04-29include: add thread_pointer.h from GlibcAlexander Mikhalitsyn
2022-04-29rseq: fail dump if rseq is used but host doesn't support get_rseq_conf featureAlexander Mikhalitsyn
2022-04-29rseq: initial supportAlexander Mikhalitsyn
2022-04-29cr-check: Add ptrace rseq conf dump featureAlexander Mikhalitsyn
2022-04-29util: move fork_and_ptrace_attach helper from cr-checkAlexander Mikhalitsyn
2022-04-29kerndat: check for rseq syscall supportAlexander Mikhalitsyn
2022-04-29cgroup: fix --manage-cgroups=ignoreAdrian Reber
2022-04-29cgroup: fix "unified" pathAdrian Reber
2022-04-29Fix remaining codespell warningsKir Kolyshkin
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29Rename useable to usableKir Kolyshkin
2022-04-29criu/mount.c: separate \tKir Kolyshkin
2022-04-29criu/files.c: some renamesKir Kolyshkin
2022-04-29Nit: rename sie to seKir Kolyshkin
2022-04-29Typo: mmaped -> mmappedKir Kolyshkin
2022-04-29criu/pie/restorer.c: use param not parmKir Kolyshkin
2022-04-29criu/arch/s390/include/asm/restorer.h: fix commentsKir Kolyshkin
2022-04-29criu: generate unique socket namesAndrei Vagin
2022-04-29mount: fix -Wunused-but-set-variable for Clang 15Fangrui Song
2022-04-29apparmor: Fix -Wfortify-source for ClangFangrui Song
2022-04-29mount: make error messages differ in different placesPavel Tikhomirov
2022-04-29mount-v2: make mount engine fallback messages loglevel debugPavel Tikhomirov
2022-04-29mount: add new mounts-v2 enginePavel Tikhomirov
2022-04-29mount: export global variables for mount-v2Pavel Tikhomirov
2022-04-29mount: export several functions for mount-v2Pavel Tikhomirov
2022-04-29mount: export common defines for mount-v2Pavel Tikhomirov
2022-04-29mount: remove double ns_id declarationPavel Tikhomirov
2022-04-29files-reg: export parent dirs helpers for mount-v2Pavel Tikhomirov
2022-04-29mount: add plain mountpointsPavel Tikhomirov
2022-04-29config/rpc: add new option --mntns-compat-mode for old mount enginePavel Tikhomirov
2022-04-29crtools: move check_options after kerndat_init and log_initPavel Tikhomirov
2022-04-29util: add resolve_mountpoint helperPavel Tikhomirov
2022-04-29kerndat: check whether the openat2 syscall is supportedPavel Tikhomirov
2022-04-29compel: add open_tree syscallPavel Tikhomirov
2022-04-29kerndat: Check for MOVE_MOUNT_SET_GROUP availabilityPavel 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-29mount: add service_mountpoint getter for ->mountpointPavel Tikhomirov
2022-04-29mount: use ns_mountpoint instead of mountpoint where possiblePavel Tikhomirov
2022-04-29mount: use ns_mountpoint in mnt_depthPavel Tikhomirov
2022-04-29mount: use ns_mountpoint in aufs_parsePavel Tikhomirov
2022-04-29mount: use ns_mountpoint in collect_mntinfoPavel Tikhomirov
2022-04-29path: simplify mnt_get_sibling_path via get_relative_pathPavel Tikhomirov
2022-04-29mount: use ns_mountpoint for children-overmount checkPavel Tikhomirov
2022-04-29mount: use ns_mountpoint in root_path_from_parentPavel Tikhomirov
2022-04-29mount: use ns_mountpoint in validate_children_collisionPavel Tikhomirov
2022-04-29mount: skip root yard children from mnt_needs_remap checkPavel Tikhomirov
2022-04-29mount: use ns_mountpoint in mnt_is_overmountedPavel Tikhomirov