aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-zone.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal1-0/+57
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal1-433/+43
2023-06-16dm zone: Use the bitmap API to allocate bitmapsChristophe JAILLET1-8/+7
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-1/+1
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+2
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer1-5/+2
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer1-1/+1
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-39/+35
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig1-4/+6
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-1/+1
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-1/+1
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei1-10/+0
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer1-21/+28
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-4/+0
2021-06-25dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal1-2/+8
2021-06-04dm: introduce zone append emulationDamien Le Moal1-31/+549
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal1-0/+17
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal1-2/+20
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal1-0/+101