[CRIU] [PATCH 00/11] Prepare to dump netsted namespaces.

Andrey Vagin avagin at openvz.org
Mon Sep 30 06:16:42 PDT 2013


This series replaces pid on id in file names of images

Andrey Vagin (11):
  images: split namespace contants per subsystems
  images: export cr_fdset_open
  namespace: open images per namespace to show them
  netns: don't use global fdset for dumping namespace
  uts: don't use global fdset for dumping namespace
  mntns: don't use global fdset for dumping namespace
  ipcns: don't use global fdset for dumping namespace
  namespaces: remove unused code
  ns: replace pid on id in per-namespace files
  add real pid to nsid
  ns: dump all namespaces

 cr-dump.c                |   2 +-
 cr-restore.c             |   2 +-
 image.c                  |  10 ++-
 include/crtools.h        |   3 +-
 include/image-desc.h     |  12 ++--
 include/image.h          |   1 +
 include/ipc_ns.h         |   2 +-
 include/mount.h          |   2 +-
 include/namespaces.h     |   4 +-
 include/net.h            |   2 +-
 include/uts_ns.h         |   2 +-
 ipc_ns.c                 |  16 +++--
 mount.c                  |  22 +++---
 namespaces.c             | 180 ++++++++++++++++++++++++++++++-----------------
 net.c                    |   8 ++-
 protobuf/inventory.proto |   1 +
 uts_ns.c                 |  17 +++--
 17 files changed, 186 insertions(+), 100 deletions(-)

-- 
1.8.3.1



More information about the CRIU mailing list