aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAge
* dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer2016-03-10
* dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer2016-02-22
* dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer2016-02-22
* dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer2016-02-22
* dm mpath: remove repeat_count support from multipath coreMike Snitzer2016-02-22
* dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer2016-02-22
* dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer2016-02-22
* dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer2016-02-22
* dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer2016-02-22
* dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2016-02-22
* dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2016-02-22
* dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-22
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-17
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-17
* dm: add support for passing through persistent reservationsChristoph Hellwig2015-10-31
* dm: refactor ioctl handlingChristoph Hellwig2015-10-31
* Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-10-31
* dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-28
* dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-28
* dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-27
* dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-15
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-15
* dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-31
* dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-09
* dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-09
* dm: submit stacked requests in irq enabled contextKeith Busch2015-02-09
* dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski2014-10-05
* dm mpath: eliminate pg_ready() wrapperMike Snitzer2014-08-01
* dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura2014-07-10
* dm: disable WRITE SAME if it failsMike Snitzer2014-06-04
* dm mpath: really fix lockdep warningHannes Reinecke2014-05-27
* dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer2014-05-14
* dm mpath: print more useful warnings in multipath_message()Jose Castillo2014-03-27
* dm-mpath: do not activate failed pathsHannes Reinecke2014-03-27
* dm mpath: remove extra nesting in map functionMike Snitzer2014-03-27
* dm mpath: remove map_io()Hannes Reinecke2014-03-27
* dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-27
* dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-27
* dm mpath: push back requests instead of queueingHannes Reinecke2014-03-27
* dm mpath: do not call pg_init when it is already runningHannes Reinecke2014-03-27
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2014-02-26
* dm mpath: requeue I/O during pg_initHannes Reinecke2013-11-05
* dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla2013-10-31
* dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-23
* dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-20
* dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-18
* [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-23
* dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-07-10
* dm mpath: enable WRITE SAME supportMike Snitzer2013-05-10
* dm: rename request variables to biosAlasdair G Kergon2013-03-01