summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-8/+9
|\
| * dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-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-191-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-061-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-161-1/+2
| * dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer2023-06-161-22/+21
| * dm: support turning off block-core's io stats accountingLi Nan2023-06-161-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-111-0/+69
* | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-1/+1
|\ \ \ \
| * | | | dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-251-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
| * | | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
| |/ /
* | | dm: use op specific max_sectors when splitting abnormal ioMike Snitzer2023-06-151-9/+16
* | | dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng2023-06-151-0/+4
|/ /
* | dm: unexport dm_get_queue_limits()Mike Snitzer2023-04-141-11/+9
* | dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer2023-04-141-4/+6
* | dm: split discards further if target sets max_discard_granularityMike Snitzer2023-03-301-6/+19
* | dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer2023-03-301-0/+2
* | dm: fix improper splitting for abnormal biosMike Snitzer2023-03-301-3/+4
* | Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-241-1/+3
|\ \
| * | dm stats: check for and propagate alloc_percpu failureJiasheng Jiang2023-03-161-1/+3
| |/
* / block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-3/+3
|/
* dm: remove unnecessary (void*) conversion in event_callback()XU pengfei2023-02-201-1/+1
* dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer2023-02-161-0/+1
* dm: add cond_resched() to dm_wq_work()Pingfan Liu2023-02-161-0/+1
* dm: remove flush_scheduled_work() during local_exit()Mike Snitzer2023-02-141-1/+0