summaryrefslogtreecommitdiff
path: root/libparted/disk.c
Commit message (Expand)AuthorAgeFilesLines
* libparted: Fix potential NULL dereference in ped_disk_next_partitionBrian C. Lane2023-02-151-1/+4
* libparted: Fix problem with creating 1s partitionsBrian C. Lane2023-02-061-1/+1
* gpt: Add no_automount partition flagMike Fleetwood2022-12-131-0/+2
* parted: Add display of GPT UUIDs in JSON outputArvin Schnell2022-09-301-0/+64
* libparted: Fix check for availability of _type_id functionsArvin Schnell2022-07-271-2/+2
* parted: add type commandArvin Schnell2022-05-131-0/+102
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* gpt: Add linux-home flagArvin Schnell2021-09-301-0/+2
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* libparted: Check for NULL flag_name in ped_partition_flag_get_by_nameBrian C. Lane2020-12-111-2/+2
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-2/+2
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-201-0/+2
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-201-0/+2
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+2
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-091-1/+1
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* libparted: Add UEFI System Partition flag.Brian C. Lane2014-03-021-0/+2
* libparted: Add Intel Rapid Start Technology partition flag.Brian C. Lane2014-03-021-0/+2
* libparted: allow some common errors to be ignoredPhillip Susi2013-11-231-64/+25
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* doc: libparted/disk.c: correct doxygen comment typoBob Beers2012-10-041-1/+1
* add support for a new Linux-specific GPT partition type codeRoderick W. Smith2012-09-291-0/+2
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-021-1/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-3/+3
* libparted: check return value from ped_geometry_initPetr Uzel2011-10-011-1/+2
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-147/+140
* gpt: add legacy_boot partition flagBrian C. Lane2011-02-261-0/+2
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+1
* dos: add a partition flag for diagnostics / recovery partitionsHans de Goede2010-04-291-0/+2
* maint: remove unneeded #includeJim Meyering2010-03-301-1/+0
* libparted: copy the needs_clobber value in ped_disk_duplicate()Hans de Goede2010-02-221-0/+3
* libparted: remove unreachable codeJim Meyering2010-01-151-1/+0
* libparted: avoid double-free on an OOM failure pathJim Meyering2010-01-151-0/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
* libparted: push/pop update mode around ped_disk_set_flagHans de Goede2009-12-181-1/+12
* libparted: missing pop update mode in ped_disk_delete_all error pathHans de Goede2009-12-101-1/+3
* libparted: make pop/push update mode propagate sanity check errorsHans de Goede2009-12-101-29/+58
* libparted: add missing update mode pop in duplicate error pathJoel Granados Moreno2009-12-101-1/+3
* gpt: Add support for appletv partitionsJoel Granados Moreno2009-12-101-0/+2
* libparted: add disk flag functions and PED_DISK_CYLINDER_ALIGNMENT flagHans de Goede2009-12-101-0/+124
* libparted: new interfaces: max start sector, max partition lengthJim Meyering2009-12-081-0/+20
* libparted: ped_disk_clobber_exclude: remove now-unused functionJim Meyering2009-11-271-16/+2
* ped_disk_clobber: change semanticsJim Meyering2009-11-271-20/+47
* ped_disk_type_get_next: fix a const-correctness bugJim Meyering2009-11-131-1/+1
* libparted: add ped_disk_get_partition_alignment() functionHans de Goede2009-11-011-0/+20
* dvh: document an as-yet-unplugged (but not serious) leakJim Meyering2009-10-291-0/+6
* check: plug an even smaller (formatted "unit") leakJim Meyering2009-10-281-1/+2
* check: plug a geometry-sized leakJim Meyering2009-10-281-5/+7
* make PED_ASSERT handling sane: abort on false conditionJim Meyering2009-10-011-8/+2