summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-4/+9
* dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig2017-05-021-34/+17Star
* Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-021-93/+78Star
|\
| * 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/+15Star
| * dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche2017-04-271-59/+11Star
| * dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-1/+4
| * dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche2017-04-271-0/+2
| * dm mpath: delay requeuing while path initialization is in progressBart Van Assche2017-04-271-3/+7
| * dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche2017-04-271-4/+11
| * dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche2017-04-271-5/+12
| * dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche2017-04-241-3/+2Star
* | dm mpath: don't check for req->errorsChristoph Hellwig2017-04-201-1/+1
* | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+1
|/
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-112/+20Star
|\
| * dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-271-112/+20Star
* | dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer2017-02-031-2/+2
|/
* dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-081-5/+9
* dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-211-7/+8
* dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-211-5/+2Star
* dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui2016-11-211-2/+2
* dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui2016-11-211-0/+2
* dm mpath: always return reservation conflict without failing overHannes Reinecke2016-09-291-6/+8
* dm mpath: delay the requeue of blk-mq requests while all paths downMike Snitzer2016-09-151-6/+9
* dm mpath: use dm_mq_kick_requeue_list()Mike Snitzer2016-09-151-6/+8
* dm: convert wait loops to use autoremove_wake_function()Bart Van Assche2016-09-141-7/+3Star
* dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer2016-09-141-3/+3
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* dm mpath: add locking to multipath_resume and must_push_backMike Snitzer2016-08-021-4/+20