summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-171-1/+1
* dm: add support for passing through persistent reservationsChristoph Hellwig2015-10-311-1/+1
* dm: refactor ioctl handlingChristoph Hellwig2015-10-311-17/+12
* Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-10-311-5/+2
* dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-281-6/+0
* dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-281-15/+6
* dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
* dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-151-1/+1
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-151-1/+1
* dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-311-1/+1
* dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-091-9/+15
* dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-091-8/+43
* dm: submit stacked requests in irq enabled contextKeith Busch2015-02-091-7/+11
* dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski2014-10-051-1/+3
* dm mpath: eliminate pg_ready() wrapperMike Snitzer2014-08-011-4/+2
* dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura2014-07-101-2/+3
* dm: disable WRITE SAME if it failsMike Snitzer2014-06-041-10/+1
* dm mpath: really fix lockdep warningHannes Reinecke2014-05-271-6/+8
* dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer2014-05-141-1/+1
* dm mpath: print more useful warnings in multipath_message()Jose Castillo2014-03-271-2/+2
* dm-mpath: do not activate failed pathsHannes Reinecke2014-03-271-2/+5
* dm mpath: remove extra nesting in map functionMike Snitzer2014-03-271-22/+24
* dm mpath: remove map_io()Hannes Reinecke2014-03-271-13/+6
* dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-271-23/+15
* dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-271-42/+27
* dm mpath: push back requests instead of queueingHannes Reinecke2014-03-271-78/+36
* dm mpath: do not call pg_init when it is already runningHannes Reinecke2014-03-271-2/+4
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2014-02-261-2/+5
* dm mpath: requeue I/O during pg_initHannes Reinecke2013-11-051-4/+12
* dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla2013-10-311-3/+15
* dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-231-3/+3
* dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-201-1/+10
* dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-181-0/+1
* [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-231-1/+15
* dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-07-101-6/+2
* dm mpath: enable WRITE SAME supportMike Snitzer2013-05-101-0/+1
* dm: rename request variables to biosAlasdair G Kergon2013-03-011-2/+2
* dm: fix truncated status stringsMikulas Patocka2013-03-011-5/+3
* dm mpath: fix check for null mpio in end_io fnWei Yongjun2012-10-121-1/+2
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer2012-09-261-4/+7
|/
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-1/+1
* dm mpath: add retain_attached_hw_handler featureMike Snitzer2012-07-271-6/+41
* dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-031-9/+17
* dm mpath: delay retry of bypassed pgMike Christie2012-06-031-2/+6
* dm mpath: reduce size of struct multipathMike Snitzer2012-06-031-6/+7
* dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer2012-05-121-2/+2
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-2/+4
OpenPOWER on IntegriCloud