summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer2017-12-201-6/+2
* | dm mpath: Use blk_path_errorKeith Busch2018-01-101-17/+2
|/
* dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer2017-12-081-7/+42
* dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-041-9/+9
* Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-171-2/+0
|\
| * dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei2017-11-161-2/+0
* | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-15/+7
|\ \
| * | bitops: Introduce assign_bit()Lukas Wunner2017-10-191-15/+7
| |/
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-10/+10
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-5/+10
|\
| * dm: constify argument arraysEric Biggers2017-08-281-5/+5
| * dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche2017-08-281-0/+4
| * dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche2017-08-281-0/+1
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* | dm mpath: do not lock up a CPU with requeuing activityBart Van Assche2017-08-281-1/+0
* | dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche2017-08-281-1/+0
|/
* dm: missing break in process_queued_bios()Dan Carpenter2017-06-141-0/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+8
* block: introduce new block status code typeChristoph Hellwig2017-06-091-17/+10
* dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-5/+6
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-091-3/+10
* dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig2017-06-091-27/+15
* dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig2017-05-151-1/+1
* dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig2017-05-151-8/+11
* dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2017-05-011-4/+9
* dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig2017-05-011-34/+17
* Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-011-93/+78
|\
| * dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche2017-04-271-4/+21
| * dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche2017-04-271-21/+15
OpenPOWER on IntegriCloud