summaryrefslogtreecommitdiff
path: root/fdisk/fdisk.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-26fdisk: fix use of non portable typeFrançois Revol1-1/+1
2010-06-30po: merge changesKarel Zak1-1/+1
2010-06-16fdisk: extend -c and -u options to support old DOS stuffKarel Zak1-8/+20
2010-06-15fdisk: disable DOS mode and cylinders by defaultKarel Zak1-11/+11
2010-06-15fdisk: remove erroneous <size> argument from -u option in help textBenno Schulenberg1-3/+3
2010-06-15fdisk: untangle the reporting of deprecated mode and unitBenno Schulenberg1-9/+3
2010-04-28fdisk: improve 'move begin of partition' commandKarel Zak1-5/+30
2010-04-28fdisk: improve add partition dialogKarel Zak1-4/+12
2010-03-19fdisk: fix -b <sectorsize>Karel Zak1-6/+12
2010-03-16fdisk: correctly truncate and align translated partition namesPádraig Brady1-3/+14
2010-02-15fdisk: don't use 1MiB grain on small devicesKarel Zak1-3/+6
2010-02-15fdisk: use 1MiB offset and grain always when possibleKarel Zak1-5/+14
2010-02-15fdisk: add -c option (switch off DOS mode)Karel Zak1-2/+11
2010-02-15fdisk: fix ALIGN_UPKarel Zak1-0/+3
2010-02-15fdisk: fallback for topology valuesKarel Zak1-1/+5
2010-02-15fdisk: cleanup help, add -h optionKarel Zak1-33/+22
2010-02-12fdisk: use more elegant way to count and check alignmentKarel Zak1-33/+34
2010-02-09fdisk: cleanup warningsKarel Zak1-37/+23
2010-02-09fdisk: fix default first sectorKarel Zak1-5/+4
2010-02-09fdisk: cleanup alignment, default to 1MiB offsetKarel Zak1-21/+66
2010-02-09fdisk: fix check_alignment()Karel Zak1-5/+5
2010-02-09fdisk: don't check alignment_offset against geometryKarel Zak1-12/+3
2010-01-28fdisk: use "optimal I/O size" in warningsKarel Zak1-4/+4
2010-01-28fdisk: use optimal_io_sizeKarel Zak1-11/+13
2010-01-06fdisk: sleep-after-sync and fsync usageKarel Zak1-2/+0
2009-12-10po: fix msgid bugsKarel Zak1-4/+4
2009-11-18fdisk: offer aligned first sectorKarel Zak1-10/+35
2009-11-18fdisk: align end of partition when defined by +size{K,M,G}Karel Zak1-13/+35
2009-11-18fdisk: check for partition boundaryKarel Zak1-1/+14
2009-11-18fdisk: print info and recommendations about alignmentKarel Zak1-4/+36
2009-11-18fdisk: use minimal_io_size for the first partitionKarel Zak1-12/+34
2009-11-18fdisk: add basic routines for LBA alignmentKarel Zak1-0/+73
2009-11-18fdisk: read topology info from libblkidKarel Zak1-3/+31
2009-10-17fdisk: fix strict-aliasing bugsKarel Zak1-1/+24
2009-05-19fdisk: (and cfdisk) fix to be consistent about maximum headsChris Webb1-1/+1
2009-04-29fdisk: fix max. ptnameKarel Zak1-2/+2
2009-03-11lib: add is_whole_disk() from fdisk codeKarel Zak1-1/+2
2009-03-09fdisk: support "-b 4096" optionKarel Zak1-1/+1
2009-02-26fdisk: use real sector size in verify() and warn_cylinders()Karel Zak1-15/+16
2009-02-26fdisk: doesn't handle large (4KiB) sectors properlyEric Sandeen1-5/+5
2008-11-13fdisk: support +cylinder notationKarel Zak1-2/+4
2008-11-13fdisk: read /proc/partitions in more robust wayKarel Zak1-4/+5
2008-11-13fdisk: cannot create partition with starting beyond 1 TBKarel Zak1-1/+1
2008-10-06fdisk: suggest partprobe(8) and kpartx(8) when BLKRRPART failedVincent Deffontaines1-7/+5
2008-10-03fdisk: several strings without gettext callsPedro Ribeiro1-2/+2
2008-08-20fdisk: round reported sizes rather than truncateKarel Zak1-4/+8
2008-08-19fdisk: don't check for GPT when asked for disk size onlyKarel Zak1-1/+0
2008-08-19fdisk: warn users about 2.2TB dos partition limitKarel Zak1-0/+12
2008-07-24fdisk: non-linux support (BLK* and HDIO_*)Samuel Thibault1-1/+6
2008-04-14fdisk: message tweakKarel Zak1-2/+2