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-04-29criu/mount.c: separate \tKir Kolyshkin
2022-04-29mount: fix -Wunused-but-set-variable for Clang 15Fangrui Song
2022-04-29mount: make error messages differ in different placesPavel 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: add plain mountpointsPavel Tikhomirov
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-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
2022-04-29mount: make general place for shared variables on mount-info on restorePavel Tikhomirov
2022-04-29mount: fix broken remounted_rw checkPavel Tikhomirov
2022-04-29mount: move root yard tree merge as early as possiblePavel Tikhomirov
2022-04-29mount: prepare is_overmounted as early as possiblePavel Tikhomirov
2022-04-29mount: add helper mnt_get_external_bind_nodevPavel Tikhomirov
2022-04-29mount: do not override master_id to -1 for root bindsPavel Tikhomirov
2022-04-29mount: put external slavery mounts to separate mnt_ext_slave listPavel Tikhomirov
2022-04-29mount: add can_receive_master_from_root helperPavel Tikhomirov
2022-04-29mount: replace CRTIME_MNT_ID with HELPER_MNT_IDPavel Tikhomirov
2022-04-29mount/restore: leave ns_mountpoint NULL for aux binfmt_misc mountPavel Tikhomirov
2022-04-29mount/restore: create auxiliary binfmt_misc mount in the root yardPavel Tikhomirov
2022-04-29mount: apply superblock flags to nested ns rootsPavel Tikhomirov
2022-04-29mount: allow nested mount namespaces with different rootsPavel Tikhomirov
2022-04-29mount: add mnt_is_root_bind helperPavel Tikhomirov
2022-04-29mount: restrict mp-external mount map to init container mntns onlyPavel Tikhomirov
2022-04-29mount: mount external mount before mounting it's bindsPavel Tikhomirov
2022-04-29mount: show more info about why we can't mountPavel Tikhomirov
2022-04-29mount: rework skipping external mounts in dump_one_mountpointPavel Tikhomirov
2022-04-29mount: split mnt_is_external(_bind) and can_receive_master_from_externalPavel Tikhomirov
2022-04-29mount: add mnt_bind_pick helper to pick the desired bindPavel Tikhomirov
2022-04-29mount: setup mnt_bind list before using it in mnt_is_externalPavel Tikhomirov
2022-04-29mount: skip fstype and source checks for external mounts in mounts_sb_equalAlexander Mikhalitsyn
2022-04-29mount: mark mounts of external devices externalPavel Tikhomirov
2022-04-29mount: do not detect non-fsroot mounts as device-externalPavel Tikhomirov
2022-04-29mount: add mntinfo_add_list_before helper for adding to mntinfo listAlexander Mikhalitsyn
2022-04-29mount: fix e_str leak in ext_mount_addPavel Tikhomirov
2022-04-29mount/btrfs: make check_mountpoint_fd fallback to get_sdev_from_fdPavel Tikhomirov
2022-04-29mount: remove mnt_fd argument of __open_mountpointPavel Tikhomirov
2022-04-29mount: split check_mountpoint_fd from __open_mountpointPavel Tikhomirov
2022-04-29ghost/mount: allocate remounted_rw in shmem to get info from other processesPavel Tikhomirov
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-17mount: fix double-dump file system bugNicolas Viennot
2021-09-17binfmt_misc: restore current work directory after restoring mnt nsPavel Tikhomirov