summaryrefslogtreecommitdiff
path: root/src/partition
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Repart: Add support for machine readably reportTobias Hunger2020-07-301-15/+65
* | 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
|/