summaryrefslogtreecommitdiffstats
path: root/src/partition (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-4/+4
|/
* Move and rename parse_json_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-312-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-312-9/+8
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* repart: improve help textLennart Poettering2021-01-221-1/+1
* repart: port to table_print_with_pager()Lennart Poettering2021-01-211-5/+17
* json: port various tools to the new JSON_FORMAT_OFF flagLennart Poettering2021-01-091-30/+13
* repart: optionally lock encrypted partitions to TPM2Lennart Poettering2020-12-171-20/+141
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-1/+1
* repart: warn about world writable key filesLennart Poettering2020-12-011-1/+5
* specifiers: introduce common macros for generating specifier tablesLennart Poettering2020-11-251-10/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-094-4/+4
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-031-1/+1
* repart: correctly handle "uninitialized" machine-idHarald Seiler2020-10-191-1/+1
* Merge pull request #17172 from keszybz/read-login-defsLennart Poettering2020-10-021-1/+1
|\
| * tests: when creating temp dirs, include test name in pathZbigniew Jędrzejewski-Szmek2020-10-011-1/+1
* | repart: use proper API to check if block device can do partition scanningLennart Poettering2020-09-261-29/+2
|/
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-1/+1
* Fix compilation without libcryptsetup (#17071)masmullin20002020-09-171-1/+14
* repart: don't mark image files generated with --empty=create executableLennart Poettering2020-09-161-1/+1
* tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* Merge pull request #16933 from poettering/copy-hardlinksZbigniew Jędrzejewski-Szmek2020-09-101-2/+10
|\
| * tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-2/+10
* | repart: downgrade log levelYu Watanabe2020-09-101-1/+1
|/
* tree-wide: if get_block_device() returns zero devno, check for it in all casesLennart Poettering2020-09-081-0/+4
* btrfs: if BTRFS_IOC_DEV_INFO returns /dev/root generate a friendly error messageLennart Poettering2020-09-082-0/+9
* shared: make libcryptsetup dep dlopenLennart Poettering2020-09-022-14/+22
* shared: rename crypt-util.c → cryptsetup-util.cLennart Poettering2020-09-022-2/+2
* partition/makefs: Include missing sys/file.h headerIkey Doherty2020-08-281-0/+1
* Don't run test-repart when loop devices are not availableDaan De Meyer2020-08-271-0/+2
* test: add test for new repart featuresLennart Poettering2020-08-241-0/+51
* repart: if --size= is specified as "auto" determine minimal size for disk imageLennart Poettering2020-08-241-3/+105
* repart: add support for optionally encrypting partitions we createLennart Poettering2020-08-241-12/+243
* repart: add new CopyFiles= setting, for copying files into freshly made file ...Lennart Poettering2020-08-241-28/+240
* repart: wipe partition first, then discardLennart Poettering2020-08-241-6/+4
* repart: talk about future partitionsLennart Poettering2020-08-241-9/+9
* repart: let's wipe the partition table ourselvesLennart Poettering2020-08-241-15/+35
* repart: split out code that mangles part table entries into function of its ownLennart Poettering2020-08-241-61/+74
* repart: add support for formatting newly created partitionsLennart Poettering2020-08-241-10/+109
* repart: make error code when operating on non-existing file a bit more usefulLennart Poettering2020-08-241-1/+1
* makefs: port to generic make_filesystem() callLennart Poettering2020-08-241-31/+10
* repart: don't unload data we configured explicitly, and fully free all data w...Lennart Poettering2020-08-241-1/+2
* tree-wide: enable/disable libcrypsetup debug output depending on our levelLuca Boccassi2020-08-141-4/+2
* dissect: add support for outputting JSONLennart Poettering2020-08-121-1/+1
* Merge pull request #16258 from hunger/masterZbigniew Jędrzejewski-Szmek2020-08-032-16/+81
|\
| * test-repart: also print json outputZbigniew Jędrzejewski-Szmek2020-07-301-0/+15
| * repart: adjust --help and test output widthZbigniew Jędrzejewski-Szmek2020-07-301-2/+2