summaryrefslogtreecommitdiff
path: root/net/lapb
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2020-05-15 14:48:56 +0900
committerMartin K. Petersen <martin.petersen@oracle.com>2020-05-19 21:18:26 -0400
commitc5f8852273dd7df45d3fe12cf0e2ec68cacfad80 (patch)
tree5b9ef064763dc0878e147975f423ee31d7bf4c0e /net/lapb
parent5cac1095cf289f7623f835a9212b9ec0ad3b85b3 (diff)
scsi: sd: Add zoned capabilities device attribute
Export through sysfs as a scsi_disk attribute the zoned capabilities of a disk ("zoned_cap" attribute file). This new attribute indicates in human readable form (i.e. a string) the zoned block capabilities implemented by the disk as found in the ZONED field of the disk block device characteristics VPD page. The possible values are: - "none": ZONED=00b (not reported), regular disk - "host-aware": ZONED=01b, host-aware ZBC disk - "drive-managed": ZONED=10b, drive-managed ZBC disk (regular disk interface) For completeness, also add the following value which is detected using the device type rather than the ZONED field: - "host-managed": device type = 0x14 (TYPE_ZBC), host-managed ZBC disk This new sysfs attribute is purely informational and complementary to the "zoned" device request queue sysfs attribute as it allows applications and user daemons (e.g. udev) to easily differentiate regular disks from drive-managed SMR disks without the need for direct access tools such as provided by sg3utils. Link: https://lore.kernel.org/r/20200515054856.1408575-1-damien.lemoal@wdc.com Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions