summaryrefslogtreecommitdiff
path: root/drivers/md/linear.c
Commit message (Expand)AuthorAge
* md: remove unwanted white space from md.cNeilBrown2014-10-14
* block: Introduce new bio_split()Kent Overstreet2013-11-23
* block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* block: Add bio_end_sector()Kent Overstreet2013-03-23
* md: linear supports TRIMShaohua Li2012-10-11
* md/linear: rcu_dereference outside read-lock sectionDenis Efremov2012-10-11
* md/linear: If md_integrity_register() fails, linear_run() must free the mem.majianpeng2012-04-02
* md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown2012-03-19
* md: tidy up rdev_for_each usage.NeilBrown2012-03-19
* md/linear: fix hot-add of devices to linear arrays.NeilBrown2011-12-23
* 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
|\ \ | |/ |/|
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-11
* | md/linear: typedef removal: linear_conf_t -> struct linear_confNeilBrown2011-10-11
* | md/linear: remove typedefs: dev_info_t -> struct dev_infoNeilBrown2011-10-11
* | md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-11
* | md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-11
|/
* md,rcu: Convert call_rcu(free_conf) to kfree_rcu()Lai Jiangshan2011-07-20
* 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-22
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | md/linear: standardise all printk messagesNeilBrown2010-05-18
* | 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
* | md/linear: avoid possible oops and array stopNeilBrown2010-05-17
|/
* 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-14
* md: support barrier requests on all personalities.NeilBrown2009-12-14
* md: report device as congested when suspendedNeilBrown2009-09-23
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
* md: Use revalidate_disk to effect changes in size of device.NeilBrown2009-08-03
* md: Push down data integrity code to personalities.Andre Noll2009-08-03
* md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-01
* md/linear: use call_rcu to free obsolete 'conf' structures.NeilBrown2009-06-18
* md linear: Protecting mddev with rcu locks to avoid racesSandeepKsinha2009-06-18
* md: Move check for bitmap presence to personality code.Andre Noll2009-06-18
* md: raid0/linear: ensure device sizes are rounded to chunk size.NeilBrown2009-06-18
* md: Make mddev->chunk_size sector-based.Andre Noll2009-06-18
* md: Binary search in linear raidSandeep K Sinha2009-06-16
* md: Removing num_sector and replacing start_sector with end_sectorSandeep K Sinha2009-06-16
* md: Removal of hash table in linear raidSandeep K Sinha2009-06-16