aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-16
|\
| * Merge branch 'master' into for-2.6.39Tejun Heo2011-02-21
| |\
| * | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-25
* | | md: Fix - again - partition detection when array becomes activeNeilBrown2011-02-24
* | | md: correctly handle probe of an 'mdp' device.NeilBrown2011-02-15
* | | md: don't set_capacity before array is active.NeilBrown2011-02-15
| |/ |/|
* | md_make_request: don't touch the bio after calling make_requestChris Mason2011-02-07
* | md: Don't allow slot_store while resync/recovery is happening.NeilBrown2011-02-01
* | md: don't clear curr_resync_completed at end of resync.NeilBrown2011-01-30
* | md: Don't use remove_and_add_spares to remove failed devices from a read-only...NeilBrown2011-01-30
* | md: Remove the AllReserved flag for component devices.NeilBrown2011-01-30
* | md: revert change to raid_disks on failure.NeilBrown2011-01-30
|/
* block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-14
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-01-13
|\
| * md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown2011-01-13
| * md: range check slot number when manually adding a spare.NeilBrown2011-01-13
| * md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle2011-01-13
| * md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown2011-01-13
| * md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown2011-01-13
| * md: separate meta and data devsJonathan Brassow2011-01-13
| * md-new-param-to_sync_page_ioJonathan Brassow2011-01-13
| * md-new-param-to-calc_dev_sboffsetJonathan Brassow2011-01-13
| * md: Be more careful about clearing flags bit in ->recoveryNeilBrown2011-01-13
| * md: md_stop_writes requires mddev_lock.NeilBrown2011-01-13
| * md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2011-01-13
| * md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown2011-01-13
| * md: fix regression with re-adding devices to arrays with no metadataNeilBrown2011-01-11
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\ \ | |/ |/|
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-27
| |\
| | * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
| | * block: simplify holder symlink handlingTejun Heo2010-11-13
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-12-20
|\ \ \
| * | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-17
* | | | md: protect against NULL reference when waiting to start a raid10.NeilBrown2010-12-09
* | | | md: fix bug with re-adding of partially recovered device.NeilBrown2010-12-09
* | | | md: fix possible deadlock in handling flush requests.NeilBrown2010-12-09
* | | | md: move code in to submit_flushes.NeilBrown2010-12-09
* | | | md: remove handling of flush_pending in md_submit_flush_dataNeilBrown2010-12-08
|/ / /
* | | md: Call blk_queue_flush() to establish flush/fua supportDarrick J. Wong2010-11-24
* | | md: fix return value of rdev_size_change()Justin Maggard2010-11-24
|/ /
* / block: read i_size with i_size_read()Mike Snitzer2010-11-10
|/
* md: use separate bio pool for each md device.NeilBrown2010-10-28
* md: change type of first arg to sync_page_io.NeilBrown2010-10-28
* md: fix and update workqueue usageTejun Heo2010-10-28
* md: remove md_mutex locking.NeilBrown2010-10-28
* md: Fix regression with raid1 arrays without persistent metadata.NeilBrown2010-10-28
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-19
| |\
| * | md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-10