summaryrefslogtreecommitdiff
path: root/src/shared/machine-image.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* machine-image,mount-setup: minor coding style fixesLennart Poettering2018-03-281-2/+1
* nspawn: do not insist on locking read-only container on readonly fs (#8589)Lauri Tirkkonen2018-03-281-2/+7
* Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-261-5/+5
|\
| * fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-5/+5
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-5/+1
|/
* machine-image: convert image_hashmap_free() to an static inline helperZbigniew Jędrzejewski-Szmek2017-11-281-9/+0
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-7/+2
* Merge pull request #7389 from shawnl/warningZbigniew Jędrzejewski-Szmek2017-11-221-4/+2
|\
| * tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-4/+2
* | machine-image: add a generic API to determine metadata of any imageLennart Poettering2017-11-201-0/+123
|/
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* machine-image: handle nicely if the user asks us to remove a symlinked imageLennart Poettering2017-10-261-3/+9
* machine-image: add partial discovery of block devices as imagesLennart Poettering2017-10-261-7/+111
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-3/+3
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-2/+2
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-2/+2
* machined: when renaming/removing/cloning images, always take care of .roothas...Lennart Poettering2016-12-211-7/+42
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-221-8/+8
* nspawn: add ability to run nspawn without container locks appliedLennart Poettering2016-11-221-3/+14
* shared: make sure image_path_lock() return parameters are always initialized ...Lennart Poettering2016-11-221-2/+4
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-2/+1
* treewide: fix typos (#3187)Torstein Husebø2016-05-041-2/+2
* machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering2016-05-021-3/+11
* tree-wide: fix invocations of chattr_path()Lennart Poettering2016-05-021-4/+4
* image: enable btrfs quotas on the clone destination, not the sourceLennart Poettering2016-05-021-3/+3
* machinectl: add new "machinectl clean" commandLennart Poettering2016-04-121-8/+4
* Remove/add (un)needed includesNathan McSween2016-02-181-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-2/+13
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+1
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-11/+30
* machine: when removing, renaming, cloning images also care for .nspawn settin...Lennart Poettering2015-09-091-8/+111
* machine: clarify that /var/lib/containers is legacyLennart Poettering2015-09-051-1/+1
* Fix permissions on /run/systemd/nspawn/locksSeth Jennings2015-05-051-2/+2
* btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriateLennart Poettering2015-04-221-5/+4
* btrfs: add support for recursive btrfs snapshottingLennart Poettering2015-04-061-1/+1
* btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering2015-04-061-1/+1
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-1/+1
* machined: drop btrfs subvolumes when removing container imagesLennart Poettering2015-04-061-3/+5
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2