summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: remove legacy request-based IO pathJens Axboe2018-10-111-12/+2
* dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer2018-09-171-6/+8
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+2
* dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-041-2/+1
* dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Wang Sheng-Hui2018-04-031-1/+1
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer2018-03-291-1/+1
* dm mpath: fix passing integrity dataSteffen Maier2018-03-141-2/+3
* dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer2018-03-131-9/+8
* dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer2018-03-131-11/+10
* dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer2018-03-061-37/+29
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-110/+187
|\
| * dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-291-1/+4
| * dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei2018-01-171-3/+2
| * dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei2018-01-171-1/+13
| * dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-171-0/+1
| * dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer2018-01-061-13/+55
| * dm mpath: optimize NVMe bio-based supportMike Snitzer2018-01-061-76/+95
| * dm mpath: implement NVMe bio-based supportMike Snitzer2018-01-041-9/+21
| * dm mpath: move dm_bio_restore out of endio methodMike Snitzer2018-01-031-4/+3
| * dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer2017-12-201-5/+3
| * dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer2017-12-201-10/+6