diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-11-11 05:39:25 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-13 05:11:57 +0300 |
commit | 5eac3eb30c9ab9ee7fe2bd9aa9db6373cabb77f8 (patch) | |
tree | d748a76fbb49647100e675848603b46b124e5746 /fs | |
parent | ceeb373aa6b9eb75ed3278d4b3ff2318c304e70c (diff) | |
download | linux-5eac3eb30c9ab9ee7fe2bd9aa9db6373cabb77f8.tar.xz |
block: Remove partition support for zoned block devices
No known partitioning tool supports zoned block devices, especially the
host managed flavor with strong sequential write constraints.
Furthermore, there are also no known user nor use cases for partitioned
zoned block devices.
This patch removes partition device creation for zoned block devices,
which allows simplifying the processing of zone commands for zoned
block devices. A warning is added if a partition table is found on the
device.
For report zones operations no zone sector information remapping is
necessary anymore, simplifying the code. Of note is that remapping of
zone reports for DM targets is still necessary as done by
dm_remap_zone_report().
Similarly, remaping of a zone reset bio is not necessary anymore.
Testing for the applicability of the zone reset all request also becomes
simpler and only needs to check that the number of sectors of the
requested zone range is equal to the disk capacity.
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions