aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/multipath.c
AgeCommit message (Expand)Author
2016-04-12md: multipath: don't hardcopy bio in .make_request pathMing Lei
2016-02-17md/raid: only permit hot-add of compatible integrity profilesDan Williams
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams
2015-10-02md: drop null test before destroy functionsJulia Lawall
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-02-04md: rename ->stop to ->freeNeilBrown
2015-02-04md: split detach operation out from ->stop.NeilBrown
2015-02-04md: make ->congested robust against personality changes.NeilBrown
2014-10-14md: remove unwanted white space from md.cNeilBrown
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2012-10-11MD: change the parameter of md threadShaohua Li
2012-07-03md: make 'name' arg to md_register_thread non-optional.NeilBrown
2012-03-19md: tidy up rdev_for_each usage.NeilBrown
2011-12-23md: change hot_remove_disk to take an rdev rather than a number.NeilBrown
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-10-11md: rename "mdk_personality" to "md_personality"NeilBrown
2011-10-11md/multipath: typedef removal: multipath_conf_t -> struct mpconfNeilBrown
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown
2011-09-21md: Avoid waking up a thread after it has been freed.NeilBrown
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-05-11md: make error_handler functions more uniform and correct.NeilBrown
2011-05-11md/multipath: discard ->working_disks in favour of ->degradedNeilBrown
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-21md: avoid spinlock problem in blk_throtl_exitNeilBrown
2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-05-22Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown
2010-05-18md: pass mddev to make_request functions rather than request_queueNeilBrown
2010-05-18md: move io accounting out of personalities into md_make_requestNeilBrown
2010-05-18drivers/md: Remove unnecessary casts of void *H Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16md: deal with merge_bvec_fn in component devices better.NeilBrown
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown
2009-12-14md: support barrier requests on all personalities.NeilBrown
2009-09-23md: remove unnecessary memset from multipath.NeilBrown
2009-09-23md: report device as congested when suspendedNeilBrown
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-08-03md: Push down data integrity code to personalities.Andre Noll
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen
2009-06-18md: Move check for bitmap presence to personality code.Andre Noll