]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkzonecmd, blkreport: Add new commands for ZAC/ZBC drives
authorShaun Tancheff <shaun@tancheff.com>
Mon, 23 Jan 2017 13:32:42 +0000 (20:32 +0700)
committerKarel Zak <kzak@redhat.com>
Thu, 9 Feb 2017 12:19:44 +0000 (13:19 +0100)
commit70bb534511f193a00ece0e4777ad2e318a62daa0
treec43e3e1d2ec2760e951fb936026617e42ad075b5
parenta18f17ad2b6b6868a7bc977fabd89d6ce6b5b740
blkzonecmd, blkreport: Add new commands for ZAC/ZBC drives

This patch adds:
 - blkreset to issue Reset (Write Pointer) zone commands
 - blkreport to retrieve drive zone information

[kzak@redhat.com: - cleanup man page and usage()
                  - remove command line options aliases,
                  - use strtosize_or_err()
                  - remove unnecessary -ludev
                  - use blkdev.h stuff]

Signed-off-by: Shaun Tancheff <shaun@tancheff.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
.gitignore
configure.ac
sys-utils/Makemodule.am
sys-utils/blkreport.8 [new file with mode: 0644]
sys-utils/blkreport.c [new file with mode: 0644]
sys-utils/blkreset.8 [new file with mode: 0644]
sys-utils/blkreset.c [new file with mode: 0644]