summaryrefslogtreecommitdiffstats
path: root/fdisks
Commit message (Expand)AuthorAgeFilesLines
* fdisk: add support for the Xtensa architectureKarel Zak2013-01-301-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
* build-sys: add files to distributionSami Kerola2013-01-101-3/+4
* fdisk: (gpt) fix compiler warningsKarel Zak2012-12-201-12/+14
* fdisk: remove crappy bugs section from man pageKarel Zak2012-12-171-36/+0Star
* fdisk: (gpt) check if the "First sector" is unusedKarel Zak2012-12-041-0/+5
* fdisk: (gpt) align newly created partitionsKarel Zak2012-12-044-35/+61
* fdisk: (gpt) fix {last,first}_usable_lba usageKarel Zak2012-12-041-7/+14
* fdisk: cleanup partition start/end usageKarel Zak2012-12-041-40/+48
* fdisk: (gpt) check partitions alignmentKarel Zak2012-12-041-3/+5
* fdisk: report PT type, inform about new GPTKarel Zak2012-12-042-3/+5
* fdisk: (gpt) use topology to define FirstUsableLBAKarel Zak2012-12-041-3/+11
* fdisk: move DOS units stuff to fdiskdoslabel.cKarel Zak2012-12-037-53/+64
* fdisk: use BLKSSZGET as default for io-limits rather than hardcoded limitKarel Zak2012-12-031-6/+6
* fdisk: remove global variable sector_offsetKarel Zak2012-12-035-77/+161
* fdisk: zerosize EBR bufferKarel Zak2012-11-301-1/+1
* fdisk: api: propagate add partitions to usersDavidlohr Bueso2012-11-308-41/+57
* fdisk: remove dead codeDavidlohr Bueso2012-11-301-9/+0Star
* fdisk: api: move disklabel type to cxtDavidlohr Bueso2012-11-3010-129/+146
* fdisk: don't fails silently if EBR is outside of diskKarel Zak2012-11-302-9/+23
* fdisk: gpt: check header sizeDavidlohr Bueso2012-11-141-1/+8
* fdisk: don't offer GPT stuff in BSD menuKarel Zak2012-11-131-1/+1
* gpt: create empty disklabelsDavidlohr Bueso2012-11-022-6/+200
* fdisk: gpt: write entire first sectorDavidlohr Bueso2012-11-021-2/+5
* sfdisk: fix formatting typo in man pageKarel Zak2012-11-021-1/+1
* fdisk: fix compiler warning [-Wpointer-arith] and floating point exceptionKarel Zak2012-10-231-11/+13
* fdisk: gpt: use swap_efi_guid for new partitionsDavidlohr Bueso2012-10-181-11/+1Star
* fdisk: fix segfault when printing gpt raw dataDavidlohr Bueso2012-10-181-1/+2
* fdisk: api: improve some commentsDavidlohr Bueso2012-10-181-14/+34
* fdisk: api: propagate partition deletion to usersDavidlohr Bueso2012-10-188-21/+33
* sfdisk: fix aliasing warningsMike Frysinger2012-10-101-4/+6
* fix bold style of man page referencesMike Frysinger2012-10-091-2/+2
* fdisk: add AArch64 supportMarcin Juszkiewicz2012-10-091-0/+1
* fdisk: add GPT supportDavidlohr Bueso2012-09-278-206/+1380
* fdisk: cleanup debug messages and commentsKarel Zak2012-09-271-13/+40
* fdisk: use fdisk_parttype in add_partitionKarel Zak2012-09-279-30/+31
* fdisk: add fdisk_set_partition_type()Karel Zak2012-09-278-123/+160
* fdisk: add fdisk_get_partition_type()Karel Zak2012-09-279-33/+93
* fdisk: add new functions for work with fdisk_parttypeKarel Zak2012-09-277-69/+246
* fdisk: improve list partition typesKarel Zak2012-09-273-31/+55
* fdisk: move partition types to label specific partKarel Zak2012-09-2716-58/+70
* sfdisk: Fix format specifiers for size_tThierry Reding2012-09-211-2/+2
* mark expected fallthrough for static analysersKarel Zak2012-09-071-0/+2
* fdisk: document FDISK_DEBUGDavidlohr Bueso2012-09-041-0/+5
* fdisk: fix typo in commentBernhard Voelker2012-09-041-1/+1
* fdisk: aix: fix warningDavidlohr Bueso2012-08-131-2/+1Star
* fdisk: cast before count sizeKarel Zak2012-07-311-1/+1
* fdisk: sgi: use xcalloc()Karel Zak2012-07-261-1/+1
* fdisk: dos: mark unused parametersKarel Zak2012-07-261-2/+7
* fdisk: mac: remove magic maclabel macro, mark unused parametersKarel Zak2012-07-262-6/+10