aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-01dm: fix truncated status stringsMikulas Patocka1-5/+3
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun1-1/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer1-4/+7
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-07-27dm mpath: add retain_attached_hw_handler featureMike Snitzer1-6/+41
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka1-9/+17
2012-06-03dm mpath: delay retry of bypassed pgMike Christie1-2/+6
2012-06-03dm mpath: reduce size of struct multipathMike Snitzer1-6/+7
2012-05-12dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer1-2/+2
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-2/+4