aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-24dm: fix unconditional IO throttle caused by REQ_PREFLUSHJinliang Zheng1-2/+6
2025-01-17dm: Ensure cloned bio is same length for atomic writeJohn Garry1-0/+3
2025-01-17dm: disable REQ_NOWAIT for flushesMikulas Patocka1-0/+9
2025-01-17dm: 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/git/device-mapper/linux-dmLinus 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-20block: 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/git/device-mapper/linux-dmLinus 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-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-8/+9
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus 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-22dm: 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-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+2
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-01Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-48/+73
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara1-9/+11
2023-10-27dm: respect REQ_NOWAIT flag in normal bios issued to DMMike Snitzer1-11/+29
2023-10-27dm: enhance alloc_multiple_bios() to be more versatileMike Snitzer1-34/+34
2023-10-23dm: make __send_duplicate_bios return unsigned intMikulas Patocka1-2/+2
2023-10-06dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka1-2/+9
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-26/+32
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+69
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-10/+10
2023-06-16dm: skip dm-stats work in alloc_io() unless neededMike Snitzer1-1/+2
2023-06-16dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer1-22/+21
2023-06-16dm: support turning off block-core's io stats accountingLi Nan1-5/+11
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer1-9/+16
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-5/+5