summaryrefslogtreecommitdiff
path: root/src/shared/loop-util.h
Commit message (Expand)AuthorAgeFilesLines
* loop-util: Add loop_device_make_by_path_at()Daan De Meyer2023-03-231-1/+6
* loop-util: add API for selecting "lo_file_name" field for a loopback deviceLennart Poettering2023-03-091-0/+1
* loop-util: add call for setting the autoclear flag at arbitrary timesLennart Poettering2023-03-091-0/+2
* loop-util: keep track of inode/devnum of backing fileLennart Poettering2023-03-091-2/+4
* loop-util: always tell kernel explicitly about loopback sector sizeLennart Poettering2023-01-181-3/+4
* loop-util: add new loop_device_make_by_path_memory() helperLennart Poettering2022-12-081-0/+1
* Implement --luks-sector-size for homedAidan Dang2022-10-071-1/+1
* loop-util: re-introduce loop_device_open() which takes sd_device objectYu Watanabe2022-09-281-7/+3
* loop-util: rename loop_device_open() -> loop_device_open_from_path()Yu Watanabe2022-09-281-2/+5
* loop-util: introduce reference counter for LoopDeviceYu Watanabe2022-09-181-0/+2
* loop-util: save backing file of loopback block deviceYu Watanabe2022-09-071-0/+1
* loop-util: store sd_device object for the loop deviceYu Watanabe2022-09-061-0/+3
* loop-util: introduce loop_device_open_full()Yu Watanabe2022-09-051-1/+4
* loop-util: make clearer how LoopDevice objects that do not encapsulate an act...Lennart Poettering2022-09-011-1/+4
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-3/+4
* loop-util: Add loop_device_unrelinquish()Daan De Meyer2022-08-031-0/+1
* loop: parse and store disk sequence numberLuca Boccassi2021-07-281-0/+1
* loop-util: track CLOCK_MONOTONIC timestamp immediately before attaching a loo...Lennart Poettering2021-04-201-0/+2
* loop-util: read kernel's uevent seqnum right before attaching a loopback deviceLennart Poettering2021-04-201-0/+1
* loop-util: store device major/minor in LoopDevice objectLennart Poettering2021-04-191-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* loop-util: define API for syncing loopback deviceLennart Poettering2020-08-241-0/+1
* shared/loop-util: rename functionZbigniew Jędrzejewski-Szmek2019-12-181-1/+1
* shared/loop-util: drop inline function with one useZbigniew Jędrzejewski-Szmek2019-12-061-4/+0
* loop-util: add api for locking the block device with flock()Lennart Poettering2019-12-021-0/+2
* loop-util: allow refreshing offsetLennart Poettering2019-12-021-1/+1
* loop-util: allow creating loopback block devices with offset/lengthLennart Poettering2019-12-021-1/+5
* loop-util: add API to refresh loopback device size and opening existing loopb...Lennart Poettering2019-12-021-0/+3
* loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+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
* 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-1/+3
* util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering2016-12-071-0/+39