summaryrefslogtreecommitdiff
path: root/drivers/md/linear.c
Commit message (Expand)AuthorAge
* md: Fix a bug in linear.c causing which_dev() to return the wrong device.Andre Noll2009-02-06
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-09
* md: linear: Fix a division by zero bug for very small arrays.Andre Noll2008-11-06
* md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-13
* md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-13
* md: linear.c: Make two local variables sector-based.Andre Noll2008-10-13
* md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-13
* md: linear.c: Remove broken debug code.Andre Noll2008-10-13
* md: linear.c: Remove pointless initialization of curr_offset.Andre Noll2008-10-13
* md: linear.c: Fix typo in comment.Andre Noll2008-10-13
* block: mark bio_split_pool staticDenis ChengRq2008-10-09
* block: move stats from disk to part0Tejun Heo2008-10-09
* block: fix diskstats accessTejun Heo2008-10-09
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-07-21
|\
| * md: linear: Make array_size sector-based and rename it to array_sectors.Andre Noll2008-07-21
| * md: Make mddev->array_size sector-based.Andre Noll2008-07-21
| * linear: correct disk numbering error checkNikanth Karthikesan2008-06-28
* | Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-03
|/
* Remove blkdev warning triggered by using mdNeil Brown2008-05-14
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-06
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-09
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* md: fix bug with linear hot-add and elsewhereNeilBrown2007-05-23
* [PATCH] fix read past end of array in md/linear.cAndy Isaacson2007-03-16
* [PATCH] md: define backing_dev_info.congested_fn for raid0 and linearNeilBrown2006-10-03
* [PATCH] md: Fix a bug that recently crept into md/linearNeilBrown2006-08-06
* [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-26
* [PATCH] md: allow array level to be set textually via sysfsNeilBrown2006-01-06
* [PATCH] md: remove personality numbering from mdNeilBrown2006-01-06
* [PATCH] md: convert md to use kzalloc throughoutNeilBrown2006-01-06
* [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-01
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-09
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-09
* [PATCH] md: remove unneeded NULL checks before kfreeJesper Juhl2005-06-21
* [PATCH] md: fix splitting of md/linear request that cross a device boundaryNeilBrown2005-05-17
* Linux-2.6.12-rc2Linus Torvalds2005-04-16