aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
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
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer
2015-11-17dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura
2015-11-17dm: fix ioctl retry termination with signalJunichi Nomura
2015-10-31dm: add support for passing through persistent reservationsChristoph Hellwig
2015-10-31dm: refactor ioctl handlingChristoph Hellwig
2015-10-31Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig
2015-05-27dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer
2015-04-15dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer
2015-04-15dm: add full blk-mq support to request-based DMMike Snitzer
2015-03-31dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer
2015-02-09dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer
2015-02-09dm: submit stacked requests in irq enabled contextKeith Busch
2014-10-05dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski
2014-08-01dm mpath: eliminate pg_ready() wrapperMike Snitzer
2014-07-10dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer
2014-05-27dm mpath: really fix lockdep warningHannes Reinecke
2014-05-14dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer
2014-03-27dm mpath: print more useful warnings in multipath_message()Jose Castillo
2014-03-27dm-mpath: do not activate failed pathsHannes Reinecke
2014-03-27dm mpath: remove extra nesting in map functionMike Snitzer
2014-03-27dm mpath: remove map_io()Hannes Reinecke
2014-03-27dm mpath: reduce memory pressure when requeuingHannes Reinecke
2014-03-27dm mpath: remove process_queued_ios()Hannes Reinecke
2014-03-27dm mpath: push back requests instead of queueingHannes Reinecke
2014-03-27dm mpath: do not call pg_init when it is already runningHannes Reinecke
2014-02-26dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke
2013-11-05dm mpath: requeue I/O during pg_initHannes Reinecke
2013-10-31dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-09-18dm mpath: do not fail path on -ENOSPCJun'ichi Nomura
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke
2013-05-10dm mpath: enable WRITE SAME supportMike Snitzer
2013-03-01dm: rename request variables to biosAlasdair G Kergon