summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-mpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+26Star
* 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/+0Star
* dm mpath: move trigger_event to system workqueueAlasdair G Kergon2009-01-061-4/+4
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-061-5/+1Star
* dm mpath: warn if args ignoredChandra Seetharaman2008-11-141-0/+4
* dm mpath: avoid attempting to activate null pathChandra Seetharaman2008-11-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-10/+4Star
|\
| * [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-211-8/+3Star
| * [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-211-2/+1Star
* | 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
|/
* dm mpath: add missing path switching lockingChandra Seetharaman2008-10-011-1/+15
* [SCSI] scsi_dh: attach to hardware handler from dm-mpathHannes Reinecke2008-07-261-0/+13
* dm mpath: fix test for reinstate_pathAlasdair G Kergon2008-07-211-1/+1
* dm mpath: return parameter errorMikulas Patocka2008-07-211-1/+3
* dm mpath: free path selector on invalid argsMikulas Patocka2008-07-211-1/+3
* [SCSI] scsi_dh: fix kconfig related build errorsChandra Seetharaman2008-07-151-0/+2
* [SCSI] scsi_dh: Remove dm_pg_init_completeChandra Seetharaman2008-06-051-41/+0Star
* [SCSI] scsi_dh: Add a single threaded workqueue for initializing pathsChandra Seetharaman2008-06-051-7/+34
* [SCSI] scsi_dh: Use SCSI device handler in dm-multipathChandra Seetharaman2008-06-051-51/+80
* dm mpath: add missing staticAlasdair G Kergon2008-02-081-1/+1
* dm mpath: send ueventsMike Anderson2007-10-201-0/+7
* dm mpath: add retry pg initDave Wysochanski2007-10-201-14/+67
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-2/+2
* dm: disable barriersStefan Bader2007-07-131-3/+0Star
* dm: remove duplicate module name from error msgsAlasdair G Kergon2007-07-131-5/+3Star
* dm: use kmem_cache macroAlasdair G Kergon2007-07-131-12/+11Star
* dm mpath: log device nameEdward Goggin2007-05-091-0/+3
* [PATCH] dm: mpath: use noflush suspendingKiyoshi Ueda2006-12-081-5/+29
* [PATCH] dm: map and endio symbolic return codesKiyoshi Ueda2006-12-081-5/+5
* [PATCH] struct path: convert mdJosef Sipek2006-12-081-1/+1
* [PATCH] struct path: rename DM's struct pathJosef "Jeff" Sipek2006-12-081-3/+3
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-8/+10
* [PATCH] dm mpath: use kzallocMicha³ Miros³aw2006-10-031-11/+6Star
* [PATCH] dm mpath: tidy ctrMicha³ Miros³aw2006-10-031-15/+13Star
* [PATCH] dm: support ioctls on mapped devices: fix with fake fileMilan Broz2006-10-031-3/+10