[PATCH] Zoned block device support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ZBC/ZAC compliant devices such as Host Aware drives are now available.

This patch follows the pattern of blkdiscard to and zoned device
commands Open, Close and Reset as well as Report zones.

Note that this interface depends on Block layer support ZAC/ZBC commands
https://lkml.kernel.org/r/1465227572-27149-1-git-send-email-shaun@xxxxxxxxxxxx

Shaun Tancheff (1):
  Add blkzonecmd and blkreport ZAC/ZBC drives

 configure.ac            |  14 ++
 include/strutils.h      |   1 +
 lib/strutils.c          |   6 +-
 sys-utils/Makemodule.am |  14 ++
 sys-utils/blkreport.8   |  96 +++++++++
 sys-utils/blkreport.c   | 546 ++++++++++++++++++++++++++++++++++++++++++++++++
 sys-utils/blkzonecmd.8  |  78 +++++++
 sys-utils/blkzonecmd.c  | 239 +++++++++++++++++++++
 8 files changed, 993 insertions(+), 1 deletion(-)
 create mode 100644 sys-utils/blkreport.8
 create mode 100644 sys-utils/blkreport.c
 create mode 100644 sys-utils/blkzonecmd.8
 create mode 100644 sys-utils/blkzonecmd.c

-- 
2.8.1

--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux