summaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
2017-05-15dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig
2017-05-15dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig
2017-05-01dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche
2017-04-27dm mpath: delay requeuing while path initialization is in progressBart Van Assche
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-03dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2016-12-08dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui
2016-11-21dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche
2016-11-21dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche
2016-11-21dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui
2016-11-21dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui
2016-09-29dm mpath: always return reservation conflict without failing overHannes Reinecke
2016-09-15dm mpath: delay the requeue of blk-mq requests while all paths downMike Snitzer
2016-09-15dm mpath: use dm_mq_kick_requeue_list()Mike Snitzer
2016-09-14dm: convert wait loops to use autoremove_wake_function()Bart Van Assche
2016-09-14dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-02dm mpath: add locking to multipath_resume and must_push_backMike Snitzer
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-05-05dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer
2016-05-05dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer
2016-05-05dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer
2016-05-05dm mpath: switch to using bitops for state flagsMike Snitzer
2016-03-10dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer
2016-02-22dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer
2016-02-22dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer
2016-02-22dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer
2016-02-22dm mpath: remove repeat_count support from multipath coreMike Snitzer
2016-02-22dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer
2016-02-22dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer
2016-02-22dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer
2016-02-22dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer
2016-02-22dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer
2016-02-22dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer