summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/partition.c
Commit message (Expand)AuthorAgeFilesLines
...
* libfdisk: add ref.counting to ask APIKarel Zak2014-11-211-2/+2
* agetty: fix typoKarel Zak2014-11-211-0/+12
* libfdisk: cleanup parttype APIKarel Zak2014-10-151-5/+23
* libfdisk: cleanup partno APIKarel Zak2014-10-151-44/+106
* libfdisk: make it possible to use zero for size and startKarel Zak2014-10-151-101/+162
* libfdisk: (dos) set partition start/size only when requestedKarel Zak2014-10-141-1/+3
* libfdisk: allow to specify partition size by explicit number of sectorsKarel Zak2014-10-091-1/+21
* libfdisk: (gpt) parse attr bitsKarel Zak2014-10-071-0/+16
* libfdisk: add fdisk_set_partition()Karel Zak2014-10-071-0/+28
* libfdisk: cleanup internal drivers' APIKarel Zak2014-10-071-25/+27
* libfdisk: add fdisk_copy_parttype()Karel Zak2014-10-071-2/+3
* libfdisk: return partno when add new partitionKarel Zak2014-10-071-13/+21
* libfdisk: fix script partitions size parsingKarel Zak2014-10-071-0/+24
* libfdisk: add fdisk_partition_is_bootable()Karel Zak2014-10-071-0/+5
* libfdisk: fix fdisk_delete_all_partitions()Karel Zak2014-09-011-0/+1
* libfdisk: add fdisk_apply_table() and fdisk_delete_all_partitions()Karel Zak2014-08-291-0/+28
* libfdisk: basic fdisk_dump_* functionsKarel Zak2014-08-221-1/+1
* libfdisk: remove debug dump function, cleanup APIKarel Zak2014-08-221-24/+0Star
* libfdisk: more docsKarel Zak2014-08-141-1/+115
* libfdisk: final parttype API cleanupKarel Zak2014-08-141-3/+3
* libfdisk: clean up API (context.c)Karel Zak2014-08-131-1/+1
* libfdisk: rename fdisk_column to fdisk_fieldKarel Zak2014-08-131-19/+19
* textual: fix some typosSami Kerola2014-07-131-1/+1
* libfdisk: clean up debug outputKarel Zak2014-03-211-7/+8
* libfdisk: use new debug functionsKarel Zak2014-03-211-7/+7
* libfdisk: add dump functions, make freespace code genericKarel Zak2014-03-111-0/+24
* libfdisk: remove label specific get_freespaceKarel Zak2014-03-111-8/+6Star
* libfdisk: improve freesapce detectionKarel Zak2014-03-111-2/+10
* libfdisk: add table sort function, use it in get_freespaceKarel Zak2014-03-111-0/+12
* libfdisk: add fdisk_partition_*_follow_default()Karel Zak2014-03-111-5/+48
* libfdisk: use fdisk_table to generate outputKarel Zak2014-03-111-16/+29
* libfdisk: move partition stuff to partition.cKarel Zak2014-03-111-0/+98
* libfdisk: add reference counting to fdisk_partitionKarel Zak2014-03-111-6/+22
* libfdisk: add support to list free spaceKarel Zak2014-03-111-1/+8
* libfdisk: use partition templateKarel Zak2014-03-111-8/+47
* libfdisk: remove fdisk_get_partition_type()Karel Zak2014-03-111-0/+1
* libfdisk: add new list() columns, cleanupKarel Zak2014-03-111-0/+18
* libfdisk: improve conversion to stringKarel Zak2014-03-111-7/+27
* libfdisk: add struct fdisk_partitionKarel Zak2014-03-111-0/+245