index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zone.c
Age
Commit message (
Expand
)
Author
2024-07-05
dm: handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
2024-06-15
dm: Remove unused macro DM_ZONE_INVALID_WP_OFST
Damien Le Moal
2024-06-15
dm: Improve zone resource limits handling
Damien Le Moal
2024-06-15
dm: Call dm_revalidate_zones() after setting the queue limits
Damien Le Moal
2024-05-27
dm: make dm_set_zones_restrictions work on the queue limits
Christoph Hellwig
2024-05-27
dm: remove dm_check_zoned
Christoph Hellwig
2024-05-27
dm: move setting zoned_enabled to dm_table_set_restrictions
Christoph Hellwig
2024-05-01
dm: Check that a zoned table leads to a valid mapped device
Damien Le Moal
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
dm: Use the block layer zone append emulation
Damien Le Moal
2023-06-16
dm zone: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-07-14
dm/zone: Use the enum req_op type
Bart Van Assche
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-07-06
block: use bdev_is_zoned instead of open coding it
Christoph Hellwig
2022-05-05
dm: don't grab target io reference in dm_zone_map_bio
Ming Lei
2022-04-13
dm zone: fix NULL pointer dereference in dm_zone_map_bio
Mike Snitzer
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2021-06-25
dm zone: fix dm_revalidate_zones() memory allocation
Damien Le Moal
2021-06-04
dm: introduce zone append emulation
Damien Le Moal
2021-06-04
dm: Forbid requeue of writes to zones
Damien Le Moal
2021-06-04
dm: Introduce dm_report_zones()
Damien Le Moal
2021-06-04
dm: move zone related code to dm-zone.c
Damien Le Moal