aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
2016-10-28dm mpath: check if path's request_queue is dying in activate_path()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
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-26dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-07-27dm mpath: add retain_attached_hw_handler featureMike Snitzer
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka
2012-06-03dm mpath: delay retry of bypassed pgMike Christie
2012-06-03dm mpath: reduce size of struct multipathMike Snitzer
2012-05-12dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer