summaryrefslogtreecommitdiff
path: root/src/dissect
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #24768 from keszybz/table-not-available-2Lennart Poettering2022-09-221-1/+1
|\
| * shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-1/+1
* | tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-4/+2
* | tree-wide: use dissected_image_relinquish()Yu Watanabe2022-09-181-17/+8
|/
* dissect-image: use loop backing file or device node as name of the imageYu Watanabe2022-09-071-1/+0
* dissect-image: introduce dissect_loop_device() which takes LoopDevice objectYu Watanabe2022-09-031-5/+2
* sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-031-1/+1
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-11/+2
* dissect: drop partition removal codeLennart Poettering2022-09-011-2/+0
* dissect: don't remove partitions explicitly on umount anymoreLennart Poettering2022-09-011-18/+5
* tree-wide: use devpath_from_devnum() and device_open_from_devnum()Yu Watanabe2022-08-281-12/+7
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-3/+3
* dissect: Add systemd-dissect --umountDaan De Meyer2022-08-031-1/+114
* Add sys/file.h for LOCK_Pavel Zhukov2022-06-211-0/+1
* dissect-image: Explicitly remove partitions when done with imageDaan De Meyer2022-05-231-0/+2
* dissect: drop unnecessary {}Zbigniew Jędrzejewski-Szmek2022-05-081-2/+1
* tree-wide: take BSD lock on loopback devices we dissect/mount/operate onLennart Poettering2022-04-101-0/+14
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-3/+0
* dissect-image: do not enable "verification" when trying to acquire metadataZbigniew Jędrzejewski-Szmek2021-11-241-1/+1
* dissect: show intended purpose of images in dissection outputLennart Poettering2021-11-231-1/+63
* dissect: add helper call for unifying three loopsLennart Poettering2021-11-231-28/+21
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* dissect-image: load embedded verity signature info from imageLennart Poettering2021-09-281-0/+7
* dissect-image: discover verity signature partitionsLennart Poettering2021-09-281-1/+3
* dissect-image: rename dissected_image_has_verity()/_can_do_verity()Lennart Poettering2021-09-101-2/+2
* Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-311-0/+1
|\
| * dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-0/+1
* | shared/copy: add a new flag COPY_ALL_XATTRSAndrej Lajovic2021-08-111-2/+2
* | Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
|/
* tree-wide: add FORMAT_BYTES()Zbigniew Jędrzejewski-Szmek2021-07-091-4/+2
* dissect-image: add support for optionally mounting images with idmapping onLennart Poettering2021-05-071-2/+2
* Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-2/+18
|\
| * dissect: enable growfs by default, but make it configurableLennart Poettering2021-04-231-1/+13
| * dissect: show growfs flag in systemd-dissect table outputLennart Poettering2021-04-231-1/+5
* | various: print the image path when setting up of the loopback device failsZbigniew Jędrzejewski-Szmek2021-04-231-1/+1
|/
* dissect: ignore udev database entries from before the loopback attachmentLennart Poettering2021-04-201-0/+1
* dissect: ignore old uevents when waiting for loopback partition scanLennart Poettering2021-04-201-0/+1
* dissect: split read-only flag into twoLennart Poettering2021-04-191-1/+1
* dissect: show partition label in tableLennart Poettering2021-03-161-1/+2
* dissect: don't insist on a root/usr partition when just inspectingLennart Poettering2021-03-161-2/+3
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+7
* tree-wide: make use of DISSECT_IMAGE_USR_NO_ROOT in various toolsLennart Poettering2021-03-161-1/+1
* dissect: fix trivial typoLennart Poettering2021-03-111-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-4/+4
* dissect: parse, store and show extension-release infoLuca Boccassi2021-02-171-2/+19
* Move and rename parse_json_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+7
* dissect: almost port systemd-dissect to table_print_with_pager()Lennart Poettering2021-01-211-1/+22