summaryrefslogtreecommitdiff
path: root/parted
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-249-9/+9
* parted: Fix ending sector location when using kibi IEC suffixBrian C. Lane2023-03-171-10/+19
* ui: Add checks for prompt being NULLBrian C. Lane2023-02-151-2/+5
* strlist: Handle realloc error in wchar_to_strBrian C. Lane2023-02-151-0/+2
* parted: Add display of GPT UUIDs in JSON outputArvin Schnell2022-09-301-0/+18
* parted: Simplify code for json outputArvin Schnell2022-07-271-3/+2
* parted: Reset the filesystem type when changing the id/uuidBrian C. Lane2022-05-131-0/+3
* parted: add type commandArvin Schnell2022-05-131-1/+112
* bug#54649: [PATCH] usage: remove the mention of "a particular partition"Benno Schulenberg2022-03-311-2/+1
* parted: Fix config.h include in jsonwrt.cBrian C. Lane2022-03-251-1/+1
* maint: Update copyright statements to 2022Brian C. Lane2022-03-239-9/+9
* docs: Update documentation to be consistentBrian C. Lane2021-10-061-3/+1
* parted: Add --json cmdline switch to output JSONArvin Schnell2021-08-254-12/+431
* parted: Allow empty string for partition nameArvin Schnell2021-08-251-2/+7
* parted: Escape colons and backslashes in machine outputBrian C. Lane2021-08-101-4/+38
* parted: Fix memory leaks in do_resizepartBrian C. Lane2021-06-111-2/+4
* parted: Free tmp usage inside do_printBrian C. Lane2021-06-111-0/+1
* parted: Fix end_input leak in do_mkpartBrian C. Lane2021-06-111-2/+3
* parted: add --fix to "fix" in script modeCristian Klein2021-01-283-2/+14
* maint: Update copyright statements to 2021Brian C. Lane2021-01-189-9/+9
* maint: Update copyright statements to 2020Brian C. Lane2020-12-119-13/+17
* ui: Fix gcc 10 warning about snprintf truncating an intBrian C. Lane2020-11-201-2/+2
* ui: Fix command_line_get_disk_flagBrian C. Lane2020-11-201-1/+1
* parted: Preserve resizepart End when prompted for busy partitionBrian C. Lane2020-08-311-0/+15
* Fix end_input usage in do_resizepartBrian C. Lane2019-12-161-1/+1
* maint: Update copyright statements to 2019Brian C. Lane2019-08-129-9/+13
* Remove trailing whitespaceBrian C. Lane2019-08-091-2/+2
* Remove unnecessary if before free checksBrian C. Lane2019-08-091-9/+4
* Fix align-check help outputBrian C. Lane2019-02-111-1/+1
* parted: Remove PED_ASSERT from ped_partition_set_nameBrian C. Lane2019-01-311-1/+3
* Fix potential command line buffer overflowSimon Xu2018-10-161-1/+1
* parted.c: Make sure dev_name is freedBrian C. Lane2018-08-221-6/+4
* parted.c: Always free peek_wordBrian C. Lane2018-08-221-1/+2
* Fix resizepart iec unit end sectorPhillip Susi2018-06-051-1/+4
* mkpart: Allow negative start value when FS-TYPE is not givenNiklas Hambüchen2018-06-051-1/+1
* Fix set and disk_set to not crash when no flags are supportedPhillip Susi2018-06-051-2/+16
* Add support for NVDIMM devicesSebastian Parschauer2017-12-191-1/+2
* parted/ui: remove unneccesary information of command lineWang Dong2017-05-011-0/+1
* parted: check the name of partition first when to name a partitionWang Dong2017-05-011-0/+7
* Add support for RAM drivesSebastian Parschauer2017-05-011-1/+1
* clean the disk information when commands fail in interactive mode.Wang Dong2017-05-012-5/+17
* parted: fix wrong error label jump in mkpartWang Dong2017-05-011-4/+5
* parted: fix crash due to improper partition number inputWang Dong2017-05-011-4/+22
* Fix crash when localizedPhillip Susi2017-04-171-1/+1
* Add support for NVMe devicesPetr Uzel2016-06-231-1/+1
* parted: Display details of partition alignment failure (#726856)Brian C. Lane2016-04-121-13/+51
* parted: fix the rescue commandPhillip Susi2016-04-101-0/+4
* UI: Avoid memory leaks.Amarnath Valluri2015-08-031-1/+5
* parted: Fix crash with name command and no disklabel (#1226067)Brian C. Lane2015-07-131-1/+1
* parted: don't crash in disk_set when disk label not foundPhillip Susi2015-01-131-1/+1