Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
cfbbee4da1e6dd5cf6e195a760fa256230b8fe4a
/
include
50ca229
vzctl snapshot-[u]mount: implement
by Kir Kolyshkin
· 12 years ago
bc6a9f5
Improve PLOOP_CLEANUP macro
by Kir Kolyshkin
· 12 years ago
415589f
Add VZCTL_E_UMOUNT_SNAPSHOT
by Kir Kolyshkin
· 12 years ago
0254ec1
Employ cleanup engine for ploop operations
by Kir Kolyshkin
· 12 years ago
91d1516
Introduce cleanup handler mechanism
by Kir Kolyshkin
· 12 years ago
bd21c2f
vzcptcheck: added
by Kir Kolyshkin
· 12 years ago
e90cd9c
In-container devices: add support for Fedora 18
by Kir Kolyshkin
· 12 years ago
b70354a
Use make_static_dev() for creating quota device
by Kir Kolyshkin
· 12 years ago
a4289f1
vzctl snapshot-list: do not return 1
by Kir Kolyshkin
· 12 years ago
411bcfc
vzctl snapshot-list: check if snapshot is supported
by Kir Kolyshkin
· 12 years ago
9a4a853
vzctl snapshot-list: re-implement
by Kir Kolyshkin
· 12 years ago
6d2838d
image.c: add generate_snapshot_component_name()
by Kir Kolyshkin
· 12 years ago
9c42bc5
list.h: add LIST_HEAD macro to declare and init list
by Kir Kolyshkin
· 12 years ago
506d89a
util.c: introduce vzctl_get_normalized_guid()
by Kir Kolyshkin
· 12 years ago
40aa74c
Move snapshot-related macros to snapshot.h
by Kir Kolyshkin
· 12 years ago
8fec435
allow vzsyscalls.h to always be called.
by Glauber Costa
· 12 years ago
c9d9170
provide a upstream alternative for ub functions
by Glauber Costa
· 12 years ago
4a8bdc9
vzctl create: allow existing empty VE_PRIVATE
by Kir Kolyshkin
· 12 years ago
0f02c03
vzctl start: do not remount fs if we try restore first
by Kir Kolyshkin
· 12 years ago
3aa9749
vzctl: add 'suspend' and 'resume' aliases
by Kir Kolyshkin
· 12 years ago
f55bdf6
include/types.h: do not hardcode /vz/dump
by Kir Kolyshkin
· 12 years ago
f6c2696
include/types.h: get rid of unneeded #define
by Kir Kolyshkin
· 12 years ago
17dcb17
vzctl snapshot: add --skip-config option
by Kir Kolyshkin
· 12 years ago
376cfca
implement setdevperm
by Glauber Costa
· 12 years ago
42861fd
change header of cgroup configuration function
by Glauber Costa
· 12 years ago
a984867
Do not enclose all containers in a vz directory
by Glauber Costa
· 12 years ago
5e57fd4
vzctl start: set more caps for upstream kernel
by Kir Kolyshkin
· 12 years ago
0ca2e28
vzctl: hide '/usr/sbin/vzquota not found' message
by Kir Kolyshkin
· 12 years ago
349bc2d
Rectify scripts dir
by Kir Kolyshkin
· 12 years ago
f85a15c
Rectify modules dir definition
by Kir Kolyshkin
· 12 years ago
cf52246
Rename config.h -> vzconfig.h
by Kir Kolyshkin
· 12 years ago
7eb61cd
vzlist: add mount_opts field
by Kir Kolyshkin
· 12 years ago
af95fbd
vzctl set: add --mount_opts
by Kir Kolyshkin
· 12 years ago
d7fae29
check_ub(): check for vswap enabled kernel only for OVZ
by Kir Kolyshkin
· 12 years ago
beed992
include/config.h: remove check_ub() proto
by Kir Kolyshkin
· 12 years ago
968901c
Fix a couple of vzctl exit codes
by Kir Kolyshkin
· 12 years ago
84d982e
include/vzerror.h: remove VZ_NO_IMAGE_FILE
by Kir Kolyshkin
· 12 years ago
14452a7
vps_is_mounted(): add support for detecting bind mounts
by Kir Kolyshkin
· 12 years ago
252e418
vps_is_mounted(): remove the wrapper
by Kir Kolyshkin
· 12 years ago
f61baf5
[style] include/fs.h: no need to specify extern for function prototypes
by Kir Kolyshkin
· 12 years ago
dbd1283
vzctl snapshot-switch: use restored config if available
by Kir Kolyshkin
· 12 years ago
c894533
src/lib/image.h: fix ploop header file name
by Kir Kolyshkin
· 12 years ago
125eaab
Rename get_destroy_root() to get_fs_root(), move to util.c
by Kir Kolyshkin
· 12 years ago
f92b673
Allow to build w/o ploop headers
by Kir Kolyshkin
· 12 years ago
7d2f4d7
include/image.h: move a couple of prototypes around
by Kir Kolyshkin
· 12 years ago
5af7ecd
Introduce and use VZ_PLOOP_UNSUP exit code
by Kir Kolyshkin
· 12 years ago
c41adda
logger: switch to dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
901bc93
Implement dynamic loading of ploop library
by Kir Kolyshkin
· 12 years ago
3b759e3
Stop upstream containers by killing all processes.
by Glauber Costa
· 12 years ago
c6f7199
Implement upstream veth function
by Glauber Costa
· 12 years ago
f802781
Implement cpu limitations
by Glauber Costa
· 12 years ago
d852c70
add a constant with the size in bytes for the cpumask array
by Glauber Costa
· 12 years ago
a6e1fda
Implement beancounters limitations
by Glauber Costa
· 12 years ago
fc0131a
Implement upstream enter function
by Glauber Costa
· 12 years ago
94ad926
Implement upstream env_create
by Glauber Costa
· 12 years ago
bdc0e9d
implement upstream linux destroy
by Glauber Costa
· 12 years ago
b0e1437
implement upstream linux is_run
by Glauber Costa
· 12 years ago
102353d
basic libcgroup support
by Glauber Costa
· 12 years ago
219a616
move set_personality32 calls to common code.
by Glauber Costa
· 12 years ago
1c77abe
Move veth handling to VZ-specific file
by Glauber Costa
· 12 years ago
a7a9d87
Move ip handling to VZ-specific file
by Glauber Costa
· 12 years ago
7a3f6d8
Drop vps_handler.open field
by Kir Kolyshkin
· 12 years ago
895906e
Add hook to control net device
by Glauber Costa
· 12 years ago
e81be38
Add hook to set device permissions
by Glauber Costa
· 12 years ago
12a7c08
Add hook to set luid (UBC ID, a context)
by Glauber Costa
· 12 years ago
92ce20c
Add hook to set CPU parameters
by Glauber Costa
· 12 years ago
bd512e2
Add hook to set user beancounters
by Glauber Costa
· 12 years ago
9b32280
env.c: move a bunch of vz-specific functions to hooks_vz.c
by Kir Kolyshkin
· 12 years ago
53b17f8
Split a function creating a container into few parts.
by Glauber Costa
· 12 years ago
d56cddc
Add a placeholder for CT destruction
by Glauber Costa
· 12 years ago
b3388a1
Move function for entering container to hooks_vz.c
by Glauber Costa
· 12 years ago
091177c
Move test for running container to hooks-vz.c
by Glauber Costa
· 12 years ago
9dc1795
Move OVZ-specific vz_open() to hooks_vz.c
by Glauber Costa
· 12 years ago
ed33205
Test for vz kernel
by Glauber Costa
· 12 years ago
871a8f4
Give names to anonymous structs
by Glauber Costa
· 12 years ago
802f49c
Introduce flags for struct fs_param and vz_mount()
by Kir Kolyshkin
· 12 years ago
127ad44
vzctl set: remove --noatime
by Kir Kolyshkin
· 12 years ago
43b0f77
vzlist: add 'disabled' and 'origin_sample' fields
by Kir Kolyshkin
· 12 years ago
4d92184
Move VZCTL_VE_ROOTHDD_DIR define to image.h, use it
by Kir Kolyshkin
· 12 years ago
3d49f00
vzctl compact: implement and document
by Kir Kolyshkin
· 12 years ago
0d4a59a
vzlist: add nameserver and searchdomain fields
by Kir Kolyshkin
· 12 years ago
6739531
vzlist: --json -o features support
by Kir Kolyshkin
· 12 years ago
7f94e66
vzlist: allow to print cpuunits in json format
by Kir Kolyshkin
· 12 years ago
d92d6b7
include/validate.h: remove unused stuff
by Kir Kolyshkin
· 12 years ago
8930f16
vzctl stop: add --skip-umount flag
by Kir Kolyshkin
· 13 years ago
3a2be3d
Get rid of setup_resource_management()
by Kir Kolyshkin
· 13 years ago
6905fc7
Introduce and use check_ploop_size()
by Kir Kolyshkin
· 13 years ago
01a392b
Move inc_rusage() and shift_ubs_param() to where they truly belong
by Kir Kolyshkin
· 13 years ago
94be5ae
Mark fill_2quota_param() as static, remove prototype
by Kir Kolyshkin
· 13 years ago
62f9173
Mark get_ub_name() as static, remove prototype
by Kir Kolyshkin
· 13 years ago
b79926e
include/*.h: remove non-existen function prototypes
by Kir Kolyshkin
· 13 years ago
7b39eba
build_cap_str(): add 'delim' argument
by Kir Kolyshkin
· 13 years ago
f20083f
types.h: use standard typedef decl for envid_t
by Kir Kolyshkin
· 13 years ago
f8dad00
Move struct log_param definition from logger.h to logger.c
by Kir Kolyshkin
· 13 years ago
cbf5663
Move osrelease-related functions to where they belong
by Kir Kolyshkin
· 13 years ago
f30dd79
vzlist: add features field
by Kir Kolyshkin
· 13 years ago
96b4747
features_mask2str(): add delim parameter
by Kir Kolyshkin
· 13 years ago
ee0aded
[style] vzlist.c: rename ve_{private,root} -> {private,root}
by Kir Kolyshkin
· 13 years ago
fb7a637
vzlist: add layout field
by Kir Kolyshkin
· 13 years ago
04e5d2f
vzctl snapshot: add --skip-suspend
by Kir Kolyshkin
· 13 years ago
Next »