]> git.ipfire.org Git - thirdparty/util-linux.git/history - disk-utils
cal: Update man page
[thirdparty/util-linux.git] / disk-utils /
2020-05-11  Wolfram Sang(s)fdisk: avoid unneeded empty lines with '--list'
2020-05-06  Wolfram Sangfdisk: better wording for '-B' in the man page
2020-05-06  Wolfram Sangfdisk: specify in '--help' that we can have multiple...
2020-04-22  Karel Zaksfdisk: only report I/O errors on --move-data
2020-04-22  Karel ZakMerge branch 'clang' of https://github.com/neheb/util...
2020-04-20  Rosen Penev[clang-tidy] fix misleading identation
2020-04-20  Rosen Penev[clang-tidy] fix wrong *cmp usage
2020-04-20  Rosen Penev[clang-tidy] do not use else after return
2020-04-19  Rosen Penev[clang-tidy] do not return in void functions
2020-03-24  Karel Zakfdisk: make sure label defined for some menu entries
2020-03-24  Karel Zakfdisk: add --noauto-pt
2020-03-10  Zbigniew Jędrzejew... fsck.cramfs: fix macro usage
2020-03-09  Karel ZakMerge branch 'topic/irq'
2020-03-03  Karel ZakMerge branch 'topic/fdisk'
2020-03-03  Karel Zakfdisk: add support for parttype aliases
2020-03-03  Karel Zaksfdisk: extend --part-type, support aliases
2020-03-02  Karel Zaksfdisk: fix previous --append patch, improve man page
2020-03-02  Karel Zaksfdisk: fix --append to PT with gaps
2020-02-27  Karel ZakMerge branch 'libuuid-range' of https://github.com...
2020-02-20  Karel Zakfdisk: improve list-types readability
2020-02-20  Karel Zaksfdisk: (man) add note about type and shortcuts collision
2020-02-05  Karel Zaksfdisk: add --relocate command
2020-02-05  Karel Zakfdisk: add --list-details
2020-02-05  Karel Zakdocs: improve size arguments description in --help...
2020-02-04  Karel Zaksfdisk: fix ref-counting for the script
2020-02-04  Karel Zaklibfdisk: (script) accept sector-size, ignore unknown...
2020-01-23  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2020-01-23  Karel ZakMerge branch 'patch-2' of https://github.com/yurchor...
2020-01-23  Karel ZakMerge branch 'patch-1' of https://github.com/yurchor...
2020-01-23  Karel Zaksfdisk: add --disk-id to change disk UUID/ID
2020-01-23  Karel ZakMerge branch 'dmverity_sig' of https://github.com/bluca...
2020-01-23  Karel ZakMerge branch 'Jookia-patch-1' of https://github.com...
2020-01-23  Karel Zaksfdisk: remove broken step alignment for --move
2020-01-23  Karel Zaksfdisk: make sure we do not overlap on --move
2020-01-15  Karel Zaksfdisk: remove never read value [clang scan]
2020-01-15  Karel Zaksfdisk: check fdisk_script_set_header() return code...
2020-01-15  Karel Zakcfdisk: check mnt_table_parse_fstab() return code ...
2020-01-09  Karel Zakdocs: fix typos [fossies codespell scan]
2020-01-02  Karel ZakMerge branch 'fix-map-current-user-shortopt' of https...
2019-12-20  Karel ZakMerge branch 'master' of https://github.com/dsd/util...
2019-12-17  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2019-12-17  Bjarni Ingi Gislasonman pages: Change a HYPHEN-MINUS (-) to a minus (\...
2019-12-17  Bjarni Ingi Gislasonman pages: Add a comma after "e.g." and "i.e."
2019-12-17  Bjarni Ingi Gislasonman pages: Fix misuse of two-fonts macros
2019-12-16  Daniel Drakeisosize: move ISO size functions into a shared header
2019-10-01  Elliott Mitchellcleanup: Remove some spurious spaces
2019-10-01  Karel Zaklibfdisk: (gpt) fix hybrid MBR detection, fix 'w'
2019-09-30  Karel Zakfdisk: use 'r' to return from MBR to GPT
2019-09-30  Karel Zaksfdisk: (move-data) improve MiB/s progress bar
2019-09-30  Karel ZakMerge branch 'master' of https://github.com/dsd/util...
2019-09-30  Karel ZakMerge branch 'nproc' of https://github.com/mator/util...
2019-09-30  Karel ZakMerge branch 'non-canonical-completion' of https:/...
2019-09-26  Karel Zaksfdisk: (man) add note about interactive mode)
2019-09-20  Karel Zakmkswap: cast before lseek [lgtm scan]
2019-09-20  Karel Zakfdformat: cast before lseek [lgtm scan]
2019-09-16  Karel ZakMerge branch 'typos' of https://github.com/kerolasa...
2019-09-16  Karel Zaklibfdisk: add sector-size to dump
2019-09-12  Karel ZakMerge branch 'sfdisk-man-page-typo' of https://github...
2019-09-10  Matthew Krupcaledisk-utils: docs: fix sfdisk(8) man page typo
2019-09-06  Karel Zaksfdisk: (--move-data) add speed to progress bar, don...
2019-09-06  Karel Zaksfdisk: (--move-data) add simple progress bar
2019-09-06  Karel Zaksfdisk: add --move-use-fsync, disable fsync() by default
2019-09-06  Karel Zaksfdisk: (--move-data) make log optional
2019-09-06  Karel Zaksfdisk: (--move-data) keep step size based on optimal I/O
2019-09-06  Karel Zaksfdisk: make --no-act usable for --move-data too
2019-09-06  Karel ZakMerge branch 'xfs-v5' of https://github.com/mator/util...
2019-09-05  Karel Zaktests: update sfdisk wipe output
2019-09-05  Karel Zakfdisk: fix quit dialog for non-libreadline version
2019-09-05  Karel Zakfdisk: make quit question more usable
2019-09-04  Karel Zakfdisk: cleanup wipe warning
2019-09-03  Karel Zaksfdisk: add -J between mutually exclusive options
2019-09-03  Karel Zakfdisk: add hint about --wipe to warning
2019-09-02  Karel Zaksfdisk: mark --dump and --list-free as mutually exclusive
2019-08-30  Karel Zaksfdisk: write all message to stdout
2019-08-27  Karel ZakMerge branch '2019wk33' of https://github.com/kerolasa...
2019-08-26  Sami Keroladocs: try to find broken man references and fix them
2019-08-24  Sami Kerolapo: remove possibility to translate static option arguments
2019-08-21  Karel ZakMerge branch 'container' of https://github.com/slashdd...
2019-08-21  Karel Zakpartx: document -d vs. --nr and fix test
2019-08-21  Karel Zakpartx: don't report ENXIO as error on -d
2019-08-08  Rosen PenevRemove unused utime.h header
2019-08-08  Karel Zaklibfdisk: (script) support shortcuts in the type= field
2019-06-18  Karel ZakMerge branch 'su_err_msg' of https://github.com/jhrozek...
2019-06-11  Karel Zakcfdisk: free libfdisk items
2019-06-11  Karel Zakcfdisk: simplify code
2019-05-28  Karel Zakfdisk: add note about -S and -H
2019-05-20  Karel Zaksfdisk: use xstrcpy()
2019-05-20  Karel ZakMerge branch '2019wk19' of https://github.com/kerolasa...
2019-05-18  Sami Kerolasfdisk: remove unnecessary size check [cppcheck]
2019-05-14  Karel Zakfdisk: initialize buffers for get_user_reply() [coverit...
2019-04-16  Karel Zakmisc: consolidate version printing and close_stdout()
2019-04-16  Karel Zakinclude/c: add print_version() macro
2019-04-02  Karel ZakMerge branch 'spelling' of https://github.com/jwilk...
2019-03-28  Karel Zakfsck: (man) labels are available for all filesystems
2019-03-08  Karel ZakMerge branch 'setterm' of https://github.com/jwilk...
2019-03-08  Karel ZakMerge branch 'patch-2' of https://github.com/MeggyCal...
2019-03-08  Karel Zakmkswap: be more explicit about maximal number of pages
2019-03-04  Karel ZakMerge branch 'evelu-epyc' of https://github.com/ErwanAl...
2019-02-28  Karel Zakblockdev: make –-getbsz less confusing for end-users
2019-02-18  Sami Kerolavarious: fix 'uninitialized when used' warnings [clang]
next