summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11-011-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-111-6/+2Star
* 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/+3Star
* 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-271-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
* dm mpath: detect invalid map_contextJun'ichi Nomura2012-03-281-14/+32
* dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-151-0/+6
* dm table: share target argument parsing functionsMike Snitzer2011-08-021-108/+44Star
* dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer2011-08-021-0/+5
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-291-1/+1
* dm mpath: allow table load with no priority groupsMike Snitzer2011-03-241-3/+10
* dm mpath: fail message ioctl if specified path is not validMike Snitzer2011-03-241-2/+2
* [SCSI] dm mpath: propagate target errors immediatelyHannes Reinecke2011-02-121-12/+10Star
* dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman2011-01-131-10/+38
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-131-2/+3
* dm: dont use flush_scheduled_workTejun Heo2011-01-131-1/+1
* dm mpath: disable blk_abort_queueMike Snitzer2011-01-131-12/+0Star
* dm mpath: support discardMike Snitzer2010-08-121-0/+10
* dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon2010-08-121-0/+1
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-4/+3Star
* dm mpath: refactor pg_initKiyoshi Ueda2010-03-061-12/+19
* dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda2010-03-061-3/+35
* dm mpath: hold io until all pg_inits completedKiyoshi Ueda2010-03-061-6/+11
* dm mpath: avoid storing private suspended stateKiyoshi Ueda2010-03-061-12/+0Star
* dm mpath: skip activate_path for failed pathsMoger, Babu2010-03-061-2/+5
* dm mpath: pass struct pgpath to pg init doneMoger, Babu2010-03-061-3/+2Star
* dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-111-0/+5
* dm mpath: prevent io from work queue while suspendedMike Anderson2009-12-111-0/+12
* dm mpath: add mutex to synchronize adding and flushing workMike Anderson2009-12-111-21/+38
* dm mpath: flush workqueues before suspend completesKiyoshi Ueda2009-12-111-4/+15
* [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2009-12-041-4/+4
* [SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman2009-08-231-6/+36
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-231-1/+1