aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-29dm: use dm_table_get_device_name() where appropriate in targetsGravatar Mike Snitzer 1-9/+7
2020-09-01dm mpath: fix racey management of PG initializationGravatar Mike Snitzer 1-7/+15
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-48/+98
2020-07-13dm mpath: use double checked locking in fast pathGravatar Mike Snitzer 1-9/+23
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlGravatar Mike Snitzer 1-6/+6
2020-07-13dm mpath: rework __map_bio()Gravatar Mike Snitzer 1-14/+19
2020-07-13dm mpath: factor out multipath_queue_bioGravatar Mike Snitzer 1-12/+14
2020-07-13dm mpath: push locking down to must_push_back_rq()Gravatar Mike Snitzer 1-11/+14
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHGravatar Mike Snitzer 1-18/+34
2020-07-13dm mpath: changes from initial m->flags locking auditGravatar Mike Snitzer 1-3/+13
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-1/+1
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesGravatar Mike Snitzer 1-2/+6
2020-06-05dm mpath: enhance queue_if_no_path debuggingGravatar Mike Snitzer 1-7/+23
2020-06-05dm mpath: restrict queue_if_no_path state machineGravatar Mike Snitzer 1-10/+28
2020-06-05dm mpath: simplify __must_push_backGravatar Mike Snitzer 1-23/+5
2020-05-20dm: use DMDEBUG macros now that they use pr_debug variantsGravatar Mike Snitzer 1-6/+6
2020-05-15dm mpath: pass IO start time to path selectorGravatar Gabriel Krisman Bertazi 1-3/+6
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathGravatar Martin Wilck 1-1/+1
2020-04-28dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGravatar Gabriel Krisman Bertazi 1-2/+4
2020-03-03dm: bump version of core and various targetsGravatar Mike Snitzer 1-1/+1
2020-01-14dm mpath: Add timeout mechanism for queue_if_no_pathGravatar Anatol Pomazau 1-0/+66
2020-01-07dm mpath: use true/false for bool variableGravatar zhengbin 1-1/+1
2019-11-26dm mpath: remove harmful bio-based optimizationGravatar Mike Snitzer 1-36/+1
2019-04-30dm mpath: always free attached_handler_name in parse_path()Gravatar Martin Wilck 1-1/+1
2019-04-25dm mpath: fix missing call of path selector type->end_ioGravatar Yufen Yu 1-1/+16
2018-12-18dm mpath: only flush workqueue when neededGravatar wuzhouhui 1-2/+4
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDGravatar Mike Snitzer 1-9/+5
2018-10-11dm: remove legacy request-based IO pathGravatar Jens Axboe 1-12/+2
2018-09-17dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerGravatar Mike Snitzer 1-6/+8
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+2
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookGravatar Mike Snitzer 1-2/+1
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Gravatar Wang Sheng-Hui 1-1/+1
2018-04-03dm: allow targets to return output from messages they are sentGravatar Mike Snitzer 1-1/+2
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadGravatar Mike Snitzer 1-1/+1
2018-03-14dm mpath: fix passing integrity dataGravatar Steffen Maier 1-2/+3
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueGravatar Mike Snitzer 1-9/+8
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerGravatar Mike Snitzer 1-11/+10
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksGravatar Mike Snitzer 1-37/+29
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-110/+187
2018-01-29dm mpath: delay the retry of a request if the target responded as busyGravatar Mike Snitzer 1-1/+4
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDGravatar Ming Lei 1-3/+2
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureGravatar Ming Lei 1-1/+13
2018-01-17dm: backfill missing calls to mutex_destroy()Gravatar Mike Snitzer 1-0/+1
2018-01-10dm mpath: Use blk_path_errorGravatar Keith Busch 1-17/+2
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionGravatar Mike Snitzer 1-13/+55
2018-01-06dm mpath: optimize NVMe bio-based supportGravatar Mike Snitzer 1-76/+95
2018-01-04dm mpath: implement NVMe bio-based supportGravatar Mike Snitzer 1-9/+21
2018-01-03dm mpath: move dm_bio_restore out of endio methodGravatar Mike Snitzer 1-4/+3
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataGravatar Mike Snitzer 1-5/+3