summaryrefslogtreecommitdiff
path: root/drivers/md/dm-zone.c
AgeCommit message (Expand)Author
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-15dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal
2024-06-15dm: Improve zone resource limits handlingDamien Le Moal
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal
2024-05-27dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig
2024-05-27dm: remove dm_check_zonedChristoph Hellwig
2024-05-27dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal
2023-06-16dm zone: Use the bitmap API to allocate bitmapsChristophe JAILLET
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2021-06-25dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal