]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC.pm
fix #5414: use proper percentages in `pct df`
[pve-container.git] / src / PVE / LXC.pm
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-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-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
2019-12-12 Wolfgang Bumillermountpoint_stage: add another comment about keeping...
2019-11-26 Wolfgang Bumillerfix bindmounting with staged mount points
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 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-14 Thomas Lamprechtvm_stop_cleanup: return early to avoid unecessary inden...
2019-11-14 Thomas Lamprechtdestroy_lxc_container: drop unused outcommented code
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 Thomas Lamprechtdelete_mp: warn if we ignore a volume deletion due...
2019-10-18 Thomas Lamprechtreuse guest-common destroy_config
2019-08-28 Thomas Lamprechtumount_all tell caller if we succeeded in $noerr case
2019-08-26 Fabian Grünbichlermountpoints: create parent dirs with correct owner
2019-07-05 Thomas Lamprechtfollowup: code cleanup and uninitialized value access fix
2019-07-05 Oguz Bektasfix #1451: allow one to add mount options to CT mountpoints
2019-06-14 Dominic JägerFix #576: Fix dangling files for Move Disk
2019-05-10 Thomas Lamprechtfix #2200: vm_stop: add nokill-after-timeout parameter
2019-05-10 Thomas Lamprechtvm_stop: remove unused exit_timeout parameter
2019-04-02 Stoiko Ivanovbwlimit: add parameter to rsync in copy_volume
2019-03-21 Thomas Lamprechtfollowup: which lock
2019-03-21 Dominik Csapakadd lock to vm status
2019-02-13 Oguz Bektasfix #2086: change process checking mechanism in vmstatus
2019-02-01 Dominik Csapakadd pre- start/stop hookscript to containers
2019-01-29 Thomas Lamprechtdestroy_config: die if unlink fails
2018-12-11 Oguz Bektasfix #2014: don't check if unpriv for blkio
2018-11-28 Wolfgang Bumilleradd features:fuse
2018-11-12 Alwin AntreichClose #1234: pct: implement rescan
2018-11-09 Dietmar Maurercall map_volume before using volumes.
2018-11-09 David Limbeckfix #1808: readonly mount source disk
2018-10-09 Thomas Lamprechtfollowup whitespace cleanup
2018-10-09 Tim Marxclose #1940: pct console: added ability to specify...
2018-10-03 Wolfgang Bumilleradd feature flags using apparmor profile generation
2018-09-04 David Limbeckfix #1885: delete old route when changing gateway
2018-08-01 Dietmar Maurervmstatus: define return propertries
2018-07-06 Wolfgang Bumillerdeal with disabled cgroup subsystems
2018-06-06 Wolfgang Linkfix #1792: Do not assign vars in conditional statement
2018-05-30 Wolfgang Linktemplate create: handle mountpoints besides rootfs
2018-05-08 Wolfgang LinkAdd cifs as allowed storage type.
2018-05-07 Wolfgang Bumillercopy_volume: get the real volume size
2018-03-20 Wolfgang Bumillerdisable keyctl in user namespaces
2018-03-20 Dominik Csapakfix #1704: get container uptime with /proc/<pid>/stat
2018-03-14 Dietmar Maurervm_start: cleanup - remove dead code
2018-03-14 Alwin AntreichFix pct skiplock
2018-03-13 Wolfgang Bumillerimplement copy_volume
2018-03-13 Wolfgang Bumillerfactor out disk allocation+formatting for reuse
2018-03-12 Alwin AntreichFix #1547: on migration abort, the CT starts again
2017-11-27 Dominik Csapakadd 'noescapechar' parameter to get_console_command
2017-10-17 Wolfgang Bumilleradd vm_stop helper
2017-10-17 Wolfgang Bumillerfix read_cgroup_value for unprivileged containers
2017-10-11 Philip Abernethyfixes #1227: include ns/ dir in read_cgroup_value
2017-09-12 Wolfgang Bumillerconfig: update for lxc-2.1
2017-09-01 Thomas Lamprechtupdate_lxc_config: remove ostype check
2017-09-01 Thomas Lamprechtremove unused Data::Dumper
2017-06-27 Wolfgang Bumillerrefuse to add non-replicatable disks to replicating VMs
2017-06-26 Wolfgang Bumilleruse COMMON_TAR_FLAGS from pve-storage
2017-05-24 Thomas Lamprechtuse Syscall module instead of raw syscall numbers
2017-02-08 Wolfgang Bumilleralso expect ENOTDIR when opening dirs with O_NOFOLLOW
2016-12-19 Dominik Csapakfix #1226: show the right amount of memory usage
2016-12-19 Fabian Grünbichlerdocument bind/device mp permissions better
2016-11-25 Wolfgang Bumillerstart: use root cpuset cgroup if the lxc one fails
2016-11-23 Wolfgang Bumillerstart: use a random cpuset at startup
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
2016-10-27 Dietmar Maureradd new option 'cores' to restrict visible cores
2016-10-21 Thomas Lamprechtvmstatus: fix memory usage value including cache sizes
2016-08-05 Wolfgang Bumillerupdate_lxc_config: sort network devices for consistency
2016-08-05 Wolfgang Bumillerupdate_lxc_config: remove unused parameter
2016-07-11 Wolfgang Bumillerfix a possible undefined value error
2016-07-11 Wolfgang Bumillerprovide a better error message for rbd without krbd
2016-06-03 Fabian Grünbichleruse empty config to reserve container ID
2016-06-03 Wolfgang Bumillerbindmount: catch rw/ro race and add tests
2016-06-01 Wolfgang Bumillerdeal with a check_mount_path race condition
2016-06-01 Fabian Grünbichleradd ignore_ro flag to mount_all
2016-05-23 Wolfgang BumillerSetup: add gentoo support
2016-05-12 Dietmar Maurerimprove error message on container without rootfs
2016-04-21 Wolfgang Bumillerhonor acl setting with zfs
2016-04-08 Dominik Csapakfix max disk size in container status
2016-04-01 Wolfgang Bumillerenable quotas for passed through /dev devices
2016-04-01 Wolfgang Bumillerstyle fix
2016-03-18 Wolfgang BumillerFix #918: add /dev/mapper symlinks for dm-* devices
2016-03-18 Wolfgang Bumillercleanup: avoid an -o '' empty-string option
2016-03-18 Wolfgang Bumillercleanup: $mounted_dev is never set in this code path
2016-03-08 Wolfgang Bumillerimplement rate limiting
next