summaryrefslogtreecommitdiff
path: root/src/partition
Commit message (Expand)AuthorAgeFilesLines
* growfs: Expand FS even if underlying block expansion failsundef2022-07-141-1/+1
* Merge pull request #24015 from poettering/growfs-fd-tweaksLennart Poettering2022-07-141-9/+22
|\
| * growfs: don't reopen fds unnecessarilyLennart Poettering2022-07-141-8/+15
| * growfs: ensure that we operate on a block device before issuing a block ioctlLennart Poettering2022-07-141-1/+7
| * growfs: insist we open a directory when opening fs mount pointLennart Poettering2022-07-141-1/+1
* | growfs: don't actually resize on dry-runundef2022-07-141-0/+4
|/
* tree-wide: allow ASCII fallback for → in logsDavid Tardon2022-06-281-3/+4
* Simplify random number selectionJason A. Donenfeld2022-05-311-1/+1
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-132-2/+3
* repart: use sd_device_open()Yu Watanabe2022-04-101-39/+46
* test: always invoke systemd-repart with --no-pagerYu Watanabe2022-04-091-6/+6
* Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-wit...Lennart Poettering2022-04-081-2/+1
|\
| * Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-2/+1
* | test: --initialized=yes is the default for udevadm waitYu Watanabe2022-04-071-1/+1
|/
* partition: use `udevadm wait`Frantisek Sumsal2022-04-041-4/+3
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-2/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-3/+0
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-30/+4
* test: wait for loopback device being ready to manipulateYu Watanabe2022-03-171-0/+5
* repart: use assert() when no state is changedYu Watanabe2022-03-171-4/+4
* cryptenroll: add support for TPM2 pinGrigori Goronzy2022-03-151-1/+1
* tpm2: support policies with PINGrigori Goronzy2022-03-151-1/+1
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-3/+1
* glyph-util: add new glyphs for up/down arrowsLennart Poettering2022-02-161-2/+2
* sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-141-11/+11
* repart: fix sector size handlingLennart Poettering2022-02-081-80/+132
* test-repart: append /sbin and /usr/sbin to $PATH= to make sfdisk can be foundYu Watanabe2022-01-051-0/+2
* test-repart: disable pagerYu Watanabe2022-01-051-3/+3
* repart: use real disk start/end for bar productionTom Yan2021-12-201-8/+6
* repart: port to our home-grown hmac_sha256Kevin Kuehler2021-11-301-15/+8
* tree-wide: fix typoYu Watanabe2021-11-301-1/+1
* repart,homed: split out disk cleanup macros into generic headerLennart Poettering2021-11-251-6/+1
* Merge pull request #21275 from keszybz/makefs-quietLennart Poettering2021-11-161-1/+1
|\
| * makefs: supress mkfs output, but print one line on successZbigniew Jędrzejewski-Szmek2021-11-121-1/+1
* | repart: fix free area calculations for unaligned partitionsLennart Poettering2021-11-091-5/+8
* | repart: don't distribute space after unaligned partitionsLennart Poettering2021-11-091-3/+5
* | repart: simplify stat machine we mostly go through linearlyLennart Poettering2021-11-091-8/+4
* | repart: use LESS_BY() moreLennart Poettering2021-11-091-14/+3
|/
* homework,repart: turn on cryptsetup logging before we have a contextLennart Poettering2021-10-291-0/+4
* Merge pull request #20937 from poettering/sync-splitYu Watanabe2021-10-061-1/+3
|\
| * basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
| * basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
| * basic: split out sync() family of calls from fs-util.[ch] into new c/h fileLennart Poettering2021-10-051-0/+1
* | repart: use right error variableLennart Poettering2021-10-051-2/+2
|/
* Merge pull request #20738 from mrc0mmand/ci-llvm-13Yu Watanabe2021-09-161-1/+2
|\
| * repart: mark an assert()-only variable as unusedFrantisek Sumsal2021-09-151-1/+2
* | Fix error building repart with no libcryptsetup (#20739)Marcus Harrison2021-09-151-0/+5
|/
* tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECCLennart Poettering2021-09-131-3/+3