summaryrefslogtreecommitdiff
path: root/src/basic/btrfs-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+2
* btrfs: when falling back to plain copy when snapshoting exclude submountsLennart Poettering2019-03-011-1/+1
* Fix a few commentsZbigniew Jędrzejewski-Szmek2019-01-081-1/+1
* missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.hYu Watanabe2018-12-041-5/+0
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-90/+0
* copy: support getting progress feedback from the various copy functionsLennart Poettering2018-11-261-5/+24
* btrfs-util: before deleting a subvol check that it is oneLennart Poettering2018-11-081-0/+12
* tree-wide: use CMP() macro where applicableYu Watanabe2018-10-161-8/+8
* tree-wide: CMP()ify all the thingsLennart Poettering2018-10-161-6/+1
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-1/+1
* btrfs: fix loopback resizing codeLennart Poettering2018-09-241-3/+3
* btrfs-util: unfuck tmpfiles' subvol creationLennart Poettering2018-08-081-0/+15
* btrfs-util: introduce btrfs_subvol_make_fd()Franck Bui2018-07-301-7/+19
* fs-util: introduce open_parent() helperLennart Poettering2018-07-231-20/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* blockdev-util: let's initialize return parameter on successLennart Poettering2018-06-111-1/+3
* nspawn: fix copy/reflink fallback when directory already exists (#8781)Milan2018-04-241-1/+1
* 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
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-24/+13
* basic: split out blockdev-util.[ch] from util.hLennart Poettering2017-12-251-0/+1
* Move selinux-related stuff from btrfs-util.c to label.cZbigniew Jędrzejewski-Szmek2017-12-191-19/+0
* Add a little helper to make /sys/dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek2017-11-301-6/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* btrfs-util: when opening subvolume fds, always set O_NOFOLLOWLennart Poettering2017-10-261-5/+5
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-221-9/+30
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* machined: add early checks for unrealistically large image/pool sizesLennart Poettering2016-01-271-0/+5
* Use negative_errno() to assert errno is positive after a few system callsZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+14
* Merge pull request #1915 from poettering/btrfs-root-subvolDavid Herrmann2015-11-161-3/+15
|\
| * tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolumeLennart Poettering2015-11-161-3/+15
* | btrfs: properly handle the case when a subvol has no parentLennart Poettering2015-11-131-11/+20
|/
* tmpfiles: don't consider it a problem if quota is not enabled on btrfsLennart Poettering2015-11-101-0/+4
* btrfs: when querying quota, make sure we don't choke if quota is disabledLennart Poettering2015-11-101-3/+15
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-4/+4
* 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-7/+7
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-53/+852
* btrfs: always remove the per-subvol qgroup when removing a subvolLennart Poettering2015-10-151-10/+53
* btrfs-util: when snapshotting make sure we don't descent into subvolumes we j...Lennart Poettering2015-06-151-9/+34
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+1152