summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-061-3/+1Star
* cfdisk: use new libsmartcols functionality to fix outputKarel Zak2015-12-071-0/+1
* Revert "cfdisk: make sure that output fits to terminal width"Karel Zak2015-12-071-13/+2Star
* fdformat: fix block device open raceSami Kerola2015-11-221-4/+2Star
* mkswap: fix block device open raceSami Kerola2015-11-221-15/+6Star
* mkfs.minix: fix block device open raceSami Kerola2015-11-221-6/+1Star
* mkfs.bfs: allow creating file system to a fileSami Kerola2015-11-221-3/+0Star
* mkfs.bfs: fix block device open raceSami Kerola2015-11-221-1/+1
* fsck: retire stat(3) when access(3) does better jobSami Kerola2015-11-091-2/+1Star
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-151-1/+1
* partx: prevent code duplicationKarel Zak2015-10-091-36/+23Star
* sfdisk: add --deleteKarel Zak2015-09-172-0/+53
* sfdisk: fix -N return code detection, add debug messagesKarel Zak2015-09-171-5/+14
* sfdisk: cleanup and optimize --move-dataKarel Zak2015-09-091-20/+32
* sfdisk: add --move-dataKarel Zak2015-09-082-11/+227
* sfdisk: add --reorderKarel Zak2015-09-072-1/+42
* Fix trivial typosYuri Chornoivan2015-08-251-1/+1
* 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