summaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-4/+1
* dm: update targets using system workqueues to use a local workqueueTetsuo Handa2023-02-141-4/+13
* dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen2023-02-141-3/+1
* dm: avoid using symbolic permissionsHeinz Mauelshagen2023-02-141-2/+1
* dm: prefer '"%s...", __func__'Heinz Mauelshagen2023-02-141-7/+7
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+3
* dm: fix undue/missing spacesHeinz Mauelshagen2023-02-141-1/+1
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-13/+20
* dm: address space issues relative to switch/while/for/...Heinz Mauelshagen2023-02-141-1/+1
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-23/+23
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi2022-05-091-1/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\
| * scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* | dm mpath: use DMINFO instead of printk with KERN_INFOMike Snitzer2022-03-021-2/+1
* | dm: stop using bdevnameChristoph Hellwig2022-03-021-4/+2
|/
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+0
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-2/+2
|\
| * block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-1/+1
|/
* dm ima: update dm target attributes for ima measurementsTushar Sugandhi2021-08-201-8/+18
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+28
* dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer2020-09-291-9/+7
* dm mpath: fix racey management of PG initializationMike Snitzer2020-09-011-7/+15
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-48/+98
|\
| * dm mpath: use double checked locking in fast pathMike Snitzer2020-07-131-9/+23
| * dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer2020-07-131-6/+6
| * dm mpath: rework __map_bio()Mike Snitzer2020-07-131-14/+19
| * dm mpath: factor out multipath_queue_bioMike Snitzer2020-07-131-12/+14
| * dm mpath: push locking down to must_push_back_rq()Mike Snitzer2020-07-131-11/+14
| * dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer2020-07-131-18/+34
| * dm mpath: changes from initial m->flags locking auditMike Snitzer2020-07-131-3/+13
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
|/
* dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer2020-06-051-2/+6
* dm mpath: enhance queue_if_no_path debuggingMike Snitzer2020-06-051-7/+23
* dm mpath: restrict queue_if_no_path state machineMike Snitzer2020-06-051-10/+28
* dm mpath: simplify __must_push_backMike Snitzer2020-06-051-23/+5
* dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer2020-05-201-6/+6
* dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi2020-05-151-3/+6
* dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck2020-05-151-1/+1
* dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi2020-04-281-2/+4
* dm: bump version of core and various targetsMike Snitzer2020-03-031-1/+1
* dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau2020-01-141-0/+66
* dm mpath: use true/false for bool variablezhengbin2020-01-071-1/+1
* dm mpath: remove harmful bio-based optimizationMike Snitzer2019-11-261-36/+1
* dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-04-301-1/+1
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-251-1/+16
* dm mpath: only flush workqueue when neededwuzhouhui2018-12-181-2/+4
* dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer2018-10-111-9/+5