summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang2022-10-181-1/+0
* dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-181-4/+4
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-1/+1
* | block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-1/+1
* | block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-3/+3
* | Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-021-171/+291
|\ \
| * | dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-281-7/+6
| * | dm: Start pr_preempt from the same starting pathMike Christie2022-07-281-14/+31
| * | dm: Fix PR release handling for non All RegistrantsMike Christie2022-07-281-14/+34
| * | dm: Start pr_reserve from the same starting pathMike Christie2022-07-281-14/+32
| * | dm: Allow dm_call_pr to be used for path searchesMike Christie2022-07-281-12/+38
| * | dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer2022-07-281-0/+5
| * | dm table: audit all dm_table_get_target() callersMike Snitzer2022-07-071-11/+11
| * | dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-2/+2
| * | dm: add two stage requeue mechanismMing Lei2022-07-071-27/+94
| * | dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei2022-06-291-25/+45
| * | dm: refactor dm_md_mempool allocationChristoph Hellwig2022-06-291-52/+0
* | | dm/core: Combine request operation type and flagsBart Van Assche2022-07-141-5/+5
* | | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
* | | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-1/+1
|/ /
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* | dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
|/
* dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei2022-06-231-4/+7