]> git.proxmox.com Git - pve-container.git/history - src
use CGroup::get_memory_stat
[pve-container.git] / src /
2020-04-04 Wolfgang Bumilleruse CGroup::get_memory_stat
2020-04-04 Wolfgang Bumillercgroup: add get_memory_stat
2020-04-04 Wolfgang Bumilleruse CGroup::get_cpu_stat
2020-04-04 Wolfgang Bumillercgroup: add get_cpu_stat
2020-04-04 Wolfgang Bumilleruse CGroup::get_io_stats
2020-04-04 Wolfgang Bumillercgroup: add get_io_stats and parse_nested_keyed_file
2020-04-04 Wolfgang Bumillerupdate_lxc_config: cgroupv2 support
2020-04-04 Wolfgang Bumillerpct: use CGroup submodule and new CpuSet methods
2020-04-04 Wolfgang Bumilleradd PVE::LXC::{CGroup, Command} submodules
2020-04-04 Wolfgang Bumilleradd Delegate flag to pve-container@.service
2020-03-27 Fabian EbnerImplement volume-related helpers and use new foreach_volume
2020-03-27 Fabian GrünbichlerVZDump: mark template disks as ro
2020-03-27 Fabian Ebnermove_volume: if deleting old volume fails, add it as...
2020-03-27 Fabian Ebnerfix #1904: convert to base image when moving a volume...
2020-03-27 Fabian EbnerRely on template_create to check whether creating a...
2020-03-27 Fabian EbnerFor clone+copy features, make sure a valid format for...
2020-03-19 Thomas Lamprechtlxc_config: mount /sys as mixed for unprivileged by...
2020-03-16 Fabian Grünbichlerallow restoring non-volume backups again
2020-03-12 Thomas Lamprechtsetup: warn on unknown os-release ID
2020-03-12 Thomas Lamprechtfix #2580: api/delete: drop CT from HA resources if...
2020-03-10 Thomas Lamprechtfollowup whitespace and style fixes
2020-03-10 Alexandre Derumierlxc: add sdn veth_create|plug
2020-03-10 Thomas Lamprechtfollowup: do not import unused methods~
2020-03-10 Oguz Bektasuse helper functions from GuestHelpers
2020-03-04 Fabian EbnerFix mounting ZFS snapshots whose dataset is not mounted...
2020-03-03 Stefan Reiterfix #2611: use correct operation in get_bandwidth_limit
2020-02-25 Dietmar Maurervzdump: add support for proxmox backup server
2020-02-21 Thomas Lamprechtsetup/ubuntu: add upcoming 20.04 focal release
2020-02-21 Thomas Lamprechtsetup/ubuntu: note LTS versions
2020-02-19 Thomas Lamprechtbackup: improve module usage sorting and code readability
2020-02-19 Thomas Lamprechtbackup prepare: remove useless "activate volumes"
2020-02-19 Oguz Bektasfix #2598: activate volumes before mounting in stop...
2020-02-06 Oguz Bektasapply_pending: do cleanup pending between, not during...
2020-01-31 Dominik Csapakallow reading snapshot config for VM.Audit
2020-01-31 Wolfgang Bumillerset lxc.seccomp.notify.cookie to the vmid
2020-01-31 Wolfgang Bumillermask 'mknod' feature by kernel version
2020-01-30 Wolfgang Bumilleradd mknod feature flag
2020-01-27 Oguz Bektasfix #2568: hotplug: fix typo 'cpu.shares'
2020-01-23 Thomas Lamprechtfix #2560: adapt some sysctl values for high CT counts
2020-01-21 Aaron LautererWhitespace cleanup
2020-01-21 Thomas Lamprechtfsck: do is-CT-running check earlier
2020-01-21 Alwin AntreichFix: fsck: rbd volume not mapped
2020-01-20 Oguz Bektassetup: allow centos to version 9
2020-01-20 Wolfgang BumillerRevert "vmstatus: Align name if not set in config to...
2020-01-20 Aaron Lauterervmstatus: Align name if not set in config to VMs
2020-01-20 Oguz Bektassetup: allow centos 8.1
2020-01-02 Wolfgang Bumillerprestart-hook: fix starting via lxc-start
2020-01-02 Wolfgang Bumilleruse DHCP=no for network units
2019-12-12 Fabian EbnerAlways determine the size of the volume in volume_rescan
2019-12-12 Wolfgang Bumillerfix #2512: post-stop: unmount stage mps before cleanup
2019-12-12 Wolfgang Bumillermountpoint_stage: add another comment about keeping...
2019-12-12 Wolfgang Bumillerpost-stop-hook: unmount before deactivating storages
2019-11-26 Wolfgang Bumillerfix bindmounting with staged mount points
2019-11-22 Thomas Lamprechtstop/reboot: handle pending changes errors as non-fatal
2019-11-21 Oguz Bektasapply pending changes in lxc poststop hook
2019-11-21 Wolfgang BumillerRevert "apply pending changes in lxc prestart hook"
2019-11-20 Oguz Bektasapply pending changes in lxc prestart hook
2019-11-20 Oguz Bektasimplement container reboot
2019-11-20 Dominik Csapakadd 'tags' option
2019-11-20 Wolfgang Bumilleruse lxc-start apparmor profile for mount hotplugging
2019-11-20 Wolfgang Bumillerimplement mountpoint hotplugging
2019-11-20 Wolfgang Bumillerconfig: apply_pending_mountpoint helper
2019-11-20 Wolfgang Bumillerprestart-hook: use staged mountpoints on newer kernels
2019-11-20 Wolfgang Bumilleradd mount stage directory helpers
2019-11-20 Wolfgang Bumilleradd get_container_namespace helper
2019-11-20 Wolfgang Bumillersplit open_namespace out of enter_namespace
2019-11-20 Wolfgang Bumilleradd open_pid_fd, open_lxc_pid, open_ppid helpers
2019-11-20 Wolfgang Bumilleradd mountpoint_insert_staged helper
2019-11-20 Wolfgang Bumillerimplement "staged mountpoints"
2019-11-20 Wolfgang Bumillersplit walk_tree_nofollow to allow a start fd
2019-11-20 Wolfgang Bumillertools: add can_use_new_mount_api helper
2019-11-18 Fabian Grünbichleruse PVE::RRD for RRD data
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-11-14 Fabian EbnerUse crm-command stop to allow shutdown with timeout...
2019-11-14 Thomas Lamprechtvm_stop_cleanup: return early to avoid unecessary inden...
2019-11-14 Thomas Lamprechtdestroy_lxc_container: drop unused outcommented code
2019-11-08 Fabian Grünbichlertest: add 'use PVE::LXC::Config' to setup test
2019-11-08 Fabian Grünbichlertest: mock PVE::Cluster in setup tests
2019-11-07 Wolfgang Linkfix #2456 setting bind-mount through API/CLI is broken
2019-11-06 Oguz Bektasfix #2453: actually reflect random MAC address selectio...
2019-11-05 Wolfgang Bumillerconfig: whitelist lxc.hook.version
2019-11-05 Wolfgang Bumillerautodev hook: use new helpers and whitespace fixup
2019-11-05 Wolfgang Bumillertools: add device file iterator, and cgroup_do_write
2019-11-05 Wolfgang Bumillerchange hooks to use new helper
2019-11-05 Wolfgang Bumilleradd PVE::LXC::Tools
2019-10-30 Thomas Lamprechtsetup: fedora: allow 31 (and 32)
2019-10-29 Stefan Reitersetup: do host architecture translation ourself
2019-10-29 Oguz Bektasiterate pending config changes sorted
2019-10-28 Oguz Bektasadd 'lock' as a fastplug option
2019-10-22 Thomas Lamprechtfollowup: iterate over pending changes sorted
2019-10-22 Oguz Bektaspending apply/hotplug: use normal for loop iterate...
2019-10-18 Thomas Lamprechtfixup error message
2019-10-18 Tim Marxadd check to resize disk if current size could not...
2019-10-18 Tim Marxwhitespace cleanup
2019-10-18 Christian Ebnerfix #1291: add option purge for destroy_vm api call
2019-10-18 Oguz Bektasimplement pending changes
2019-10-18 Oguz Bektasapply pending changes during container start
2019-10-18 Oguz Bektasadd vmconfig_hotplug_pending and vmconfig_apply_pending
2019-10-18 Oguz Bektasallow to check for in-use volumes in pending section
2019-10-18 Oguz Bektasskip pending changes while taking backup
next