summaryrefslogtreecommitdiff
path: root/libparted/labels/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* libparted: Fix handling of gpt partition typesBrian C. Lane2022-08-151-2/+43
* parted: add type commandArvin Schnell2022-05-131-1/+43
* gpt: Include xalloc-oversized.hBrian C. Lane2022-03-231-0/+1
* gpt: Revert to filesystem GUID when setting flag to offBrian C. Lane2021-09-301-1/+1
* gpt: Add linux-home flagArvin Schnell2021-09-301-0/+5
* gpt: Map PED_PARTITON_ flags to GUID valuesArvin Schnell2021-09-291-423/+54
* keep GUID specific attributesArvin Schnell2021-09-231-21/+9
* libparted: Fix potential memory leak in gpt_writeBrian C. Lane2021-06-111-4/+8
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-201-1/+46
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-201-0/+45
* gpt.c: Drop cast of efi_guid_t to unsigned char *Brian C. Lane2019-08-091-6/+4
* gpt.c: Align _GPTDiskData to 8 byte boundaryBrian C. Lane2019-08-091-1/+1
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-161-0/+1
* libparted: Fix ending CHS address in PMBR.Ulrich Müller2018-08-221-1/+1
* libparted: set swap flag on GPT partitionsArvin Schnell2016-12-221-3/+39
* libparted: Fix starting CHS in protective MBRPetr Uzel2016-12-221-1/+1
* libparted: Fix part dupe with empty nameBrian C. Lane2014-06-151-2/+4
* maint: fix "make syntax-check" nitsJim Meyering2014-05-281-2/+2
* parted: don't reload partition table on every commandPhillip Susi2014-05-221-6/+1
* GPT strings are UCS-2LE not UTF-16Brian C. Lane2014-05-191-12/+10
* libparted: remove last_usable_if_grownPhillip Susi2014-04-181-1/+1
* libparted: Use common function to calculate PTE sectorsBrian C. Lane2014-04-081-12/+1
* libparted: Fix check for backup header locationBrian C. Lane2014-04-081-7/+31
* libparted: Add UEFI System Partition flag.Brian C. Lane2014-03-021-0/+3
* libparted: Add Intel Rapid Start Technology partition flag.Brian C. Lane2014-03-021-0/+40
* libparted: copy pmbr_boot when duplicating GPT diskBrian C. Lane2014-02-251-0/+1
* bug#15591: [PATCH] libparted: handle i18n gpt partition names correctlyPhillip Susi2013-12-231-7/+56
* GPT: add support for PReP GUIDDaniel Battaiola Kreling2013-11-231-0/+38
* libparted: fix gpt end of disk handlingPhillip Susi2013-11-231-23/+29
* gpt: Revert small device commitsPhillip Susi2013-11-231-4/+4
* add support for a new Linux-specific GPT partition type codeRoderick W. Smith2012-09-291-2/+43
* gpt: when "mklabel gpt" fails, always provide a diagnosticJim Meyering2012-09-121-2/+8
* gpt: permit "mklabel gpt" on a 67-sector deviceJim Meyering2012-09-121-2/+2
* gpt: require first_usable_LBA <= last_usable_LBADavidlohr Bueso2012-09-121-0/+4
* gpt: fix endianness bug in gpt_get_max_supported_partition_countRichard W.M. Jones2012-06-091-2/+2
* libparted: check PMBR before GPT partition tableBrian C. Lane2012-03-241-33/+14
* libparted: gpt: avoid heap-read-overrun when rewriting 9-PTE tableJim Meyering2012-02-071-4/+5
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-021-2/+58
* libparted: gpt: rewrite even a 9-partition-entry table properlyJim Meyering2012-01-221-5/+4
* maint: clean-up preparing for bug fixJim Meyering2012-01-211-9/+8
* libparted: gpt: a smaller device need not render both headers invalidJim Meyering2012-01-091-5/+1
* gpt: eliminate four PED_ASSERT usesJim Meyering2012-01-091-8/+7
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-2/+2
* gpt: don't misbehave with e.g., a 9-entry partition arrayJim Meyering2011-11-031-3/+5
* gpt: prepare for tables with n_partition_array_entries != 128Robert Herndon2011-11-031-2/+1
* maint: correct two comments in gpt.cJim Meyering2011-11-021-2/+2
* libparted: copy flags when duplicating GPT partitionsBrian C. Lane2011-11-021-3/+1
* gpt: don't abort for a truncated GPT-formatted deviceJim Meyering2011-06-241-3/+13
* maint: rename a variableJim Meyering2011-03-161-3/+4
* gpt: avoid division by zeroJim Meyering2011-03-161-0/+11