summaryrefslogtreecommitdiff
path: root/src/shared/machine-image.c
AgeCommit message (Expand)Author
2015-05-05Fix permissions on /run/systemd/nspawn/locksSeth Jennings
2015-04-22btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriateLennart Poettering
2015-04-06btrfs: add support for recursive btrfs snapshottingLennart Poettering
2015-04-06btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering
2015-04-06machined: drop btrfs subvolumes when removing container imagesLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-10util: add rename_noreplaceAlban Crequy
2015-03-10shared: the btrfs quota field is called "referenced" not "referred"Lennart Poettering
2015-02-25machined,machinectl: add calls for changing container/VM quotasLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-19machined: refer to the disk space allocated for an image to "usage" rather th...Lennart Poettering
2015-01-15nspawn,machined: change default container image location from /var/lib/contai...Lennart Poettering
2015-01-15import: rename "gpt" disk image type to "raw"Lennart Poettering
2015-01-14nspawn: add file system locks for controlling access to container imagesLennart Poettering
2015-01-14machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering
2014-12-28machined: add support for reporting image size via btrfs quotaLennart Poettering
2014-12-28machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering
2014-12-28machined: add "machinectl remove" for removing imagesLennart Poettering
2014-12-28machined: Move image discovery logic into src/shared, so that we can make use...Lennart Poettering