summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen2023-02-141-0/+5
* dm: avoid using symbolic permissionsHeinz Mauelshagen2023-02-141-3/+3
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-4/+8
* dm: avoid initializing static variablesHeinz Mauelshagen2023-02-141-2/+2
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-26/+24
* dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen2023-02-141-4/+4
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm: send just one event on resize, not twoMikulas Patocka2023-02-141-14/+13
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-0/+2
* dm: track per-add_disk holder relations in DMChristoph Hellwig2022-11-161-10/+39
* dm: make sure create and remove dm device won't race with open and close tableYu Kuai2022-11-161-0/+16
* dm: cleanup close_table_deviceChristoph Hellwig2022-11-161-9/+3
* dm: cleanup open_table_deviceChristoph Hellwig2022-11-161-29/+27
* dm: remove free_table_devicesChristoph Hellwig2022-11-161-14/+1