summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: ignore misaligned optimal I/O sizeKarel Zak2015-06-181-3/+12
* libfdisk: add JSON dump outputKarel Zak2015-06-154-10/+182
* libfdisk: rename script functions to improve readabilityKarel Zak2015-06-151-6/+6
* libfdisk: add new API to read label specific dataKarel Zak2015-06-119-150/+427
* libfdisk: (dos) fix cylinders calculationKarel Zak2015-06-101-10/+5Star
* fdisk: differentiate between +<sector> and +<size>{M,G,...}Karel Zak2015-06-102-10/+6Star
* libfdisk: improve +0 partition sizeKarel Zak2015-06-082-32/+52
* libfdisk: (dos) fix tiny partitions calculationKarel Zak2015-06-081-0/+2
* libfdisk: (gpt) make it possible to create really small partitionsKarel Zak2015-06-081-2/+5
* libfdisk: support alignment to non power of 2Karel Zak2015-06-081-7/+24
* docs: fix gtk-docs related warningsKarel Zak2015-05-282-1/+4
* libfdisk: Use predictable /dev/mapper partition names for /dev/dm-NStanislav Brabec2015-05-281-3/+13
* Use correct partition names for /dev/mapperStanislav Brabec2015-05-261-2/+4
* libfdisk: keep FDISK_FIELD_CYLINDERS independent on context modeKarel Zak2015-05-111-2/+5
* libfdisk: add fdisk_label_get_fields_ids_all()Karel Zak2015-05-114-5/+53
* libfdisk: (gpt) fix attributes endianessRuediger Meier2015-05-111-4/+4
* libfdisk: (gpt) add API for raw partition attributesMichael Marineau2015-05-055-0/+138
* libfdisk: (gpt) fix check for beginning of protective partitionMichael Marineau2015-05-051-7/+7
* libfdisk: (gpt) add extra check for First/Last LBAKarel Zak2015-04-231-0/+15
* libfdisk: (gpt) fix end sector calculation on resizeKarel Zak2015-04-231-2/+5
* libfdisk: fix scriptk parser to support alone signsKarel Zak2015-04-221-6/+8
* libfdisk: allow to move start to first usable LBAKarel Zak2015-04-221-4/+4
* libfdisk: add warning to resize functionKarel Zak2015-04-221-0/+1
* libfdisk: support resize operation in fdisk_set_partition()Karel Zak2015-04-221-14/+227
* libfdisk: add fdisk_table_get_partition_by_partno()Karel Zak2015-04-224-1/+40
* libfdisk: fix script parser to support resize operationsKarel Zak2015-04-222-4/+41
* libfdisk: don't resize in label driversKarel Zak2015-04-222-36/+0Star
* libfdisk: (gpt) fix LE usageKarel Zak2015-04-221-10/+10
* libfdisk: support bootbits protection from (p)MBRKarel Zak2015-04-1310-30/+105
* libfdisk: (dos) retain existing boot flag when resizing a partitionKarel Zak2015-04-132-5/+6
* libfdisk: don't return empty strings from fdisk_partition_to_string()Karel Zak2015-03-271-5/+5
* libfdisk: add fgets() callback for scriptsKarel Zak2015-03-254-1/+69
* libfdisk: fix symbols versioning scriptKarel Zak2015-03-251-4/+5
* libfdisk: (gpt) check header size before verify CRCKarel Zak2015-03-231-4/+5
* libfdisk: add {first,last}-lba header to sfdisk scritpsKarel Zak2015-03-022-10/+94
* libfdisk: fix fdisk_partition_get_parent() docsKarel Zak2015-02-191-0/+1
* libfdisk: add some docsKarel Zak2015-02-102-9/+84
* libfdisk: ignore whole-disk partition when check orderKarel Zak2015-02-101-1/+1
* libfdisk: add fdisk_partition_is_wholedisk()Karel Zak2015-02-103-0/+8
* libfdisk: fix compiler warningKarel Zak2015-02-061-1/+1
* libfdisk: make code more readableKarel Zak2015-02-061-1/+1
* libfdisk: grain is in bytes, fix previous patchesKarel Zak2015-02-032-2/+5
* libfdisk: (dos) make a helpful message fit within 80 charactersBenno Schulenberg2015-02-031-5/+3Star
* libfdisk: don't align very small partitionsKarel Zak2015-02-032-3/+11
* libfdisk: fix issues with very small partitionsKarel Zak2015-02-032-5/+10
* libfdisk: (dos) write new empty label tooKarel Zak2015-02-031-2/+10
* libfdisk: (dos) fix logical partitions errors handlingKarel Zak2015-02-021-5/+10
* libfdisk: actually translate the human-readable name of the partition typeBenno Schulenberg2015-02-021-1/+1
* libfdisk: (dos) delete also logical with extendedKarel Zak2015-02-021-1/+8
* libfdisk: make fdisk_partition_to_string() more robust [coverity scan]Karel Zak2015-01-291-5/+8