aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/linear.c
AgeCommit message (Expand)Author
2017-03-12md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
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/linear: remove rcu protections in favour of suspend/resumeNeilBrown
2015-02-04md: make merge_bvec_fn more robust in face of personality changes.NeilBrown
2015-02-04md: make ->congested robust against personality changes.NeilBrown
2014-10-14md: remove unwanted white space from md.cNeilBrown
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-03-23block: Add bio_end_sector()Kent Overstreet
2012-10-11md: linear supports TRIMShaohua Li
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov
2012-04-02md/linear: If md_integrity_register() fails, linear_run() must free the mem.majianpeng
2012-03-19md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown
2012-03-19md: tidy up rdev_for_each usage.NeilBrown
2011-12-23md/linear: fix hot-add of devices to linear arrays.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-11md: rename "mdk_personality" to "md_personality"NeilBrown
2011-10-11md/linear: typedef removal: linear_conf_t -> struct linear_confNeilBrown
2011-10-11md/linear: remove typedefs: dev_info_t -> struct dev_infoNeilBrown
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-07-20md,rcu: Convert call_rcu(free_conf) to kfree_rcu()Lai Jiangshan
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/linear: standardise all printk messagesNeilBrown
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-17md/linear: avoid possible oops and array stopNeilBrown
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: report device as congested when suspendedNeilBrown
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown
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