summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* partx: document -d vs. --nr and fix testHEADmasterKarel Zak2019-08-211-1/+4
* partx: don't report ENXIO as error on -dKarel Zak2019-08-211-2/+1Star
* Remove unused utime.h headerRosen Penev2019-08-081-1/+0Star
* libfdisk: (script) support shortcuts in the type= fieldKarel Zak2019-08-081-1/+2
* cfdisk: free libfdisk itemsKarel Zak2019-06-111-0/+1
* cfdisk: simplify codeKarel Zak2019-06-111-3/+1Star
* fdisk: add note about -S and -HKarel Zak2019-05-281-0/+4
* sfdisk: use xstrcpy()Karel Zak2019-05-201-1/+1
* sfdisk: remove unnecessary size check [cppcheck]Sami Kerola2019-05-181-2/+0Star
* fdisk: initialize buffers for get_user_reply() [coverity scan]Karel Zak2019-05-143-5/+5
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-1620-60/+39Star
* include/c: add print_version() macroKarel Zak2019-04-162-16/+4Star
* fsck: (man) labels are available for all filesystemsKarel Zak2019-03-281-1/+1
* mkswap: be more explicit about maximal number of pagesKarel Zak2019-03-081-1/+1
* blockdev: make –-getbsz less confusing for end-usersKarel Zak2019-02-281-1/+3
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-182-2/+2
* sfdisk: Avoid out of boundary read with readlineTobias Stoeckmann2019-02-181-1/+3
* fdisk: use 2 decimal places for size in disk summaryKarel Zak2019-02-122-4/+7
* swapon: rewrite section about swapfilesKarel Zak2019-01-221-12/+3Star
* swapon: (man) iomap for swapfile is already supported by kernelKarel Zak2019-01-211-1/+1
* swapon: (man) cleanup note about holesKarel Zak2019-01-211-8/+9
* fsck.cramfs: fix utimes() usageKarel Zak2019-01-151-3/+3
* fsck.cramfs: use utimes() instead of utime() that is obsoleteSami Kerola2019-01-121-4/+4
* fdisk: make partition types uses more robustKarel Zak2019-01-101-3/+8
* fdisk: support CTRL+C on change-partition-type dialogKarel Zak2019-01-101-4/+11
* mkswap: use dd(1) in example rather than fallocate(1)Karel Zak2018-12-121-1/+3
* mkswap: fix page size warning messageNoel Cragg2018-11-291-1/+1
* sfdisk: disable --activate for Hybrid GPT/MBRKarel Zak2018-10-041-0/+3
* sfdisk: be more verbose about PMBR on --activateKarel Zak2018-10-042-0/+5
* mkfs.cramfs: properly copy disk nameKarel Zak2018-10-031-2/+2
* libfdisk: accept grain script headerKarel Zak2018-09-121-0/+5
* sfdisk: document script GPT headersKarel Zak2018-09-121-0/+9
* fdisk: add "Disk model:" to the print outputKarel Zak2018-08-301-0/+3
* Fix man page typosJakub Wilk2018-08-162-2/+2
* man pages: Remove "left" (or change to "l") in the column formats of tablesBjarni Ingi Gislason2018-08-061-1/+1
* fdisk: fix error message on 'd' commandKarel Zak2018-08-011-2/+4
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-312-7/+12
* cfdisk: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-1/+1
* mkswap: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-3/+4
* mkfs.cramfs: remove redundant conditionKarel Zak2018-07-181-1/+1
* blockdev: use new ul_path_* APIKarel Zak2018-06-211-12/+15
* partx: use new ul_path_* APIKarel Zak2018-06-211-4/+5
* resizepart: use new ul_path_* APIKarel Zak2018-06-211-8/+10
* libfdisk: use new ul_path_* APIKarel Zak2018-06-211-1/+1
* partx: exit with error code when partition read failedAndreas Henriksson2018-06-181-1/+3
* nls: remove translation stringsSami Kerola2018-05-281-1/+1
* cfdisk: fix compiler warnings, follow-up 7085f1e4 (#636)Ruediger Meier2018-05-241-2/+2
* cfdisk: use uint64_t to avoid compiler warningsKarel Zak2018-05-241-11/+11
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-233-4/+4
* Merge branch 'output-all' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2018-05-102-1/+11
|\