summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
...
* fdisk: cleanup alignment, default to 1MiB offsetKarel Zak2010-02-091-21/+66
* fdisk: fix check_alignment()Karel Zak2010-02-091-5/+5
* fdisk: don't check alignment_offset against geometryKarel Zak2010-02-091-12/+3Star
* fdisk: use "optimal I/O size" in warningsKarel Zak2010-01-281-4/+4
* fdisk: use optimal_io_sizeKarel Zak2010-01-281-11/+13
* fdisk: sleep-after-sync and fsync usageKarel Zak2010-01-061-2/+0Star
* po: fix msgid bugsKarel Zak2009-12-101-4/+4
* fdisk: offer aligned first sectorKarel Zak2009-11-181-10/+35
* fdisk: align end of partition when defined by +size{K,M,G}Karel Zak2009-11-181-13/+35
* fdisk: check for partition boundaryKarel Zak2009-11-181-1/+14
* fdisk: print info and recommendations about alignmentKarel Zak2009-11-181-4/+36
* fdisk: use minimal_io_size for the first partitionKarel Zak2009-11-181-12/+34
* fdisk: add basic routines for LBA alignmentKarel Zak2009-11-181-0/+73
* fdisk: read topology info from libblkidKarel Zak2009-11-181-3/+31
* fdisk: fix strict-aliasing bugsKarel Zak2009-10-171-1/+24
* fdisk: (and cfdisk) fix to be consistent about maximum headsChris Webb2009-05-191-1/+1
* fdisk: fix max. ptnameKarel Zak2009-04-291-2/+2
* lib: add is_whole_disk() from fdisk codeKarel Zak2009-03-111-1/+2
* fdisk: support "-b 4096" optionKarel Zak2009-03-091-1/+1
* fdisk: use real sector size in verify() and warn_cylinders()Karel Zak2009-02-261-15/+16
* fdisk: doesn't handle large (4KiB) sectors properlyEric Sandeen2009-02-261-5/+5
* fdisk: support +cylinder notationKarel Zak2008-11-131-2/+4
* fdisk: read /proc/partitions in more robust wayKarel Zak2008-11-131-4/+5
* fdisk: cannot create partition with starting beyond 1 TBKarel Zak2008-11-131-1/+1
* fdisk: suggest partprobe(8) and kpartx(8) when BLKRRPART failedVincent Deffontaines2008-10-061-7/+5Star
* fdisk: several strings without gettext callsPedro Ribeiro2008-10-031-2/+2
* fdisk: round reported sizes rather than truncateKarel Zak2008-08-201-4/+8
* fdisk: don't check for GPT when asked for disk size onlyKarel Zak2008-08-191-1/+0Star
* fdisk: warn users about 2.2TB dos partition limitKarel Zak2008-08-191-0/+12
* fdisk: non-linux support (BLK* and HDIO_*)Samuel Thibault2008-07-241-1/+6
* fdisk: message tweakKarel Zak2008-04-141-2/+2
* fdisk: better fallback for get_random_id()H. Peter Anvin2008-01-281-1/+4
* fdisk: calculate +size{K,M,G} in 2^NKarel Zak2008-01-141-23/+49
* fdisk: cleanup BLK* ioctls usageKarel Zak2007-11-071-34/+13Star
* docs: tweak a few messages for clarityBenno Schulenberg2007-10-261-1/+1
* fdisk: doing useless ioctl when editing an imagePascal Terjan2007-09-051-15/+8Star
* fdisk: fix typoKarel Zak2007-09-021-1/+1
* fdisk: check returns in fdisk from partition changesMike Frysinger2007-07-161-8/+12
* fdisk: when generating a DOS disk label, give it an IDH. Peter Anvin2007-07-101-10/+99
* fdisk: many significant improvements and fixes to Sun label handlingDavid Miller2007-07-021-5/+5
* fdisk: add MAC label detectionKarel Zak2007-06-271-6/+20
* fdisk: add GPT detection codeKarel Zak2007-06-051-0/+15
* fdisk: cleanup full disk detection codeKarel Zak2007-05-311-20/+0Star
* fdisk: fix "type qualifiers ignored on function return type"Karel Zak2007-05-311-1/+1
* fdisk: use unsigned long long instead int for sectorsKarel Zak2007-05-311-36/+36
* Imported from util-linux-2.13-pre6 tarball.Karel Zak2006-12-071-2/+2
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-071-1/+1
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-3/+5
* Imported from util-linux-2.12m tarball.Karel Zak2006-12-071-1/+7
* Imported from util-linux-2.12k tarball.Karel Zak2006-12-071-1/+3