summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm: add support for get_unique_idBenjamin Coddington10 days1-0/+55
* dm: Remove unused dm_set_md_typeDr. David Alan Gilbert10 days1-6/+0
* dm: fix a crash if blk_alloc_disk failsMikulas Patocka2024-10-151-1/+3
* Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka2024-09-151-3/+8
* dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka2024-08-131-2/+2
* Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-0/+1
|\
| * block: split integrity support out of bio.hChristoph Hellwig2024-07-031-0/+1
* | Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-16/+38
|\ \
| * | dm: Remove max_secure_erase_granularityDamien Le Moal2024-07-101-2/+0
| * | dm: Remove max_write_zeroes_granularityDamien Le Moal2024-07-101-2/+0
| * | dm: optimize flushesMikulas Patocka2024-06-261-12/+38
| |/
* | dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal2024-07-051-3/+132
* | dm: Refactor is_abnormal_io()Damien Le Moal2024-07-051-13/+11
|/
* block: Generalize chunk_sectors support as boundary supportJohn Garry2024-06-201-1/+1
* block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-191-10/+3
* Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\
| * dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer2024-05-201-1/+1
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-23/+49
|\ \ | |/ |/|
| * dm: Use the block layer zone append emulationDamien Le Moal2024-04-171-23/+49
* | dm: restore synchronous close of device mapper block deviceMing Lei2024-04-161-2/+8
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-8/+9
|\
| * dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-231-8/+9
* | Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-131-7/+21
|\ \
| * | dm: call the resume method on internal suspendMikulas Patocka2024-03-121-6/+20
| * | dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer2024-02-201-1/+1
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-2/+2
|\ \
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-2/+2
| |/
* / md: port block device access to fileChristian Brauner2024-02-251-10/+13
|/
* bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
* Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-011-48/+73
|\
| * dm: respect REQ_NOWAIT flag in normal bios issued to DMMike Snitzer2023-10-271-11/+29
| * dm: enhance alloc_multiple_bios() to be more versatileMike Snitzer2023-10-271-34/+34
| * dm: make __send_duplicate_bios return unsigned intMikulas Patocka2023-10-231-2/+2
| * dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka2023-10-071-2/+9
* | dm: Convert to bdev_open_by_dev()Jan Kara2023-10-281-9/+11
|/
* dm: don't attempt to queue IO under RCU protectionJens Axboe2023-09-151-21/+2
* Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-301-26/+32
|\
| * dm: skip dm-stats work in alloc_io() unless neededMike Snitzer2023-06-171-1/+2
| * dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer2023-06-171-22/+21
| * dm: support turning off block-core's io stats accountingLi Nan2023-06-171-5/+11
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-0/+69
|\ \
| * \ Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-0/+69
| |\ \
| | * | dm: Add support for block PR read keys/reservationMike Christie2023-04-121-0/+69
* | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \
| * | | | dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-261-1/+1
| |/ / /
* | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-10/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-5/+5
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
| * | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
| * | | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2