summaryrefslogtreecommitdiff
path: root/src/basic/btrfs-util.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-27machined: add early checks for unrealistically large image/pool sizesLennart Poettering
2016-01-18Use negative_errno() to assert errno is positive after a few system callsZbigniew Jędrzejewski-Szmek
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-16Merge pull request #1915 from poettering/btrfs-root-subvolDavid Herrmann
2015-11-16tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolumeLennart Poettering
2015-11-13btrfs: properly handle the case when a subvol has no parentLennart Poettering
2015-11-10tmpfiles: don't consider it a problem if quota is not enabled on btrfsLennart Poettering
2015-11-10btrfs: when querying quota, make sure we don't choke if quota is disabledLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering
2015-10-15btrfs: always remove the per-subvol qgroup when removing a subvolLennart Poettering
2015-06-15btrfs-util: when snapshotting make sure we don't descent into subvolumes we j...Lennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers