Home
last modified time | relevance | path

Searched refs:zoned (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst2 dm-zoned
5 The dm-zoned device mapper target exposes a zoned block device (ZBC and
7 pattern constraints. In effect, it implements a drive-managed zoned
10 host-managed zoned block devices and can mitigate the potential
12 host-aware zoned block devices.
14 For a more detailed description of the zoned block device models and
23 The dm-zoned implementation is simple and minimizes system overhead (CPU
25 host-managed disk with 256 MB zones, dm-zoned memory usage per disk
29 dm-zoned target devices are formatted and checked using the dmzadm
32 https://github.com/hgst/dm-zoned-tools
[all …]
H A Dindex.rst24 dm-zoned
H A Ddm-crypt.rst129 This option is automatically enabled for host-managed zoned block devices
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst22 of the RAID volume stripe segment. For a zoned block device, either host-aware
122 For zoned block devices (zoned attribute indicating "host-managed" or
133 For zoned block devices (zoned attribute indicating "host-managed" or
185 For zoned block devices (zoned attribute indicating "host-managed" or
264 zoned (RO)
266 This indicates if the device is a zoned block device and the zone model of the
267 device if it is indeed zoned. The possible values indicated by zoned are
268 "none" for regular block devices and "host-aware" or "host-managed" for zoned
269 block devices. The characteristics of host-aware and host-managed zoned block
272 "drive-managed" zone model. However, since drive-managed zoned block devices
[all …]
H A Dnull_blk.rst115 zoned=[0/1]: Default: 0
116 Device is a random-access or a zoned block device.
120 1 Block device is exposed as a host-managed zoned block device. Requires
125 Per zone size when exposed as a zoned block device. Must be a power of two.
128 The number of conventional zones to create when block device is zoned. If
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block255 What: /sys/block/<disk>/queue/zoned
259 zoned indicates if the device is a zoned block device
260 and the zone model of the device if it is indeed zoned.
261 The possible values indicated by zoned are "none" for
263 for zoned block devices. The characteristics of
264 host-aware and host-managed zoned block devices are
268 since drive-managed zoned block devices do not support
270 devices and zoned will report "none".
276 nr_zones indicates the total number of zones of a zoned block
284 For zoned block devices (zoned attribute indicating
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A DMakefile26 dm-zoned-y += dm-zoned-target.o dm-zoned-metadata.o dm-zoned-reclaim.o
79 obj-$(CONFIG_DM_ZONED) += dm-zoned.o
H A DKconfig624 tristate "Drive-managed zoned block device target support"
629 This device-mapper target takes a host-managed or host-aware zoned
631 device (drive-managed zoned block device) without any write
633 do not natively support zoned block devices but still want to
639 be called dm-zoned.
H A Ddm-table.c1782 if (zoned_model == BLK_ZONED_NONE && ti_limits.zoned != BLK_ZONED_NONE) { in dm_calculate_queue_limits()
1787 zoned_model = ti_limits.zoned; in dm_calculate_queue_limits()
1824 if (limits->zoned != BLK_ZONED_NONE) { in dm_calculate_queue_limits()
1829 zoned_model = limits->zoned; in dm_calculate_queue_limits()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_5.16.2.bb33 PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned"
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dzonefs.rst10 zonefs is a very simple file system exposing each zone of a zoned block device
11 as a file. Unlike a regular POSIX-compliant file system with native zoned block
13 constraint of zoned block devices to the user. Files representing sequential
19 the implementation of zoned block device support in applications by replacing
23 tree structures (such as used in RocksDB and LevelDB) on zoned block devices
48 technologies. The most common form of zoned storage today uses the SCSI Zoned
52 Solid State Disks (SSD) storage devices can also implement a zoned interface
55 committee aiming at adding a zoned storage interface to the NVMe protocol.
60 Zonefs exposes the zones of a zoned block device as files. The files
149 write feature for zoned block device (ELEVATOR_F_ZBD_SEQ_WRITE elevator feature)
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-settings.c62 lim->zoned = BLK_ZONED_NONE; in blk_set_default_limits()
633 t->zoned = max(t->zoned, b->zoned); in blk_stack_limits()
877 disk->queue->limits.zoned = model; in blk_queue_set_zoned()
H A DMakefile36 obj-$(CONFIG_BLK_DEV_ZONED) += blk-zoned.o
39 obj-$(CONFIG_BLK_DEBUG_FS_ZONED)+= blk-mq-debugfs-zoned.o
H A DKconfig88 Block layer zoned block device support. This option enables
89 support for ZAC/ZBC/ZNS host-managed and host-aware zoned block
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.h124 unsigned zoned: 2; member
217 return sdkp->zoned == 1 || sdkp->device->type == TYPE_ZBC; in sd_is_zoned()
H A Dsd.c538 if (sdkp->zoned == 1) in zoned_cap_show()
540 if (sdkp->zoned == 2) in zoned_cap_show()
3032 sdkp->zoned = (buffer[8] >> 4) & 3; in sd_read_block_characteristics()
3033 if (sdkp->zoned == 1) { in sd_read_block_characteristics()
3047 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
3049 if (sdkp->zoned == 1) in sd_read_block_characteristics()
3052 else if (sdkp->zoned == 2) in sd_read_block_characteristics()
/OK3568_Linux_fs/kernel/fs/zonefs/
H A DKconfig8 zonefs is a simple file system which exposes zones of a zoned block
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_main.c200 module_param_named(zoned, g_zoned, bool, S_IRUGO);
201 MODULE_PARM_DESC(zoned, "Make device as a host-managed zoned block device. Default: false");
358 NULLB_DEVICE_ATTR(zoned, bool, NULL);
595 dev->zoned = g_zoned; in null_alloc_dev()
1124 if (dev->zoned) in null_transfer()
1369 if (dev->zoned) in null_handle_cmd()
1608 if (nullb->dev->zoned) { in null_config_discard()
1706 if (nullb->dev->zoned) { in null_gendisk_register()
1767 if (dev->zoned && in null_validate_conf()
1868 if (dev->zoned) { in null_add_dev()
H A Dnull_blk.h75 bool zoned; /* if device is zoned */ member
H A Dnull_blk_zoned.c119 q->limits.zoned = BLK_ZONED_HM; in null_init_zoned_dev()
/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c386 switch (disk->queue->limits.zoned) { in add_partition()
394 disk->queue->limits.zoned = BLK_ZONED_NONE; in add_partition()
735 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dzns.c107 q->limits.zoned = BLK_ZONED_HM; in nvme_update_zone_info()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-devices-node77 The node's zoned virtual memory statistics.
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h360 enum blk_zoned_model zoned; member
719 return q->limits.zoned; in blk_queue_zoned_model()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c2125 u8 zoned = ata_id_zoned_cap(args->id); in ata_scsiop_inq_b1() local
2132 if (zoned) in ata_scsiop_inq_b1()
2133 rbuf[8] = (zoned << 4); in ata_scsiop_inq_b1()

12