summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-112/+20
|\
| * dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-271-112/+20
* | 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/+2
* 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/+3
* 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
* dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-69/+80
* dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer2016-06-101-12/+31
* dm mpath: reinstate bio-based supportMike Snitzer2016-06-101-22/+274
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-2/+2
* dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer2016-05-051-77/+93
* dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer2016-05-051-2/+1
* dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer2016-05-051-28/+33
* dm mpath: switch to using bitops for state flagsMike Snitzer2016-05-051-56/+75
* dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer2016-03-101-6/+2
* dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer2016-02-221-4/+2
* dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer2016-02-221-50/+51
* dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer2016-02-221-2/+1
* dm mpath: remove repeat_count support from multipath coreMike Snitzer2016-02-221-4/+3
* dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer2016-02-221-5/+5
* dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer2016-02-221-3/+4
* dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer2016-02-221-12/+17
* dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer2016-02-221-10/+29
* dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2016-02-221-1/+5
* dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2016-02-221-1/+4
* dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-221-1/+2
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-171-1/+1
* dm: add support for passing through persistent reservationsChristoph Hellwig2015-10-311-1/+1
* dm: refactor ioctl handlingChristoph Hellwig2015-10-311-17/+12
* Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-10-311-5/+2
* dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-281-6/+0
* dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-281-15/+6
* dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
* dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-151-1/+1
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-151-1/+1
* dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-311-1/+1
* dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-091-9/+15
* dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-091-8/+43
* dm: submit stacked requests in irq enabled contextKeith Busch2015-02-091-7/+11
* dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski2014-10-051-1/+3
OpenPOWER on IntegriCloud