aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* dm table: share target argument parsing functionsMike Snitzer2014-04-041-108/+44
* dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-251-0/+6
* dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer2011-08-041-0/+5
* 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/+10
* 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/+0
* 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/+3
* 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/+0
* 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/+2
* dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-101-0/+5
* dm mpath: prevent io from work queue while suspendedMike Anderson2009-12-101-0/+12
* dm mpath: add mutex to synchronize adding and flushing workMike Anderson2009-12-101-21/+38
* dm mpath: flush workqueues before suspend completesKiyoshi Ueda2009-12-101-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-221-6/+36
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-231-1/+1
* dm mpath: change to be request basedKiyoshi Ueda2009-06-221-65/+128
* dm target:s introduce iterate devices fnMike Snitzer2009-06-221-1/+22
* dm mpath: add start_io and nr_bytes to path selectorsKiyoshi Ueda2009-06-221-10/+18
* dm mpath: support barriersMikulas Patocka2009-06-221-0/+2
* dm mpath: flush keventd queue in destructorMikulas Patocka2009-06-221-0/+1
* dm mpath: call activate fn for each path in pg_initChandra Seetharaman2009-06-221-37/+26
* dm mpath: change attached scsi_dhHannes Reinecke2009-06-221-2/+13
* dm mpath: validate hw_handler argument countMikulas Patocka2009-06-221-0/+5
* dm mpath: validate table argument countMikulas Patocka2009-06-221-0/+6
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-1/+0
* dm mpath: move trigger_event to system workqueueAlasdair G Kergon2009-01-061-4/+4
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-061-5/+1
* dm mpath: warn if args ignoredChandra Seetharaman2008-11-131-0/+4
* dm mpath: avoid attempting to activate null pathChandra Seetharaman2008-11-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-10/+4
|\
| * [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-211-8/+3
| * [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-211-2/+1
* | dm: remove dm header from targetsMikulas Patocka2008-10-211-1/+2
|/
* [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-10-101-16/+19
|\
| * dm mpath: remove is_active from struct dm_pathKiyoshi Ueda2008-10-101-6/+7
| * dm mpath: use more error codesBenjamin Marzinski2008-10-101-10/+12
* | dm: Call blk_abort_queue on failed pathsMike Anderson2008-10-091-1/+14
|/