index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
loop-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement --luks-sector-size for homed
Aidan Dang
2022-10-07
1
-3
/
+18
*
loop-util: re-introduce loop_device_open() which takes sd_device object
Yu Watanabe
2022-09-28
1
-47
/
+65
*
loop-util: rename loop_device_open() -> loop_device_open_from_path()
Yu Watanabe
2022-09-28
1
-1
/
+1
*
loop-util: introduce reference counter for LoopDevice
Yu Watanabe
2022-09-18
1
-1
/
+5
*
loop-util: do not try to enumerate partitions twice
Yu Watanabe
2022-09-09
1
-9
/
+3
*
loop-util: always check if backing file is not attached yet
Yu Watanabe
2022-09-09
1
-8
/
+10
*
loop-util: open loopback block device in loop_configure()
Yu Watanabe
2022-09-09
1
-109
/
+86
*
loop-util: save the flag about if LOOP_CONFIGURE ioctl works or not in loop_c...
Yu Watanabe
2022-09-09
1
-20
/
+18
*
loop-util: split out several functions fron loop_configure() and loop_device_...
Yu Watanabe
2022-09-09
1
-108
/
+138
*
Merge pull request #24571 from yuwata/dissect-loop-image-use-backing-file
Yu Watanabe
2022-09-07
1
-79
/
+56
|
\
|
*
loop-util: save backing file of loopback block device
Yu Watanabe
2022-09-07
1
-3
/
+29
|
*
loop-util: move device_has_block_children() to blockdev-util.c
Yu Watanabe
2022-09-07
1
-48
/
+1
|
*
blockdev-util: make block_device_remove_all_partitions() take sd_device object
Yu Watanabe
2022-09-07
1
-2
/
+2
|
*
loop-util: store sd_device object for the loop device
Yu Watanabe
2022-09-06
1
-27
/
+25
*
|
loop-util: fix leak of file descriptor on failure
Yu Watanabe
2022-09-07
1
-2
/
+4
|
/
*
loop-util: lock_fd must be closed before calling LOOP_CLR_FD
Yu Watanabe
2022-09-05
1
-1
/
+3
*
loop-util: drop unnecessary initializations
Yu Watanabe
2022-09-05
1
-2
/
+2
*
loop-util: use loop_device_open_full() when whole block device is passed to l...
Yu Watanabe
2022-09-05
1
-59
/
+3
*
loop-util: introduce loop_device_open_full()
Yu Watanabe
2022-09-05
1
-13
/
+39
*
loop-util: fix LoopDevice.devno assigned by loop_device_open()
Yu Watanabe
2022-09-05
1
-1
/
+1
*
loop-util: also set LoopDevice.diskseq when created with loop_device_open()
Yu Watanabe
2022-09-05
1
-0
/
+6
*
loop-util: fix memleak when fd is for a block device with non-zero offset or ...
Yu Watanabe
2022-09-03
1
-1
/
+1
*
loop-util: always set LoopDevice.node
Yu Watanabe
2022-09-03
1
-0
/
+5
*
loop-util: rename loopdev -> node
Yu Watanabe
2022-09-03
1
-7
/
+7
*
loop-util: make clearer how LoopDevice objects that do not encapsulate an act...
Lennart Poettering
2022-09-01
1
-2
/
+2
*
loop-util: lock the control device around clearing the loopback device and de...
Lennart Poettering
2022-09-01
1
-19
/
+32
*
loop-util: close lock fd before trying LOOP_CLR_FD in failure path
Lennart Poettering
2022-09-01
1
-0
/
+3
*
loop-util: drop code to attach empty file
Lennart Poettering
2022-09-01
1
-50
/
+13
*
loop-util: rework how we lock loopback block devices
Lennart Poettering
2022-09-01
1
-18
/
+85
*
loop-util: when clearing a loopback device delete partitions first, and take ...
Lennart Poettering
2022-09-01
1
-2
/
+18
*
loop: convert impossibe EBADF cases into asserts
Lennart Poettering
2022-09-01
1
-6
/
+3
*
loop-util: use DEVNUM_FORMAT_STR more
Lennart Poettering
2022-09-01
1
-3
/
+3
*
loop-util: move resize partition ioctl call to blockdev-util.[ch]
Lennart Poettering
2022-09-01
1
-13
/
+5
*
loop: make 'Failed to configure loopback device' log message clearer
Lennart Poettering
2022-08-29
1
-1
/
+1
*
tree-wide: use devpath_from_devnum() and device_open_from_devnum()
Yu Watanabe
2022-08-28
1
-6
/
+2
*
loop-util: use filter provided by sd_device_enumerator
Yu Watanabe
2022-08-27
1
-28
/
+7
*
loop-util: Add loop_device_unrelinquish()
Daan De Meyer
2022-08-03
1
-0
/
+5
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-1
/
+2
*
loop-util: add debug message with details about acquired loopback device
Lennart Poettering
2022-04-07
1
-0
/
+6
*
loop-util: explicitly close loopback block device before sleeping
Lennart Poettering
2022-04-07
1
-0
/
+3
*
loop-util: use ERRNO_IS_DEVICE_ABSENT() macro where appropriate
Lennart Poettering
2022-04-07
1
-1
/
+1
*
loop-util: take a LOCK_EX BSD file lock on control device while we acquire a ...
Lennart Poettering
2022-04-07
1
-0
/
+16
*
loop-util: slightly rework device_has_block_children()
Lennart Poettering
2022-04-07
1
-12
/
+23
*
loop-util: let's cut trailing whitespace, not trailing lines
Lennart Poettering
2022-04-07
1
-3
/
+1
*
fd-util: rename loop_get_diskseq() -> fd_get_diskseq()
Yu Watanabe
2022-04-01
1
-24
/
+2
*
basic/missing: move BLKGETDISKSEQ to missing_fs.h
Yu Watanabe
2022-04-01
1
-0
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-16
/
+4
*
loop-util: reopen device node if we shortcut loop device creation
Lennart Poettering
2021-11-05
1
-4
/
+9
*
loop-util: call loop_device_make_internal() at the right place
Lennart Poettering
2021-10-20
1
-1
/
+1
*
loop-util: add debug logging about O_RDWR vs. O_RDONLY + O_DIRECT mode
Lennart Poettering
2021-10-20
1
-0
/
+12
[next]