]> git.ipfire.org Git - thirdparty/systemd.git/commit
copy: Add support for creating subvolumes to copy_tree_at()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 13:33:15 +0000 (15:33 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 16:46:08 +0000 (18:46 +0200)
commitad6fae7ffcdd10bc2b1523bfb08143f285287222
tree5aa0051712227af7653c9903fc4cb6191dec87a4
parentbc6a6130ace354ac774cbc8e55dad2eec4a02643
copy: Add support for creating subvolumes to copy_tree_at()

The subvolumes set is a set of source inodes similar to how the
denylist hashmap contains source inodes as keys. It indicates
directories in the source tree that should become subvolumes in
the target tree.
src/dissect/dissect.c
src/home/homework.c
src/import/pull-tar.c
src/machine/machine-dbus.c
src/partition/repart.c
src/shared/copy.c
src/shared/copy.h
src/test/test-copy.c
src/tmpfiles/tmpfiles.c