aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14dm 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
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer1-9/+5
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-12/+2
2018-09-17dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer1-6/+8
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+2
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-2/+1
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_bios()Wang Sheng-Hui1-1/+1
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer1-1/+1
2018-03-14dm mpath: fix passing integrity dataSteffen Maier1-2/+3
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer1-9/+8
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer1-11/+10
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer1-37/+29
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-110/+187
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer1-1/+4
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei1-3/+2
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei1-1/+13
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+1
2018-01-10dm mpath: Use blk_path_errorKeith Busch1-17/+2
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer1-13/+55
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer1-76/+95
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer1-9/+21
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer1-4/+3
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer1-5/+3
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer1-10/+6
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer1-6/+2
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer1-7/+42
2017-12-04dm: fix various targets to dm_register_target after module __init resources createdmonty_pavel@sina.com1-9/+9
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+0
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei1-2/+0
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-15/+7
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-10/+10
2017-10-19bitops: Introduce assign_bit()Lukas Wunner1-15/+7
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-5/+10
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-28dm: constify argument arraysEric Biggers1-5/+5
2017-08-28dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche1-0/+4
2017-08-28dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-throughBart Van Assche1-0/+1
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche1-1/+0
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche1-1/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-14dm: missing break in process_queued_bios()Dan Carpenter1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+8
2017-06-09block: introduce new block status code typeChristoph Hellwig1-17/+10
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-5/+6