summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* dm: remove legacy request-based IO pathJens Axboe2018-10-111-12/+2Star
* dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer2018-09-181-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/+1Star
* 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/+8Star
* dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer2018-03-131-11/+10Star
* dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer2018-03-071-37/+29Star
* 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/+2Star
| * 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-051-9/+21
| * dm mpath: move dm_bio_restore out of endio methodMike Snitzer2018-01-031-4/+3Star
| * dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer2017-12-201-5/+3Star
| * dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer2017-12-201-10/+6Star
| * dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer2017-12-201-6/+2Star
* | dm mpath: Use blk_path_errorKeith Busch2018-01-101-17/+2Star
|/
* 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/+0Star
|\
| * dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei2017-11-161-2/+0Star
* | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-15/+7Star
|\ \
| * | bitops: Introduce assign_bit()Lukas Wunner2017-10-191-15/+7Star
| |/
* / 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/+0Star
* | dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche2017-08-281-1/+0Star
|/
* 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/+10Star
* 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/+15Star
* dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig2017-05-151-1/+1