summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+32
2025-09-18dm: optimize REQ_PREFLUSH with data when using the linear targetMikulas Patocka1-8/+24
2025-08-26dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-08-26dm: fix queue start/stop imbalance under suspend/load/resume racesZheng Qixing1-3/+5
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
2025-08-04Merge tag 'for-6.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-17dm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki1-11/+7
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-1/+1
2025-07-01dm: Check for forbidden splitting of zone write operationsDamien Le Moal1-4/+13
2025-07-01dm: Always split write BIOs to zoned device limitsDamien Le Moal1-7/+22
2025-07-01block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-1/+3
2025-06-27dm: Simplify dm_io_complete()Damien Le Moal1-9/+2
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf1-6/+11
2025-05-04dm: use generic functions instead of disable_discard and disable_write_zeroesMikulas Patocka1-18/+2
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski1-0/+6
2025-04-11dm: free table mempools if not used in __bindBenjamin Marzinski1-4/+4
2025-04-11dm: don't change md if dm_table_set_restrictions() failsBenjamin Marzinski1-10/+12
2025-02-24dm: fix unconditional IO throttle caused by REQ_PREFLUSHJinliang Zheng1-2/+6
2025-01-18dm: Ensure cloned bio is same length for atomic writeJohn Garry1-0/+3
2025-01-18dm: disable REQ_NOWAIT for flushesMikulas Patocka1-0/+9
2025-01-18dm: remove useless test in alloc_multiple_biosMikulas Patocka1-10/+9
2024-11-20dm: add support for get_unique_idBenjamin Coddington1-0/+55
2024-11-20dm: Remove unused dm_set_md_typeDr. David Alan Gilbert1-6/+0
2024-10-15dm: fix a crash if blk_alloc_disk failsMikulas Patocka1-1/+3
2024-09-15Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka1-3/+8
2024-08-13dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+38
2024-07-10dm: Remove max_secure_erase_granularityDamien Le Moal1-2/+0
2024-07-10dm: Remove max_write_zeroes_granularityDamien Le Moal1-2/+0
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal1-3/+132
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal1-13/+11
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-0/+1
2024-06-26dm: optimize flushesMikulas Patocka1-12/+38
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry1-1/+1
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig1-10/+3
2024-05-21Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer1-1/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-23/+49
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal1-23/+49
2024-04-16dm: restore synchronous close of device mapper block deviceMing Lei1-2/+8
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+9
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+21
2024-03-12dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-02-25md: port block device access to fileChristian Brauner1-10/+13
2024-02-23dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-8/+9
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+2