summaryrefslogtreecommitdiff
path: root/fdisk/fdisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28fdisk: better fallback for get_random_id()H. Peter Anvin1-1/+4
2008-01-14fdisk: calculate +size{K,M,G} in 2^NKarel Zak1-23/+49
2007-11-07fdisk: cleanup BLK* ioctls usageKarel Zak1-34/+13
2007-10-26docs: tweak a few messages for clarityBenno Schulenberg1-1/+1
2007-09-05fdisk: doing useless ioctl when editing an imagePascal Terjan1-15/+8
2007-09-02fdisk: fix typoKarel Zak1-1/+1
2007-07-16fdisk: check returns in fdisk from partition changesMike Frysinger1-8/+12
2007-07-10fdisk: when generating a DOS disk label, give it an IDH. Peter Anvin1-10/+99
2007-07-02fdisk: many significant improvements and fixes to Sun label handlingDavid Miller1-5/+5
2007-06-27fdisk: add MAC label detectionKarel Zak1-6/+20
2007-06-05fdisk: add GPT detection codeKarel Zak1-0/+15
2007-05-31fdisk: cleanup full disk detection codeKarel Zak1-20/+0
2007-05-31fdisk: fix "type qualifiers ignored on function return type"Karel Zak1-1/+1
2007-05-31fdisk: use unsigned long long instead int for sectorsKarel Zak1-36/+36
2006-12-07Imported from util-linux-2.13-pre6 tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.13-pre2 tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak1-3/+5
2006-12-07Imported from util-linux-2.12m tarball.Karel Zak1-1/+7
2006-12-07Imported from util-linux-2.12k tarball.Karel Zak1-1/+3
2006-12-07Imported from util-linux-2.12j tarball.Karel Zak1-1/+21
2006-12-07Imported from util-linux-2.12d tarball.Karel Zak1-20/+12
2006-12-07Imported from util-linux-2.12b tarball.Karel Zak1-20/+36
2006-12-07Imported from util-linux-2.12a tarball.Karel Zak1-14/+23
2006-12-07Imported from util-linux-2.12 tarball.Karel Zak1-75/+98
2006-12-07Imported from util-linux-2.11y tarball.Karel Zak1-12/+21