summaryrefslogtreecommitdiff
path: root/src/partition
Commit message (Expand)AuthorAgeFilesLines
* repart: log fixesLennart Poettering2020-07-301-2/+2
* repart: include more relevant information in the warning message, fix testZbigniew Jędrzejewski-Szmek2020-07-132-12/+12
* userdbctl homectl use table_log_add_error()fangxiuning2020-07-061-2/+2
* Merge pull request #16282 from poettering/repart-copy-blocksZbigniew Jędrzejewski-Szmek2020-06-302-12/+189
|\
| * repart: add new CopyBlocks= settingLennart Poettering2020-06-252-12/+189
* | test-repart: allow the test to pass on non-amd64 architecturesZbigniew Jędrzejewski-Szmek2020-06-301-1/+1
|/
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-2/+2
* repart: if now minimal size is specified, default to 10MLennart Poettering2020-06-161-6/+11
* repart: add simple specifier expansion in Label=Lennart Poettering2020-06-162-9/+32
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-1/+6
* Repart: Add simple tests for Label="" and UUID=""Tobias Hunger2020-05-251-2/+7
* repart: Add UUID option to config filesTobias Hunger2020-05-251-7/+8
* Merge pull request #15836 from poettering/makefs-lockZbigniew Jędrzejewski-Szmek2020-05-191-10/+16
|\
| * makefs: normalize logging a bitLennart Poettering2020-05-181-7/+4
| * makefs: lock device while we operateLennart Poettering2020-05-181-1/+10
| * makefs: log about OOM conditionLennart Poettering2020-05-181-2/+2
* | repart: don't insist on coming up on partition label ourselvesLennart Poettering2020-05-191-1/+3
|/
* test: update tests to use new repart featuresLennart Poettering2020-05-141-6/+2
* repart: add support for create/growing loopback filesLennart Poettering2020-05-141-27/+207
* repart: suppress complaints about lack of BLKRRPART when operating on regular...Lennart Poettering2020-05-141-3/+5
* repart: explain when we exit early and don't do a thingLennart Poettering2020-05-141-1/+3
* tree-wide: Fix, replace assert() by assert_se() when there is side effectBenjamin Robin2020-05-061-1/+1
* repart: fix partition maximum size segfaultEmmanuel Garette2020-05-011-1/+1
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-6/+6
* test: convert TEST-45 to a normal meson testZbigniew Jędrzejewski-Szmek2020-03-282-0/+113
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-1/+1
* makefs: strdup arguments to mkfsOliver Giles2020-02-131-4/+9
* repart: do not quit earlier when --empty=forceYu Watanabe2020-02-071-1/+1
* repart: quit earlier if no .conf file existsYu Watanabe2020-02-061-4/+7
* shared/gpt: export gpt_partition_type_uuid_{to,from}_string functionsZbigniew Jędrzejewski-Szmek2020-01-231-70/+0
* repart: add new systemd-repart toolLennart Poettering2020-01-202-0/+3101
* makefs: simplify SPDX headerLennart Poettering2020-01-201-3/+1
* growfs: port over to resize_fs()Zbigniew Jędrzejewski-Szmek2019-12-051-76/+18
* growfs: define main function through macroZbigniew Jędrzejewski-Szmek2019-12-051-52/+32
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* growfs: call crypt_set_debug_level() correctly, skip if not neededIvan Shapovalov2019-07-081-1/+2
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-0/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* makefs: correct child process nameLennart Poettering2018-12-011-1/+1
* tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering2018-12-011-1/+1
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-11/+25
|\
| * tree-wide: port various parts of the code over to the new device_major_minor_...Lennart Poettering2018-11-291-11/+25
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-222-9/+7
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-202-6/+2
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* makefs: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-19/+14