summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* fdisk: (gpt) make PMBR accessible from main menuKarel Zak2017-11-021-4/+6
* cfdisk: cleanup die-on-signal codeKarel Zak2017-09-261-16/+47
* cfdisk: make resize code more readableKarel Zak2017-09-261-10/+10
* swaplabel: fix --disable-libuuid compilationKarel Zak2017-09-151-0/+5
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-1/+1
* fdisk: use strutils to trim whitespace from inputVaclav Dolezal2017-08-291-6/+1Star
* fdisk: fix copy from readline and whitespace strippingVaclav Dolezal2017-08-281-3/+3
* fdisk: minor fixes to make readline workVaclav Dolezal2017-08-281-3/+4
* fdisk: add missing includeKarel Zak2017-08-241-0/+1
* fdisk: fix readline interaction with signalsKarel Zak2017-08-243-63/+102
* fdisk: handle SIGINT in dialogs as cancelVaclav Dolezal2017-08-241-2/+27
* fdisk: add wrap_fgets() for getting user inputVaclav Dolezal2017-08-241-31/+26Star
* isosize: usage() and coding style cleanupKarel Zak2017-08-211-13/+17
* isosize: iterate over all arguments even when something failsKarel Zak2017-08-212-13/+45
* cfdisk: add missing 0x7F key mappingKarel Zak2017-08-151-0/+1
* blockdev: document --setro more properlyKarel Zak2017-08-141-1/+2
* cfdisk: add resize functionKarel Zak2017-07-191-7/+49
* cfdisk: use fdisk_reread_changes()Karel Zak2017-07-141-1/+11
* fdisk: use fdisk_reread_changes()Karel Zak2017-07-143-1/+15
* partx: move partx.h to include/Karel Zak2017-07-142-74/+4Star
* sfdisk: use fdisk_device_is_used()Karel Zak2017-07-141-27/+1Star
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-121-1/+1
* fdisk: reset context after failed scriptKarel Zak2017-07-101-2/+8
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2920-34/+34