summaryrefslogtreecommitdiffstats
path: root/libfdisk/src
Commit message (Expand)AuthorAgeFilesLines
...
* libfdisk: (script) be consistent in code with typesKarel Zak2018-01-121-2/+2
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* libfdisk: allow to start freespace for zeroKarel Zak2018-01-113-1/+8
* libfdisk: (sun) fix n-1 bug and whole-diskKarel Zak2018-01-111-1/+5
* libfdisk: (script) support R (RAID) and V (LVM) shortcutsKarel Zak2018-01-091-0/+13
* libfdisk: (gpt) add VMware specific UUIDsKarel Zak2018-01-081-0/+7
* libfdisk: (dos) fix max headsKarel Zak2018-01-021-1/+1
* libfdisk: extend API to provide label specific geometry rangesKarel Zak2018-01-026-3/+112
* libfdisk: (gpt) use fdisk_warn() for failed name settingKarel Zak2017-12-201-1/+1
* libfdisk: return bytes processed from gpt_entry_set_name(), process rcVaclav Dolezal2017-12-191-5/+8
* libfdisk: allocate enough bytes for ucs2 to utf8 encodingVaclav Dolezal2017-12-181-7/+6Star
* libfdisk: gpt: properly encode string on renameVaclav Dolezal2017-12-181-10/+36
* misc: fix typosSami Kerola2017-11-281-1/+1
* libfdisk: (sun) enhance searching of free spaceMikhail Vorobyov2017-11-161-4/+9
* libfdisk: (sun) move aligning of the first sector before availability checkMikhail Vorobyov2017-11-161-14/+13Star
* libfdisk: (gpt) move backup header after device resizeKarel Zak2017-11-141-2/+56
* libfdisk: Fix uninitialized structureRoddy Shuler2017-11-031-1/+1
* libfdisk: (sun) fix creation of whole disk partitionMikhail Vorobyov2017-11-021-4/+9
* build-sys: fix non-blkid compilationKarel Zak2017-09-191-7/+14
* misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-152-4/+1Star
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-5/+9
* libfdisk: fix fdisk_reset_partition() leaking *_chs strings.Vaclav Dolezal2017-08-241-0/+2
* libfdisk: fix two potential memory errors.Vaclav Dolezal2017-08-242-2/+5
* libfdisk: improve alignment debug mesaggesKarel Zak2017-08-221-5/+4Star
* libfdisk: add fdisk_save_user_grain()Karel Zak2017-08-224-1/+45
* libfdisk: (dos) use size-=1 when alignment not used laterKarel Zak2017-08-221-3/+3
* libfdisk: improve "add partition" debug messageKarel Zak2017-08-221-6/+9
* libfdisk: (gpt) fix size-1 errorKarel Zak2017-08-221-1/+7
* libfdisk: allow to resize in unsorted partition tableKarel Zak2017-07-191-4/+10
* libfdisk: improve table print debugsKarel Zak2017-07-192-5/+14
* libfdisk: add fdisk_disable_dialogs()Karel Zak2017-07-197-6/+58
* libfdisk: (dos) return EINVAL when delete unused partitionKarel Zak2017-07-191-2/+17
* libfdisk: fix warning -Wunused-functionRuediger Meier2017-07-181-0/+2
* build-sys: don't use non-existing UUID_LIBSRuediger Meier2017-07-181-1/+1
* libfdisk: use fdisk_sector_t consistently and fix printf format stringsRuediger Meier2017-07-181-2/+2
* libfdisk: use BLKPG_* ioctls on linux onlyKarel Zak2017-07-171-1/+13
* libfdisk: make fdisk compliant to UEFI/GPT specification on PMBRKarel Zak2017-07-141-4/+5
* libfdisk: remove whitespacesKarel Zak2017-07-141-3/+3
* libfdisk: use BLKPG ioctls to inform kernel about changesKarel Zak2017-07-145-0/+185
* libfdisk: add commentKarel Zak2017-07-141-0/+3
* libfdisk: add fdisk_device_is_used()Karel Zak2017-07-143-0/+36
* libfdisk: remove unnecessary fstat() callKarel Zak2017-07-141-4/+5
* libfdisk: move fdisk_reread_partition_table() to another fileKarel Zak2017-07-142-40/+41
* libfdisk: (dos) accept start for log.partitions on templateKarel Zak2017-07-111-3/+9
* libfdisk: (dos) cleanup template based partitioningKarel Zak2017-07-112-25/+45
* libfdisk: add fdisk_reassign_device()Karel Zak2017-07-104-0/+43
* libfdisk: support logical partition resizeKarel Zak2017-06-191-1/+11
* libfdisk: allow to resize containerKarel Zak2017-06-191-1/+8
* libfdisk: add more debug messages to get-last-possible resize spaceKarel Zak2017-06-191-6/+21
* libfdisk: (dos) be more verbose on partno -ERANGE errorKarel Zak2017-06-192-4/+10