chiark / gitweb /
machined: beef up machined image listing with creation/modification times of subvolumes
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Dec 2014 02:19:19 +0000 (03:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Dec 2014 02:19:19 +0000 (03:19 +0100)
commit10f9c75519671e7c7ab8993b54fe22da7c2d0c38
tree78777a123c0261f892af164581884f8a07756203
parent5fa89b2cb366d533e56a9b7a9ce548480776f973
machined: beef up machined image listing with creation/modification times of subvolumes

We make use of the btrfs subvol crtime for this, and for gpt images of a
manually managed xattr, if we can.
15 files changed:
Makefile.am
src/import/import-dkr.c
src/import/import-gpt.c
src/machine/image-dbus.c
src/machine/image.c
src/machine/image.h
src/machine/machinectl.c
src/machine/machined-dbus.c
src/shared/btrfs-ctree.h [new file with mode: 0644]
src/shared/btrfs-util.c
src/shared/btrfs-util.h
src/shared/missing.h
src/shared/util.c
src/shared/util.h
src/test/test-btrfs.c