summaryrefslogtreecommitdiff
path: root/disk-utils/sfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* sfdisk: inform about failed fsync() [coverity scan]Karel Zak2022-08-111-2/+3
* sfdisk: improve code readability for coverity scanKarel Zak2022-08-111-3/+3
* fix various formatsRosen Penev2022-05-101-4/+4
* sfdisk add --backup-pt-sectorsKarel Zak2021-12-091-2/+35
* sfdisk: fix typo in --move-data when check partition sizeKarel Zak2021-11-081-1/+1
* sfdisk: write empty label also when only ignored partition specifiedKarel Zak2021-08-191-2/+3
* libfdisk: add and fix __format__ attributesKarel Zak2021-06-181-2/+2
* sfdisk: fix resources leak [coverity scan]Karel Zak2021-03-251-0/+1
* sfdisk: support for type="partition type name"Karel Zak2021-02-231-0/+1
* sfdisk: fix backward --move-dataKarel Zak2020-11-061-6/+13
* sfdisk: correct --json --dump false exclusiveDimitri John Ledkov2020-11-041-1/+2
* sfdisk: do not free device name too soon [coverity scan]Sami Kerola2020-10-161-1/+2
* sfdisk: disable bootbits protection on '--wipe always'Karel Zak2020-10-151-2/+4
* fdisk: always report fdisk_create_disklabel() errorsKarel Zak2020-09-301-4/+5
* sfdisk: add --lock and LOCK_BLOCK_DEVICEKarel Zak2020-05-271-42/+46
* sfdisk: avoid unneeded empty lines with '--list-free'Wolfram Sang2020-05-121-7/+3
* (s)fdisk: avoid unneeded empty lines with '--list'Wolfram Sang2020-05-111-7/+3
* sfdisk: only report I/O errors on --move-dataKarel Zak2020-04-221-27/+31
* [clang-tidy] do not use else after returnRosen Penev2020-04-201-3/+9
* Merge branch 'topic/fdisk'Karel Zak2020-03-031-2/+5
|\
| * sfdisk: extend --part-type, support aliasesKarel Zak2020-03-031-2/+5
* | sfdisk: fix previous --append patch, improve man pageKarel Zak2020-03-021-3/+6
* | sfdisk: fix --append to PT with gapsKarel Zak2020-03-021-8/+9
|/
* sfdisk: add --relocate commandKarel Zak2020-02-051-2/+49
* sfdisk: fix ref-counting for the scriptKarel Zak2020-02-041-0/+1
* libfdisk: (script) accept sector-size, ignore unknown headersKarel Zak2020-02-041-1/+5
* sfdisk: add --disk-id to change disk UUID/IDKarel Zak2020-01-231-0/+54
* sfdisk: remove broken step alignment for --moveKarel Zak2020-01-231-9/+4
* sfdisk: make sure we do not overlap on --moveKarel Zak2020-01-231-2/+12
* sfdisk: remove never read value [clang scan]Karel Zak2020-01-151-1/+0
* sfdisk: check fdisk_script_set_header() return code [coverity scan]Karel Zak2020-01-151-2/+2
* docs: fix typos [fossies codespell scan]Karel Zak2020-01-091-1/+1
* sfdisk: (move-data) improve MiB/s progress barKarel Zak2019-09-301-9/+19
* sfdisk: (--move-data) add speed to progress bar, don't use POSIX_FADV_DONTNEEDKarel Zak2019-09-061-9/+29
* sfdisk: (--move-data) add simple progress barKarel Zak2019-09-061-1/+18
* sfdisk: add --move-use-fsync, disable fsync() by defaultKarel Zak2019-09-061-1/+9
* sfdisk: (--move-data) make log optionalKarel Zak2019-09-061-28/+36
* sfdisk: (--move-data) keep step size based on optimal I/OKarel Zak2019-09-061-11/+13
* sfdisk: make --no-act usable for --move-data tooKarel Zak2019-09-061-31/+41
* tests: update sfdisk wipe outputKarel Zak2019-09-051-1/+1
* fdisk: cleanup wipe warningKarel Zak2019-09-041-3/+5
* sfdisk: add -J between mutually exclusive optionsKarel Zak2019-09-031-1/+1
* sfdisk: mark --dump and --list-free as mutually exclusiveKarel Zak2019-09-021-0/+1
* sfdisk: write all message to stdoutKarel Zak2019-08-301-1/+1
* po: remove possibility to translate static option argumentsSami Kerola2019-08-241-3/+6
* sfdisk: use xstrcpy()Karel Zak2019-05-201-1/+1
* sfdisk: remove unnecessary size check [cppcheck]Sami Kerola2019-05-181-2/+0
* fdisk: initialize buffers for get_user_reply() [coverity scan]Karel Zak2019-05-141-2/+2
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-4/+2
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1