index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
btrfs-util.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-27
machined: add early checks for unrealistically large image/pool sizes
Lennart Poettering
2016-01-18
Use negative_errno() to assert errno is positive after a few system calls
Zbigniew Jędrzejewski-Szmek
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-16
Merge pull request #1915 from poettering/btrfs-root-subvol
David Herrmann
2015-11-16
tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume
Lennart Poettering
2015-11-13
btrfs: properly handle the case when a subvol has no parent
Lennart Poettering
2015-11-10
tmpfiles: don't consider it a problem if quota is not enabled on btrfs
Lennart Poettering
2015-11-10
btrfs: when querying quota, make sure we don't choke if quota is disabled
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.h
Lennart Poettering
2015-10-27
util: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-22
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-15
btrfs: always remove the per-subvol qgroup when removing a subvol
Lennart Poettering
2015-06-15
btrfs-util: when snapshotting make sure we don't descent into subvolumes we j...
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers