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