summaryrefslogtreecommitdiff
path: root/src/dissect/dissect.c
Commit message (Expand)AuthorAgeFilesLines
* dissect: also parse out the top-level GPT table uuid and expose this as image...Lennart Poettering2022-11-101-0/+4
* dissect: add a new "--mtree" switch for generating a BSD mtree(5) compatible ...Lennart Poettering2022-11-091-5/+182
* dissect: add new --with commandLennart Poettering2022-11-091-1/+169
* dissect: officially support initrd DDIs (to implement 2nd stage initrds)Lennart Poettering2022-11-091-1/+14
* dissect: open pager in --list mode, output might be longLennart Poettering2022-11-091-0/+2
* dissect: simplify flags for recurse_dir()Lennart Poettering2022-11-091-1/+1
* dissect: remove unused variableLennart Poettering2022-11-091-2/+1
* Merge pull request #25291 from keszybz/util-cleanupYu Watanabe2022-11-091-1/+1
|\
| * basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* | dissect: grey out trailing slash in --list outputLennart Poettering2022-11-081-1/+1
|/
* dissect: get rid of basename() useLennart Poettering2022-11-051-9/+16
* dissect: add --list optionAntonio Alvarez Feijoo2022-10-311-6/+58
* dissect: mention DDI moniker in --help textLennart Poettering2022-10-251-1/+1
* dissect: add missing --umount to the help outputAntonio Alvarez Feijoo2022-10-191-0/+1
* loop-util: rename loop_device_open() -> loop_device_open_from_path()Yu Watanabe2022-09-281-1/+1
* dissect: Log when we fail to load the verity signature partitionDaan De Meyer2022-09-231-1/+1
* 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