summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-7/+7
* Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering2018-04-101-13/+0
|\
| * tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* | dissect: drop unnecessary parenthesisZbigniew Jędrzejewski-Szmek2018-04-071-2/+2
|/
* dissect: when pulling metadata from an image, don't bother with /home or ESPLennart Poettering2018-04-051-2/+4
* dissect: tighten block device checks a bitLennart Poettering2018-04-051-1/+24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-37/+17
* Merge pull request #8605 from poettering/drop-in-name-fixZbigniew Jędrzejewski-Szmek2018-04-041-8/+4
|\
| * dissect: port code to chase_symlinks_and_open()Lennart Poettering2018-03-291-8/+4
* | dissect: Don't count RPMB and boot partitions (#8609)João Paulo Rechi Vita2018-04-031-7/+20
|/
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering2018-03-211-1/+55
* gpt-auto: discard boot0/1 hw partitions along rpmbNicolas Chauvet2018-01-251-1/+2
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()Lennart Poettering2018-01-041-11/+3
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-8/+4
* basic: split out blockdev-util.[ch] from util.hLennart Poettering2017-12-251-0/+1
* missing: Add DM_DEFERRED_REMOVEHenrik Grindal Bakken2017-12-181-0/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering2017-12-051-12/+32
* dissect-image: remove unused variable when built without libcryptsetup (#7538)Yu Watanabe2017-12-051-1/+1
* dissect-image: return error if results are ambiguousZbigniew Jędrzejewski-Szmek2017-11-301-4/+12
* shared/dissect-image: fix return value for probe_filesystem()Zbigniew Jędrzejewski-Szmek2017-11-301-1/+2
* growfs: add support for resizing encrypted partitionsZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* Define CRYPT_LUKS in crypt-util.hZbigniew Jędrzejewski-Szmek2017-11-301-7/+0
* util-lib: add cleanup function for crypt_freeZbigniew Jędrzejewski-Szmek2017-11-301-23/+13
* Add a little helper to make /sys/dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek2017-11-301-3/+4
* dissect-image: simplify check for passphrase presenceZbigniew Jędrzejewski-Szmek2017-11-281-3/+3
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-2/+1
* dissect: add an API that can read various metadata bits out of a dissected imageLennart Poettering2017-11-201-0/+181
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Merge pull request #7089 from oniko/luks2-supportLennart Poettering2017-11-101-1/+4
|\
| * shared/dissect-image: adapt to LUKS2 formatOndrej Kozina2017-10-131-1/+4
* | dissect: when we invoke dissection on a loop device with partscan help the userLennart Poettering2017-10-261-9/+22
|/
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-11/+11
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-11/+11
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
|/
* dissect: split list of discard-supporting fs out into mount-util.cLennart Poettering2017-09-291-1/+1
* dissect: automatically mark partitions read-only that have a read-only file s...Lennart Poettering2017-09-291-0/+3
* dissect: add a bit of debug logging if dm-crypt fails on usLennart Poettering2017-08-291-2/+6
* dissect: when dissecting block devices, ignore weird MMC RPMB partitions (#6165)Lennart Poettering2017-06-221-1/+7
* libshared: fix compilation without libblkidZbigniew Jędrzejewski-Szmek2017-04-211-3/+5
* shared/dissect-image: fix warning about unused function when !HAVE_BLKIDZbigniew Jędrzejewski-Szmek2017-04-041-4/+2
* Avoid strict DM interface version dependencies (#5519)Michael Biebl2017-03-021-1/+1
* tree-wide: simplify handling of blkid errorsZbigniew Jędrzejewski-Szmek2017-02-211-24/+8
* Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek2017-02-081-15/+83
|\
| * dissect: try to read roothash value off user.verity.roothash xattr of image fileLennart Poettering2017-02-071-14/+22
| * core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering2017-02-071-0/+51
| * dissect: make sure to manually follow symlinks when mounting dissected imageLennart Poettering2017-02-071-15/+24
* | dissect: don't honour NOAUTO flags when looking for ESP (#5224)Lennart Poettering2017-02-071-3/+36
|/