aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.c
Commit message (Expand)AuthorAgeFilesLines
* md: Avoid waking up a thread after it has been freed.NeilBrown2011-10-161-2/+1
* md: make error_handler functions more uniform and correct.NeilBrown2011-05-111-18/+22
* md/multipath: discard ->working_disks in favour of ->degradedNeilBrown2011-05-111-11/+11
* block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-171-2/+5
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-31/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-31/+0
* | md: avoid spinlock problem in blk_throtl_exitNeilBrown2011-02-211-1/+0
|/
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-101-2/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-4/+4
* Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown2010-05-221-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | md: pass mddev to make_request functions rather than request_queueNeilBrown2010-05-181-2/+1
* | md: move io accounting out of personalities into md_make_requestNeilBrown2010-05-181-8/+0
* | drivers/md: Remove unnecessary casts of void *H Hartley Sweeten2010-05-181-1/+1
|/
* md: deal with merge_bvec_fn in component devices better.NeilBrown2010-03-161-8/+12
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-2/+2
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-141-0/+1
* md: support barrier requests on all personalities.NeilBrown2009-12-141-1/+1
* md: remove unnecessary memset from multipath.NeilBrown2009-09-231-1/+0
* md: report device as congested when suspendedNeilBrown2009-09-231-0/+3
* md: Improve name of threads created by md_register_threadNeilBrown2009-09-231-1/+1
* md: avoid use of broken kzalloc mempoolSage Weil2009-09-221-1/+2
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-2/+2
* md: Push down data integrity code to personalities.Andre Noll2009-08-031-1/+4
* md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-011-3/+4
* md: Move check for bitmap presence to personality code.Andre Noll2009-06-181-0/+3
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-161-10/+10
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
* md: centralize ->array_sectors modificationsDan Williams2009-03-311-1/+1
* md: add 'size' as a personality methodDan Williams2009-03-311-1/+10
* md: Make mddev->size sector-based.Andre Noll2009-03-311-1/+1
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-311-1/+1
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-0/+4
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-311-1/+1
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-171-2/+2
|\
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-2/+2
* | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-131-9/+0
|/
* block: move stats from disk to part0Tejun Heo2008-10-091-4/+5
* block: fix diskstats accessTejun Heo2008-10-091-2/+5
* md: Make mddev->array_size sector-based.Andre Noll2008-07-211-1/+1
* rationalise return value for ->hot_add_disk method.Neil Brown2008-06-281-3/+5
* Support adding a spare to a live md array with external metadata.Neil Brown2008-06-281-1/+6
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-1/+2
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-0/+1
* raid: remove leading TAB on printk messagesNick Andrew2008-04-281-1/+2
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-061-1/+1
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-2/+1
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-30/+0
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-9/+4