summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* s390: improve/correct DASD supportStephen Powell2011-02-231-1/+55
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-2212-21/+15
* default to 1MiB alignment when possibleBrian C. Lane2010-12-151-0/+2
* dos: add a partition flag for diagnostics / recovery partitionsHans de Goede2010-04-291-2/+3
* maint: remove empty lines at end of fileJim Meyering2010-04-286-7/+0
* maint: make PED_ASSERT and PED_DEBUG if-safeColin Watson2010-04-211-3/+3
* libparted: add support for Linux software RAID arrays (mdraid)Petr Uzel2010-04-161-1/+2
* maint: constify ped_device_get_constraint interfaceColin Watson2010-04-131-1/+1
* Add support for ATA over Ethernet (AoE) devicesPetr Uzel2010-02-261-1/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-0812-12/+21
* gpt: Add support for appletv partitionsJoel Granados Moreno2009-12-101-2/+3
* build: don't install s390 dasd internal headers into /usr/includeJoel Granados Moreno2009-12-101-3/+3
* libparted: add disk flag functions and PED_DISK_CYLINDER_ALIGNMENT flagHans de Goede2009-12-101-0/+33
* libparted: new interfaces: max start sector, max partition lengthJim Meyering2009-12-081-0/+3
* libparted: factor out duplication, hook up new APIsJim Meyering2009-12-081-0/+2
* libparted: ped_disk_clobber_exclude: remove now-unused functionJim Meyering2009-11-271-2/+0
* dasd: allow the use of a *regular* backing fileJim Meyering2009-11-271-1/+1
* ped_disk_type_get_next: fix a const-correctness bugJim Meyering2009-11-131-2/+1
* maint: more const-correctness fixesJim Meyering2009-11-121-13/+15
* maint: fix s390-specific const correctness problemsJim Meyering2009-11-101-4/+2
* libparted: add ped_disk_get_partition_alignment() functionHans de Goede2009-11-011-0/+2
* libparted: add ped_device_get_xxx_aligned_constraint() functionsHans de Goede2009-11-011-0/+5
* libparted: add ped_device_get_xxx_alignment() functionsHans de Goede2009-11-012-0/+9
* make PED_ASSERT handling sane: abort on false conditionJim Meyering2009-10-011-12/+11
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-2912-12/+12
* tests: enable more syntax-checksJim Meyering2009-09-291-2/+1
* put partition-table-specific logic in the corresponding filesJoel Granados Moreno2009-07-241-0/+1
* Still working on making label support work.Jim Meyering2009-07-241-1/+3
* Rationalise linux-swap fs names, and add a "linux-swap" aliasColin Watson2009-07-101-0/+21
* Correctly name virtio devices.Joel Granados Moreno2009-05-261-1/+2
* remove all trailing blanksJim Meyering2009-03-058-34/+34
* Properly sync partitions with operating systemJoel Granados Moreno2009-03-051-0/+5
* remove ped_(register|unregister)_disk_type since they were deprecatedOtavio Salvador2009-02-061-12/+0
* move architecture specific code since they're used in a single placeOtavio Salvador2009-02-064-123/+1
* Add support for SD/MMC storage cards on LinuxHarald Welte2008-10-101-1/+2
* move new dmtype member from PedDevice to LinuxSpecific,Guido Guenther2008-06-102-1/+1
* device mapper clean-up: remove #ifdefs, plug a leakJim Meyering2008-06-061-3/+1
* linux device-mapper map type detectionGuido Guenther2008-06-051-0/+3
* Use free, not ped_free.Jim Meyering2008-05-291-1/+1
* properly test for __s390__ and __s390x__ macros to disable O_DIRECT on thatOtavio Salvador2008-05-061-1/+1
* Add support for GRUB / BIOS partition in GPT.Robert Millan2008-04-121-3/+4
* Change two "extern inline" functions to "static inline".Jim Meyering2008-01-141-6/+12
* Always define PED_DEVICE_DMDavid Cantrell2007-11-061-2/+0
* Move PedArchitecture and ped_set_architecture to privateOtavio Salvador2007-11-034-20/+0
* parted/geom.h: move includes to after type definition to avoids dependencyOtavio Salvador2007-11-021-3/+3
* parted/device.h: move includes to after type definition to avoids dependencyOtavio Salvador2007-11-021-3/+3
* parted/filesys.h doesn't use stdio.h, parted/disk.h and parted/exception.hOtavio Salvador2007-11-021-3/+0
* parted/constraint.h needs parted/geom.h since it uses PedGeometryOtavio Salvador2007-11-021-0/+1
* parted/natmath.h needs parted/device.h since it uses PedSectorOtavio Salvador2007-11-021-0/+1
* parted/device.h needs to include parted/constraint.h since it uses PedConstraintOtavio Salvador2007-11-021-0/+1