summaryrefslogtreecommitdiff
path: root/src/shared/loop-util.c
Commit message (Expand)AuthorAgeFilesLines
* core: when we cannot open an image file for write, try read-onlyLennart Poettering2020-01-091-4/+21
* shared/loop-util: rename functionZbigniew Jędrzejewski-Szmek2019-12-181-2/+2
* shared/loop-util: spin on open() returning ENOENT tooZbigniew Jędrzejewski-Szmek2019-12-151-7/+13
* shared/loop-util: spin on LOOP_CTL_REMOVEZbigniew Jędrzejewski-Szmek2019-12-151-6/+15
* shared/loop-util: fix error handling in loop_device_make_full()Zbigniew Jędrzejewski-Szmek2019-12-151-31/+26
* shared/loop-util: drop inline function with one useZbigniew Jędrzejewski-Szmek2019-12-061-1/+1
* shared/loop-util: fix leak of fd in error pathZbigniew Jędrzejewski-Szmek2019-12-061-2/+2
* shared/loop-util: operate on the right fdZbigniew Jędrzejewski-Szmek2019-12-061-1/+1
* valgrind: temporarily handle that valgrind still doesn't know LOOP_GET_STATUS64Lennart Poettering2019-12-021-2/+20
* loop-util: if we fail to fully set up a loop device, detach it againLennart Poettering2019-12-021-5/+17
* loop-util: fill in the loopback number, even a posterioriLennart Poettering2019-12-021-4/+19
* loop-util: optionally also resize partitionsLennart Poettering2019-12-021-0/+101
* loop-util: add api for locking the block device with flock()Lennart Poettering2019-12-021-0/+13
* loop-util: allow refreshing offsetLennart Poettering2019-12-021-2/+16
* loop-util: allow creating loopback block devices with offset/lengthLennart Poettering2019-12-021-24/+36
* loop-util: add API to refresh loopback device size and opening existing loopb...Lennart Poettering2019-12-021-0/+50
* loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-4/+5
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* loop-util: invoke LOOP_CTL_GET_FREE in a loopLennart Poettering2019-05-221-10/+23
* loop-util: tweak codepath when a loopback file is "created" from an existing ...Lennart Poettering2019-01-071-2/+2
* loop-util: minor simplificationLennart Poettering2019-01-071-2/+1
* 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 license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-5/+2
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-3/+5
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* dissect: add small "systemd-dissect" tool as wrapper around dissect-image.cLennart Poettering2016-12-071-2/+11
* util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering2016-12-071-0/+157