index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
loop-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: when we cannot open an image file for write, try read-only
Lennart Poettering
2020-01-09
1
-4
/
+21
*
shared/loop-util: rename function
Zbigniew Jędrzejewski-Szmek
2019-12-18
1
-2
/
+2
*
shared/loop-util: spin on open() returning ENOENT too
Zbigniew Jędrzejewski-Szmek
2019-12-15
1
-7
/
+13
*
shared/loop-util: spin on LOOP_CTL_REMOVE
Zbigniew Jędrzejewski-Szmek
2019-12-15
1
-6
/
+15
*
shared/loop-util: fix error handling in loop_device_make_full()
Zbigniew Jędrzejewski-Szmek
2019-12-15
1
-31
/
+26
*
shared/loop-util: drop inline function with one use
Zbigniew Jędrzejewski-Szmek
2019-12-06
1
-1
/
+1
*
shared/loop-util: fix leak of fd in error path
Zbigniew Jędrzejewski-Szmek
2019-12-06
1
-2
/
+2
*
shared/loop-util: operate on the right fd
Zbigniew Jędrzejewski-Szmek
2019-12-06
1
-1
/
+1
*
valgrind: temporarily handle that valgrind still doesn't know LOOP_GET_STATUS64
Lennart Poettering
2019-12-02
1
-2
/
+20
*
loop-util: if we fail to fully set up a loop device, detach it again
Lennart Poettering
2019-12-02
1
-5
/
+17
*
loop-util: fill in the loopback number, even a posteriori
Lennart Poettering
2019-12-02
1
-4
/
+19
*
loop-util: optionally also resize partitions
Lennart Poettering
2019-12-02
1
-0
/
+101
*
loop-util: add api for locking the block device with flock()
Lennart Poettering
2019-12-02
1
-0
/
+13
*
loop-util: allow refreshing offset
Lennart Poettering
2019-12-02
1
-2
/
+16
*
loop-util: allow creating loopback block devices with offset/length
Lennart Poettering
2019-12-02
1
-24
/
+36
*
loop-util: add API to refresh loopback device size and opening existing loopb...
Lennart Poettering
2019-12-02
1
-0
/
+50
*
loop-util: accept loopback flags when creating loopback device
Lennart Poettering
2019-12-02
1
-4
/
+5
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
loop-util: invoke LOOP_CTL_GET_FREE in a loop
Lennart Poettering
2019-05-22
1
-10
/
+23
*
loop-util: tweak codepath when a loopback file is "created" from an existing ...
Lennart Poettering
2019-01-07
1
-2
/
+2
*
loop-util: minor simplification
Lennart Poettering
2019-01-07
1
-2
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-5
/
+2
*
stat-util: unify code that checks whether something is a regular file
Lennart Poettering
2018-02-20
1
-3
/
+5
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
Replace free and return NULL with return mfree
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
dissect: add small "systemd-dissect" tool as wrapper around dissect-image.c
Lennart Poettering
2016-12-07
1
-2
/
+11
*
util-lib: split out image dissecting code and loopback code from nspawn
Lennart Poettering
2016-12-07
1
-0
/
+157