aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/multipath.c
AgeCommit message (Expand)Author
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-02-13md: disable WRITE SAME if it fails in underlayer disksShaohua Li
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-12-13Merge branch 'md-next' into md-linusShaohua Li
2016-12-08md: separate flags for superblock changesShaohua Li
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-07md/multipath: replace printk() with pr_*()NeilBrown
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown
2016-06-13md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-03-14md: multipath: don't hardcopy bio in .make_request pathMing Lei
2016-01-14md/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