1. e4a35c0 vzctl snapshot-switch: add --skip-resume by Kir Kolyshkin · 11 years ago
  2. 63c2f83 vzctl_env_switch_snapshot: change parameters by Kir Kolyshkin · 11 years ago
  3. a5c73cb vzctl set --diskspace: add --offline-resize by Kir Kolyshkin · 11 years ago
  4. 10bc885 Add set_console dist script by Kir Kolyshkin · 11 years ago
  5. ef926e6 [style] include/dist.h: use enum instead of define by Kir Kolyshkin · 11 years ago
  6. 173555b Add iolimit and iopslimit by Kir Kolyshkin · 11 years ago
  7. 95f0ec2 vzlist: skip mounted status check if not needed by Igor Sukhih · 11 years ago
  8. 65a361d vzlist: add vm_overcommit field by Kir Kolyshkin · 11 years ago
  9. aaed0b0 Don't save autocalculated secondary UBCs by Kir Kolyshkin · 11 years ago
  10. 3e6330a Move FOR_ALL_UBC macro from vzlist.c to ub.h by Kir Kolyshkin · 11 years ago
  11. 63069ce [style] include/res.h: typo in a comment by Kir Kolyshkin · 11 years ago
  12. bd7f770 vswap: set secondary UBCs if unset by Kir Kolyshkin · 11 years ago
  13. 89fee19 Implement VM_OVERCOMMIT by Kir Kolyshkin · 11 years ago
  14. c6cff6b merge_ub(): move from ub.c to config.c by Kir Kolyshkin · 11 years ago
  15. 03dbc40 config.c: Add const to char * in a few places by Kir Kolyshkin · 11 years ago
  16. 49c2d96 [style] use VPSCONFDIR from Makefile defines by Kir Kolyshkin · 11 years ago
  17. b185dd6 [style] remove / from VPS_CONF_DIR by Kir Kolyshkin · 11 years ago
  18. 4da7ef8 vzctl convert: fix final renames by Kir Kolyshkin · 11 years ago
  19. 7ebd103 Add --stop-timeout/STOP_TIMEOUT parameter by Kir Kolyshkin · 11 years ago
  20. bea1367 [style] MAX_SHTD_TM: rename to DEF_STOP_TIMEOUT by Kir Kolyshkin · 11 years ago
  21. 82374fb [style] remove a few *CPUUNITS defines by Kir Kolyshkin · 11 years ago
  22. 83aec22 vzctl start: do fsck for ploop, add --skip-fsck by Kir Kolyshkin · 11 years ago
  23. bfe3f53 Remove check for ploop size by Kir Kolyshkin · 11 years ago
  24. 4eeffe8 vzctl start/destroy: fix criu dump removal by Kir Kolyshkin · 11 years ago
  25. 4fdbcb5 Add ability to skip creation of veth devices by Andrey Vagin · 11 years ago
  26. 20bd872 vzctl: pass vps_res in env_create_FN by Andrey Vagin · 11 years ago
  27. 3b504dc vzctl snapshot-switch: don't remove dump file by Kir Kolyshkin · 11 years ago
  28. ab67595 Macro GET_DUMP_FILE is internal, move to .c by Kir Kolyshkin · 11 years ago
  29. db107c7 Pass fs_param to vps_chkpnt, vps_restore, env_start_FN by Andrey Vagin · 11 years ago
  30. e51e3af Move vz-specific cpt/rst code to hooks_vz.c by Andrey Vagin · 11 years ago
  31. dced894 Change path to CT init pid directory by Kir Kolyshkin · 11 years ago
  32. 1341da9 vzctl: save PID of init in a state file by Andrey Vagin · 11 years ago
  33. 23035a7 vzctl start: add pre-start dist script by Glauber Costa · 11 years ago
  34. 5b8cd90 user namespace support for upstream containers by Glauber Costa · 11 years ago
  35. e243f51 pass parameters to open by Glauber Costa · 11 years ago
  36. 0086869 host uid and gid parameters by Glauber Costa · 11 years ago
  37. c1146da get_num_cpu(): Use PROCCPU macros for "/proc/cpuinfo" by Igor Podlesny · 11 years ago
  38. eb84701 In C func() is to be func(void) generally by Igor Podlesny · 11 years ago
  39. c8ac9b2 ub: compile ub support for non vz kernels as well by Glauber Costa · 11 years ago
  40. 670b1af Make "if (...) SOME_MACRO(); else" compile by Igor Podlesny · 11 years ago
  41. 8a73ece include/util.h: introduce MAC2STR, MAC2STR_FMT by Kir Kolyshkin · 12 years ago
  42. d4dcd92 vzctl set --save --force: fix segfault on unsupported kernel by Kir Kolyshkin · 12 years ago
  43. 50ca229 vzctl snapshot-[u]mount: implement by Kir Kolyshkin · 12 years ago
  44. bc6a9f5 Improve PLOOP_CLEANUP macro by Kir Kolyshkin · 12 years ago
  45. 415589f Add VZCTL_E_UMOUNT_SNAPSHOT by Kir Kolyshkin · 12 years ago
  46. 0254ec1 Employ cleanup engine for ploop operations by Kir Kolyshkin · 12 years ago
  47. 91d1516 Introduce cleanup handler mechanism by Kir Kolyshkin · 12 years ago
  48. bd21c2f vzcptcheck: added by Kir Kolyshkin · 12 years ago
  49. e90cd9c In-container devices: add support for Fedora 18 by Kir Kolyshkin · 12 years ago
  50. b70354a Use make_static_dev() for creating quota device by Kir Kolyshkin · 12 years ago
  51. a4289f1 vzctl snapshot-list: do not return 1 by Kir Kolyshkin · 12 years ago
  52. 411bcfc vzctl snapshot-list: check if snapshot is supported by Kir Kolyshkin · 12 years ago
  53. 9a4a853 vzctl snapshot-list: re-implement by Kir Kolyshkin · 12 years ago
  54. 6d2838d image.c: add generate_snapshot_component_name() by Kir Kolyshkin · 12 years ago
  55. 9c42bc5 list.h: add LIST_HEAD macro to declare and init list by Kir Kolyshkin · 12 years ago
  56. 506d89a util.c: introduce vzctl_get_normalized_guid() by Kir Kolyshkin · 12 years ago
  57. 40aa74c Move snapshot-related macros to snapshot.h by Kir Kolyshkin · 12 years ago
  58. 8fec435 allow vzsyscalls.h to always be called. by Glauber Costa · 12 years ago
  59. c9d9170 provide a upstream alternative for ub functions by Glauber Costa · 12 years ago
  60. 4a8bdc9 vzctl create: allow existing empty VE_PRIVATE by Kir Kolyshkin · 12 years ago
  61. 0f02c03 vzctl start: do not remount fs if we try restore first by Kir Kolyshkin · 12 years ago
  62. 3aa9749 vzctl: add 'suspend' and 'resume' aliases by Kir Kolyshkin · 12 years ago
  63. f55bdf6 include/types.h: do not hardcode /vz/dump by Kir Kolyshkin · 12 years ago
  64. f6c2696 include/types.h: get rid of unneeded #define by Kir Kolyshkin · 12 years ago
  65. 17dcb17 vzctl snapshot: add --skip-config option by Kir Kolyshkin · 12 years ago
  66. 376cfca implement setdevperm by Glauber Costa · 12 years ago
  67. 42861fd change header of cgroup configuration function by Glauber Costa · 12 years ago
  68. a984867 Do not enclose all containers in a vz directory by Glauber Costa · 12 years ago
  69. 5e57fd4 vzctl start: set more caps for upstream kernel by Kir Kolyshkin · 12 years ago
  70. 0ca2e28 vzctl: hide '/usr/sbin/vzquota not found' message by Kir Kolyshkin · 12 years ago
  71. 349bc2d Rectify scripts dir by Kir Kolyshkin · 12 years ago
  72. f85a15c Rectify modules dir definition by Kir Kolyshkin · 12 years ago
  73. cf52246 Rename config.h -> vzconfig.h by Kir Kolyshkin · 12 years ago
  74. 7eb61cd vzlist: add mount_opts field by Kir Kolyshkin · 12 years ago
  75. af95fbd vzctl set: add --mount_opts by Kir Kolyshkin · 12 years ago
  76. d7fae29 check_ub(): check for vswap enabled kernel only for OVZ by Kir Kolyshkin · 12 years ago
  77. beed992 include/config.h: remove check_ub() proto by Kir Kolyshkin · 12 years ago
  78. 968901c Fix a couple of vzctl exit codes by Kir Kolyshkin · 12 years ago
  79. 84d982e include/vzerror.h: remove VZ_NO_IMAGE_FILE by Kir Kolyshkin · 12 years ago
  80. 14452a7 vps_is_mounted(): add support for detecting bind mounts by Kir Kolyshkin · 12 years ago
  81. 252e418 vps_is_mounted(): remove the wrapper by Kir Kolyshkin · 12 years ago
  82. f61baf5 [style] include/fs.h: no need to specify extern for function prototypes by Kir Kolyshkin · 12 years ago
  83. dbd1283 vzctl snapshot-switch: use restored config if available by Kir Kolyshkin · 12 years ago
  84. c894533 src/lib/image.h: fix ploop header file name by Kir Kolyshkin · 12 years ago
  85. 125eaab Rename get_destroy_root() to get_fs_root(), move to util.c by Kir Kolyshkin · 12 years ago
  86. f92b673 Allow to build w/o ploop headers by Kir Kolyshkin · 12 years ago
  87. 7d2f4d7 include/image.h: move a couple of prototypes around by Kir Kolyshkin · 12 years ago
  88. 5af7ecd Introduce and use VZ_PLOOP_UNSUP exit code by Kir Kolyshkin · 12 years ago
  89. c41adda logger: switch to dynamic ploop lib loading by Kir Kolyshkin · 12 years ago
  90. 901bc93 Implement dynamic loading of ploop library by Kir Kolyshkin · 12 years ago
  91. 3b759e3 Stop upstream containers by killing all processes. by Glauber Costa · 12 years ago
  92. c6f7199 Implement upstream veth function by Glauber Costa · 12 years ago
  93. f802781 Implement cpu limitations by Glauber Costa · 12 years ago
  94. d852c70 add a constant with the size in bytes for the cpumask array by Glauber Costa · 12 years ago
  95. a6e1fda Implement beancounters limitations by Glauber Costa · 12 years ago
  96. fc0131a Implement upstream enter function by Glauber Costa · 12 years ago
  97. 94ad926 Implement upstream env_create by Glauber Costa · 12 years ago
  98. bdc0e9d implement upstream linux destroy by Glauber Costa · 12 years ago
  99. b0e1437 implement upstream linux is_run by Glauber Costa · 12 years ago
  100. 102353d basic libcgroup support by Glauber Costa · 12 years ago