aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.c
Commit message (Expand)AuthorAge
* md: tidy up rdev_for_each usage.NeilBrown2012-03-18
* md: change hot_remove_disk to take an rdev rather than a number.NeilBrown2011-12-22
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-31
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\ \ | |/ |/|
| * Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-19
| |\
| * | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* | | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-11
* | | md/multipath: typedef removal: multipath_conf_t -> struct mpconfNeilBrown2011-10-11
* | | md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-11
* | | md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-11
| |/ |/|
* | md: Avoid waking up a thread after it has been freed.NeilBrown2011-09-21
|/
* md: make error_handler functions more uniform and correct.NeilBrown2011-05-11
* md/multipath: discard ->working_disks in favour of ->degradedNeilBrown2011-05-11
* block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-17
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | md: avoid spinlock problem in blk_throtl_exitNeilBrown2011-02-21
|/
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-10
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown2010-05-21
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | md: pass mddev to make_request functions rather than request_queueNeilBrown2010-05-18
* | md: move io accounting out of personalities into md_make_requestNeilBrown2010-05-18
* | drivers/md: Remove unnecessary casts of void *H Hartley Sweeten2010-05-18
|/
* md: deal with merge_bvec_fn in component devices better.NeilBrown2010-03-16
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-13
* md: support barrier requests on all personalities.NeilBrown2009-12-13
* md: remove unnecessary memset from multipath.NeilBrown2009-09-23
* md: report device as congested when suspendedNeilBrown2009-09-23
* md: Improve name of threads created by md_register_threadNeilBrown2009-09-23
* md: avoid use of broken kzalloc mempoolSage Weil2009-09-22
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
* md: Push down data integrity code to personalities.Andre Noll2009-08-02
* md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-06-30
* md: Move check for bitmap presence to personality code.Andre Noll2009-06-17
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-16
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* md: centralize ->array_sectors modificationsDan Williams2009-03-30
* md: add 'size' as a personality methodDan Williams2009-03-30
* md: Make mddev->size sector-based.Andre Noll2009-03-30
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-30
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-30
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-30
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-17
|\
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-13
* | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-12
|/
* block: move stats from disk to part0Tejun Heo2008-10-09