aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
2013-12-04dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla
2013-10-05dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-08-04dm mpath: fix ioctl deadlock when no pathsHannes Reinecke
2013-05-10dm mpath: enable WRITE SAME supportMike Snitzer
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-26dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-07-27dm mpath: add retain_attached_hw_handler featureMike Snitzer
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka
2012-06-03dm mpath: delay retry of bypassed pgMike Christie
2012-06-03dm mpath: reduce size of struct multipathMike Snitzer
2012-05-12dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2012-03-28dm mpath: detect invalid map_contextJun'ichi Nomura
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini
2011-08-02dm table: share target argument parsing functionsMike Snitzer
2011-08-02dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-29dm mpath: do not fail paths after integrity errorsMartin K. Petersen
2011-03-24dm mpath: allow table load with no priority groupsMike Snitzer
2011-03-24dm mpath: fail message ioctl if specified path is not validMike Snitzer
2011-02-12[SCSI] dm mpath: propagate target errors immediatelyHannes Reinecke
2011-01-13dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2011-01-13dm: dont use flush_scheduled_workTejun Heo
2011-01-13dm mpath: disable blk_abort_queueMike Snitzer
2010-08-12dm mpath: support discardMike Snitzer
2010-08-12dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2010-03-06dm mpath: refactor pg_initKiyoshi Ueda
2010-03-06dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda
2010-03-06dm mpath: hold io until all pg_inits completedKiyoshi Ueda
2010-03-06dm mpath: avoid storing private suspended stateKiyoshi Ueda
2010-03-06dm mpath: skip activate_path for failed pathsMoger, Babu
2010-03-06dm mpath: pass struct pgpath to pg init doneMoger, Babu
2009-12-10dm mpath: reject messages when device is suspendedKiyoshi Ueda
2009-12-10dm mpath: prevent io from work queue while suspendedMike Anderson
2009-12-10dm mpath: add mutex to synchronize adding and flushing workMike Anderson
2009-12-10dm mpath: flush workqueues before suspend completesKiyoshi Ueda
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman
2009-08-22[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer
2009-06-22dm mpath: change to be request basedKiyoshi Ueda
2009-06-22dm target:s introduce iterate devices fnMike Snitzer
2009-06-22dm mpath: add start_io and nr_bytes to path selectorsKiyoshi Ueda
2009-06-22dm mpath: support barriersMikulas Patocka