]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkpr: add block persistent reservations command
authorzhenwei pi <pizhenwei@bytedance.com>
Thu, 16 Sep 2021 03:29:01 +0000 (11:29 +0800)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Apr 2022 09:04:13 +0000 (11:04 +0200)
commit627428a95692eddf9d6a5f43a50f2fbcded5f5e5
treef73b5b67e5843f8b9eb5d039182d195ef9fbbd2d
parentfc686823b008bc95e2ebe904c706a117a03e2754
blkpr: add block persistent reservations command

Linux kernel block layer supports PR (persistent reservations) ioctl
on a block device. Typically SCSI and NVMe disk support PR feature,
and blkpr could operation on them.

Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
configure.ac
sys-utils/Makemodule.am
sys-utils/blkpr.8.adoc [new file with mode: 0644]
sys-utils/blkpr.c [new file with mode: 0644]