aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAge
* dm mpath: fix check for null mpio in end_io fnWei Yongjun2012-10-12
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
* | dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer2012-09-26
|/
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-27
* dm mpath: add retain_attached_hw_handler featureMike Snitzer2012-07-27
* dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-02
* dm mpath: delay retry of bypassed pgMike Christie2012-06-02
* dm mpath: reduce size of struct multipathMike Snitzer2012-06-02
* dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer2012-05-11
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-28
* dm mpath: detect invalid map_contextJun'ichi Nomura2012-03-28
* dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-14
* dm table: share target argument parsing functionsMike Snitzer2011-08-02
* dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer2011-08-02
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-29
* dm mpath: allow table load with no priority groupsMike Snitzer2011-03-24
* dm mpath: fail message ioctl if specified path is not validMike Snitzer2011-03-24
* [SCSI] dm mpath: propagate target errors immediatelyHannes Reinecke2011-02-12
* dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman2011-01-13
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-13
* dm: dont use flush_scheduled_workTejun Heo2011-01-13
* dm mpath: disable blk_abort_queueMike Snitzer2011-01-13
* dm mpath: support discardMike Snitzer2010-08-11
* dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon2010-08-11
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-05
* dm mpath: refactor pg_initKiyoshi Ueda2010-03-05
* dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda2010-03-05
* dm mpath: hold io until all pg_inits completedKiyoshi Ueda2010-03-05
* dm mpath: avoid storing private suspended stateKiyoshi Ueda2010-03-05
* dm mpath: skip activate_path for failed pathsMoger, Babu2010-03-05
* dm mpath: pass struct pgpath to pg init doneMoger, Babu2010-03-05
* dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-10
* dm mpath: prevent io from work queue while suspendedMike Anderson2009-12-10
* dm mpath: add mutex to synchronize adding and flushing workMike Anderson2009-12-10
* dm mpath: flush workqueues before suspend completesKiyoshi Ueda2009-12-10
* [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2009-12-04
* [SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman2009-08-22
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-23
* dm mpath: change to be request basedKiyoshi Ueda2009-06-22
* dm target:s introduce iterate devices fnMike Snitzer2009-06-22
* dm mpath: add start_io and nr_bytes to path selectorsKiyoshi Ueda2009-06-22
* dm mpath: support barriersMikulas Patocka2009-06-22
* dm mpath: flush keventd queue in destructorMikulas Patocka2009-06-22
* dm mpath: call activate fn for each path in pg_initChandra Seetharaman2009-06-22
* dm mpath: change attached scsi_dhHannes Reinecke2009-06-22
* dm mpath: validate hw_handler argument countMikulas Patocka2009-06-22
* dm mpath: validate table argument countMikulas Patocka2009-06-22
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-15