summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: Add GPT type GUID for Itanium Linux rootAndrew Wilcox2016-01-121-0/+1
* libfdisk: Detect out-of-space when adding new primary partitionIan Wienand2015-10-091-1/+4
* lib/crc32: don't require to modify GPT headerKarel Zak2015-09-241-46/+35Star
* libfdisk: fix partition move/resize codeKarel Zak2015-09-172-9/+24
* libfdisk: add more debug message to resize codeKarel Zak2015-09-171-4/+13
* libfdisk: (gpt) control ranges in set_partitionKarel Zak2015-09-172-3/+13
* libfdisk: (gpt) reorder only when necessaryKarel Zak2015-09-023-5/+13
* libfdisk: (bsd) add note about non-written parental MBRKarel Zak2015-08-311-1/+5
* Fix trivial typosYuri Chornoivan2015-08-252-2/+2
* libfdisk: (gpt) fix label pointer usage [smatch scan]Karel Zak2015-08-051-1/+3
* libfdisk: remove impossible condition [smatch scan]Karel Zak2015-08-051-3/+0Star
* libfdisk: make context->label usage more robust [smatch scan]Karel Zak2015-08-052-3/+4
* build-sys: add --disable-assertKarel Zak2015-08-042-9/+1Star
* libfdisk: cleanup assert() usageKarel Zak2015-08-045-35/+10Star
* libfdisk: allow to change partition type for extended partitionsKarel Zak2015-07-301-10/+51
* libfdisk: result of operation is garbage or undefined [clang analyze]Karel Zak2015-07-291-1/+1
* libfdisk: undefined or garbage value returned to caller [clang analyze]Karel Zak2015-07-291-1/+1
* libfdisk: add comment to the header fileKarel Zak2015-07-241-31/+31
* libfdisk: fix fdisk_label_parse_parttype() for unknown typesKarel Zak2015-07-151-5/+9
* libfdisk: (gpt) add missing GUIDsKarel Zak2015-07-151-2/+34
* libfdisk: add GPT GUIDs for PRePScott Moser2015-07-151-0/+3
* libfdisk: (gpt) fix "MidnightBSD UFS" UUIDKarel Zak2015-07-151-1/+1
* libfdisk: add GPT GUIDs for ARMsKarel Zak2015-06-221-0/+2
* 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