summaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-4/+1
2023-02-14dm: update targets using system workqueues to use a local workqueueTetsuo Handa1-4/+13
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen1-3/+1
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen1-2/+1
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen1-7/+7
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+3
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen1-1/+1
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-13/+20
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen1-1/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-23/+23
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2022-05-09dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi1-1/+7
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-02dm mpath: use DMINFO instead of printk with KERN_INFOMike Snitzer1-2/+1
2022-03-02dm: stop using bdevnameChristoph Hellwig1-4/+2
2022-02-23scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+0
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds1-2/+2
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-08-20dm ima: update dm target attributes for ima measurementsTushar Sugandhi1-8/+18
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+28
2020-09-29dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer1-9/+7
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer1-7/+15
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-48/+98
2020-07-13dm mpath: use double checked locking in fast pathMike Snitzer1-9/+23
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer1-6/+6
2020-07-13dm mpath: rework __map_bio()Mike Snitzer1-14/+19
2020-07-13dm mpath: factor out multipath_queue_bioMike Snitzer1-12/+14
2020-07-13dm mpath: push locking down to must_push_back_rq()Mike Snitzer1-11/+14
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer1-18/+34
2020-07-13dm mpath: changes from initial m->flags locking auditMike Snitzer1-3/+13
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer1-2/+6
2020-06-05dm mpath: enhance queue_if_no_path debuggingMike Snitzer1-7/+23
2020-06-05dm mpath: restrict queue_if_no_path state machineMike Snitzer1-10/+28
2020-06-05dm mpath: simplify __must_push_backMike Snitzer1-23/+5
2020-05-21dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer1-6/+6
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi1-3/+6
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-04-29dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi1-2/+4
2020-03-03dm: bump version of core and various targetsMike Snitzer1-1/+1
2020-01-15dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau1-0/+66
2020-01-07dm mpath: use true/false for bool variablezhengbin1-1/+1
2019-11-26dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck1-1/+1
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu1-1/+16
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui1-2/+4