summaryrefslogtreecommitdiff
path: root/src/partition
Commit message (Expand)AuthorAgeFilesLines
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-082-0/+2
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* Document two systemd-repart options in man pagePyfisch2022-10-141-1/+1
* repart: Always define VerityMode from/to string functionsDaan De Meyer2022-10-111-2/+1
* Implement --luks-sector-size for homedAidan Dang2022-10-071-4/+4
* repart: always honour `--discard=no`Arnaud Ferraris2022-10-061-0/+3
* repart: Drop usage of CHASE_WARNDaan De Meyer2022-10-041-5/+5
* repart: Use chase_symlinks() instead of path_join()Daan De Meyer2022-10-031-3/+3
* repart: workaround spurious maybe-uninitialized warningLuca Boccassi2022-10-031-1/+1
* repart: Take --root into account in read only filesystems shortcutDaan De Meyer2022-10-031-1/+1
* repart: Don't fail on missing verity sig partitionDaan De Meyer2022-10-021-7/+10
* Merge pull request #24635 from DaanDeMeyer/repart-verity-sigDaan De Meyer2022-09-231-12/+272
|\
| * repart: Add support for generating verity sig partitionsDaan De Meyer2022-09-231-9/+269
| * repart: Improve missing libcryptsetup error messageDaan De Meyer2022-09-231-1/+1
| * repart: Rename context_verity() to context_verity_hash()Daan De Meyer2022-09-231-2/+2
* | repart: Extend squashfs logic to all read-only filesystemsDaan De Meyer2022-09-231-10/+10
|/
* repart: Add --split option to generate split artifactsDaan De Meyer2022-09-221-22/+202
* Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-211-5/+5
|\
| * headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-201-5/+5
* | repart: Add squashfs supportDaan De Meyer2022-09-211-4/+72
* | shared: Add squashfs support to make_filesystem()Daan De Meyer2022-09-212-2/+2
* | repart: Rename fs to root in do_copy_files() and do_make_directories()Daan De Meyer2022-09-201-10/+10
* | tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
|/
* tree-wide: fix typoYu Watanabe2022-09-151-3/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-17/+8
* repart: make existing partition can be also 'dropped'Yu Watanabe2022-09-091-31/+59
* repart: check if existing partitions can growYu Watanabe2022-09-091-0/+6
* repart: split out free_area_{current,min}_end() from free_area_available_for_...Yu Watanabe2022-09-091-19/+26
* repart: reset assignments by previous context_allocate_partitions()Yu Watanabe2022-09-091-0/+7
* repart: do not assign new size larger than acquired or the specified maximumYu Watanabe2022-09-091-2/+4
* repart: set new size for foreign partitions at firstYu Watanabe2022-09-091-7/+11
* repart: anyway run loop at the end even if the loop will be restarted laterYu Watanabe2022-09-091-9/+5
* repart: make scale_by_weight() always succeedYu Watanabe2022-09-091-32/+26
* repart: split out context_grow_partition_one()Yu Watanabe2022-09-091-33/+35
* repart: introduce partition_{min,max}_padding()Yu Watanabe2022-09-091-14/+20
* repart: ensure partition_max_size() >= partition_min_size()Yu Watanabe2022-09-091-2/+2
* repart: make partition_max_size() return UINT64_MAX if not specifiedYu Watanabe2022-09-091-3/+6
* repart: constify partition_min_size()Yu Watanabe2022-09-091-1/+1
* repart: rename variables in config_parse_weight()Yu Watanabe2022-09-091-3/+2
* repart: hook up new TPM2 signed policies with repartLennart Poettering2022-09-081-24/+64
* cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering2022-09-081-1/+11
* tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-081-1/+10
* repart: Add support for formatting verity partitionsDaan De Meyer2022-09-081-11/+323
* repart: Invert no_dropin_files booleanDaan De Meyer2022-09-071-3/+3
* repart: Extract context dump into a separate functionDaan De Meyer2022-09-071-15/+34
* repart: Add support for setting a partition's UUID to zeroDaan De Meyer2022-09-051-8/+48
* sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-032-3/+3
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-10/+2
* tree-wide: use devpath_from_devnum() and device_open_from_devnum()Yu Watanabe2022-08-282-94/+28