summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
14 daysdm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki
2025-06-30dm: Check for forbidden splitting of zone write operationsDamien Le Moal
2025-06-30dm: Always split write BIOs to zoned device limitsDamien Le Moal
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf
2025-05-04dm: use generic functions instead of disable_discard and disable_write_zeroesMikulas Patocka
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski
2025-04-11dm: free table mempools if not used in __bindBenjamin Marzinski
2025-04-11dm: don't change md if dm_table_set_restrictions() failsBenjamin Marzinski
2025-02-24dm: fix unconditional IO throttle caused by REQ_PREFLUSHJinliang Zheng
2025-01-17dm: Ensure cloned bio is same length for atomic writeJohn Garry
2025-01-17dm: disable REQ_NOWAIT for flushesMikulas Patocka
2025-01-17dm: remove useless test in alloc_multiple_biosMikulas Patocka
2024-11-20dm: add support for get_unique_idBenjamin Coddington
2024-11-20dm: Remove unused dm_set_md_typeDr. David Alan Gilbert
2024-10-15dm: fix a crash if blk_alloc_disk failsMikulas Patocka
2024-09-15Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka
2024-08-13dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-10dm: Remove max_secure_erase_granularityDamien Le Moal
2024-07-10dm: Remove max_write_zeroes_granularityDamien Le Moal
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal
2024-07-03block: split integrity support out of bio.hChristoph Hellwig
2024-06-26dm: optimize flushesMikulas Patocka
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-05-21Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal
2024-04-16dm: restore synchronous close of device mapper block deviceMing Lei
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12dm: call the resume method on internal suspendMikulas Patocka
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-25md: port block device access to fileChristian Brauner
2024-02-22dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-11-01Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara
2023-10-27dm: respect REQ_NOWAIT flag in normal bios issued to DMMike Snitzer
2023-10-27dm: enhance alloc_multiple_bios() to be more versatileMike Snitzer
2023-10-23dm: make __send_duplicate_bios return unsigned intMikulas Patocka
2023-10-06dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds