summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* misc: fix shadow declarationsSami Kerola2015-08-241-5/+5
* cfdisk, sfdisk: remove unused variablesKarel Zak2015-08-052-11/+9Star
* sfdisk: clarification for sfdisk man pageIan Wienand2015-08-051-14/+24
* mkfs.minix: add hint for scanners [coverity scan]Karel Zak2015-08-041-0/+1
* mkfs.minix: use xallocKarel Zak2015-08-041-13/+8Star
* mkfs.cramfs: remove dead code [coverity scan]Karel Zak2015-08-041-16/+7Star
* fsck.minix: be more paranoid with block buffers [coverity scan]Karel Zak2015-08-041-2/+2
* cfdisk: check return value [coverity scan]Karel Zak2015-08-041-3/+5
* tests: add way to control mkfs.minix time stampsSami Kerola2015-08-032-4/+23
* mkfs.minix: re-fix block count mathsSami Kerola2015-08-031-2/+2
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-035-20/+20
* sfdisk: don't print extra linebreaks on --quietKarel Zak2015-07-301-4/+4
* docs: make fsck.minix(8) more prettySami Kerola2015-07-301-50/+80
* fsck.minix: introduce long options to the commandSami Kerola2015-07-302-89/+90
* fsck.minix: add minix v3 supportSami Kerola2015-07-301-13/+20
* fsck.minix: rename device file descriptor variableSami Kerola2015-07-301-20/+20
* mkfs.minix: refactor root block content creationSami Kerola2015-07-301-21/+21
* mkfs.minix: check requested blocks will not exceed available on deviceSami Kerola2015-07-301-30/+34
* mkfs.minix: check user input carefullySami Kerola2015-07-302-31/+57
* mkfs.minix: add fs_control structure, and remove most global variablesSami Kerola2015-07-301-190/+190
* mkfs.minix: remove unuseful codeSami Kerola2015-07-301-8/+1Star
* mkfs.minix: use is_mounted() from libcommonSami Kerola2015-07-301-23/+4Star
* mkfs.minix: introduce long options to the commandSami Kerola2015-07-302-64/+71
* mkfs.minix: increase maximum minix v2 and v3 file system sizesJoshua Hudson2015-07-301-4/+21
* fdisk: value is never read [clang analyze]Karel Zak2015-07-291-1/+0Star
* fdisk: value is never read [clang analyze]Karel Zak2015-07-291-1/+0Star
* fdisk: value is never read [clang analyze]Karel Zak2015-07-291-1/+1
* sfdisk: add --list-freeKarel Zak2015-07-282-1/+36
* fdisk: add 'F' command to list free unpartitioned spaceKarel Zak2015-07-283-0/+130
* cfdisk: don't print obsolete CHS addressesKarel Zak2015-07-271-10/+0Star
* cfdisk: make sure that output fits to terminal widthKarel Zak2015-07-271-2/+13
* fdisk: init libsmartcols debugKarel Zak2015-07-272-0/+3
* cfdisk: remove extra line between menu and info lineKarel Zak2015-07-271-1/+1
* cfdisk: spell "label" in lower caseBenno Schulenberg2015-07-271-1/+1
* cfdisk: allow an uppercase X to toggle the extra infoBenno Schulenberg2015-07-271-0/+1
* cfdisk: make sure that extra info is refreshed/removedKarel Zak2015-07-221-1/+3
* cfdisk: properly toggle extra info window, make it more robustKarel Zak2015-07-221-9/+31
* libfdisk: fix fdisk_label_parse_parttype() for unknown typesKarel Zak2015-07-152-2/+2
* docs: unify mkswap(8) with swapon(8) about holes warningSami Kerola2015-06-291-2/+12
* cfdisk: fix condition logic [cppcheck]Boris Egorov2015-06-251-1/+1
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-252-6/+6
* sfdisk: improve some formatting and wording in the man pageBenno Schulenberg2015-06-171-16/+17
* sfdisk: show that the command --verify optionally takes device namesBenno Schulenberg2015-06-172-2/+2
* sfdisk: add --jsonKarel Zak2015-06-152-1/+12
* libfdisk: add new API to read label specific dataKarel Zak2015-06-111-1/+1
* fdisk: differentiate between +<sector> and +<size>{M,G,...}Karel Zak2015-06-101-1/+1
* libfdisk: (gpt) make it possible to create really small partitionsKarel Zak2015-06-081-1/+1
* fdisk: provide more information by 'i'nfo commandKarel Zak2015-05-111-6/+4Star
* fdisk: add the 'i'nfo commandJean-Loup 'clippix' Bogalho2015-05-113-0/+50
* fsck: Fix parsing of -rStanislav Brabec2015-05-051-1/+1