summaryrefslogtreecommitdiffstats
path: root/src/partition (follow)
Commit message (Expand)AuthorAgeFilesLines
* repart: Fix a check for CopyBlocks on data partitionValentin David2023-09-191-1/+1
* repart,bootspec: use set_ensure_consumeMike Yuan2023-09-081-3/+1
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* various: use id128_from_string_not_null()Zbigniew Jędrzejewski-Szmek2023-09-021-6/+4
* fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering2023-08-241-2/+2
* tpm2: unify symbolic name infra for PCRsLennart Poettering2023-08-241-1/+1
* repart: Add partno to outputDaan De Meyer2023-08-231-4/+7
* repart: Make sure we keep trailing slashes in ExcludeFiles=Daan De Meyer2023-08-171-1/+1
* repart: Default to swap format for swap partitionsDaan De Meyer2023-08-161-5/+14
* Merge pull request #28839 from DaanDeMeyer/repart-followupsLuca Boccassi2023-08-151-2/+3
|\
| * repart: Massage the minimize for XFS a bitDaan De Meyer2023-08-151-1/+2
| * repart: Put function call closer to its error handlingDaan De Meyer2023-08-151-1/+1
* | repart: Add verity configuration section and optionsMichael A Cassaniti2023-08-151-29/+74
* | repart: Rework read-only logicDaan De Meyer2023-08-151-3/+1
* | repart: Allow using Subvolumes= with automatic --offlineDaan De Meyer2023-08-151-5/+5
|/
* Merge pull request #28812 from DaanDeMeyer/sector-sizeLuca Boccassi2023-08-151-16/+45
|\
| * repart: Use 4096 as the fallback sector size for verity/luks/filesystemsDaan De Meyer2023-08-141-16/+45
* | repart: Add Subvolumes= settingDaan De Meyer2023-08-141-9/+81
* | mkdir: Add support for creating subvolumes to mkdir_p_root()Daan De Meyer2023-08-141-3/+3
* | copy: Add support for creating subvolumes to copy_tree_at()Daan De Meyer2023-08-141-2/+2
* | fdisk-util: Make fdisk_new_context_fd() more genericDaan De Meyer2023-08-141-2/+2
|/
* repart: Allow specifying --copy-from more than onceDaan De Meyer2023-08-111-14/+34
* repart: Allow acquire shared lock on --copy-from files/devicesDaan De Meyer2023-08-111-5/+8
* repart: Pass GptPartitionType *Daan De Meyer2023-08-101-15/+15
* proc-cmdline: make proc_cmdline_get_bool() take flagsYu Watanabe2023-08-091-1/+1
* repart: derive verity salt and uuid from seedVincent Haupert2023-08-071-3/+20
* repart: Extend check for read-only verity partitionsDaan De Meyer2023-08-071-1/+5
* repart: Stat temporary file again after mkfsDaan De Meyer2023-08-061-4/+4
* tpm2: move policy calculation out of tpm2_seal()Dan Streetman2023-08-041-23/+66
* tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue arrayDan Streetman2023-08-041-2/+2
* repart: Add --copy-from optionDaan De Meyer2023-08-031-93/+245
* repart: Rename partition_exclude/defer() to partition_type_exclude/defer()Daan De Meyer2023-08-011-18/+14
* Merge pull request #28621 from DaanDeMeyer/repart-fixDaan De Meyer2023-08-011-64/+23
|\
| * Revert "repart: Allow combining CopyBlocks= and CopyFiles="Daan De Meyer2023-08-011-27/+23
| * Revert "repart: Add --oem and OEM="Daan De Meyer2023-08-011-37/+0
* | Merge pull request #28611 from yuwata/meson-use-templateYu Watanabe2023-08-011-1/+48
|\ \ | |/ |/|
| * meson: move declarations of repart and friendsYu Watanabe2023-08-011-1/+48
* | repart: Add --oem and OEM=Daan De Meyer2023-08-011-0/+37
* | repart: Allow combining CopyBlocks= and CopyFiles=Daan De Meyer2023-08-011-29/+38
* | repart: Open files in context_minimize()Daan De Meyer2023-08-011-7/+18
|/
* repart: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-6/+8
* repart: Set sector size of loopback devicesMichael A Cassaniti2023-07-211-3/+3
* repart: Always take --offline into accountDaan De Meyer2023-07-181-6/+10
* repart: fix free area calculationYu Watanabe2023-07-051-0/+2
* repart: fix commentYu Watanabe2023-07-031-1/+1
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-3/+3
* repart: Fix HAVE_LIBCRYPTSETUP checkDaan De Meyer2023-06-271-1/+1
* repart: Store dm_name in DecryptedPartitionTargetDaan De Meyer2023-06-131-14/+8
* Merge pull request #27882 from DaanDeMeyer/repart-truncateZbigniew Jędrzejewski-Szmek2023-06-071-4/+4
|\
| * repart: Use COPY_TRUNCATEDaan De Meyer2023-06-011-4/+4