summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * partx: add --output-all optionSami Kerola2018-05-032-1/+11
* | fdisk: fix typo in debug stringVaclav Dolezal2018-05-091-1/+1
|/
* fdisk: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-05-031-1/+1
* cfdisk: fix missing prototype for `get_wch`Patrick Steinhardt2018-04-111-0/+4
* libfdisk: (docs) update yearKarel Zak2018-03-202-2/+2
* libblkid: ignore private Stratis devicesTony Asleson2018-03-091-1/+1
* fsck: cleanup find_fsck()Karel Zak2018-02-191-6/+14
* Merge branch 'maybe-for-v2.32' of https://github.com/rudimeier/util-linuxKarel Zak2018-02-163-3/+3
|\
| * misc: fix typos using codespellRuediger Meier2018-02-163-3/+3
* | fsck: coding style cleanupKarel Zak2018-02-161-2/+4
* | fsck: use xasprintf to avoid buffer overruns with an insane fs typeTheodore Ts'o2018-02-161-6/+9
|/
* fsck.cramfs: fix error messageRuediger Meier2018-01-241-1/+6
* fsck.cramfs: fix crash when superblock size is too smallRuediger Meier2018-01-241-1/+1
* Revert "fsck.cramfs: Fix bus error on broken file system."Ruediger Meier2018-01-241-7/+6Star
* sfdisk: add hint about udev and flock to the man pageKarel Zak2018-01-171-0/+16
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-173-3/+3
* sfdisk: cleanup shortcuts in man page tooKarel Zak2018-01-121-2/+2
* libfdisk: (script) support R (RAID) and V (LVM) shortcutsKarel Zak2018-01-092-2/+8
* libfdisk: extend API to provide label specific geometry rangesKarel Zak2018-01-021-8/+26
* sfdisk: wait before re-readKarel Zak2018-01-021-1/+8
* lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-6/+7
* blockdev: be more explicit for BLKSSZ in blockdev.8Karel Zak2017-11-131-1/+1
* sfdisk: create empty label on 'write' commandKarel Zak2017-11-031-1/+1
* fsck.cramfs: Fix bus error on broken file system.Tobias Stoeckmann2017-11-021-6/+7
* sfdisk: allow to disable bootable flag on all partitionsKarel Zak2017-11-022-5/+13
* sfdisk: allow to use --activate for PMBRKarel Zak2017-11-021-3/+9