summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-12/+8Star
|\
| * block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-171-2/+6
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-10/+2Star
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-3/+2Star
| | * block: remove per-queue pluggingJens Axboe2011-03-101-7/+0Star
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-15/+32
| |\|
| * | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-251-1/+1
* | | md: Fix - again - partition detection when array becomes activeNeilBrown2011-02-241-1/+21
* | | md: correctly handle probe of an 'mdp' device.NeilBrown2011-02-161-0/+3
* | | md: don't set_capacity before array is active.NeilBrown2011-02-161-3/+3
| |/ |/|
* | md_make_request: don't touch the bio after calling make_requestChris Mason2011-02-071-2/+7
* | md: Don't allow slot_store while resync/recovery is happening.NeilBrown2011-02-021-0/+3
* | md: don't clear curr_resync_completed at end of resync.NeilBrown2011-01-311-3/+0Star
* | md: Don't use remove_and_add_spares to remove failed devices from a read-only...NeilBrown2011-01-311-2/+15
* | md: Remove the AllReserved flag for component devices.NeilBrown2011-01-311-8/+5Star
* | md: revert change to raid_disks on failure.NeilBrown2011-01-311-0/+2
|/
* block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-141-0/+1
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-01-141-77/+120
|\
| * md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown2011-01-131-1/+1
| * md: range check slot number when manually adding a spare.NeilBrown2011-01-131-1/+6
| * md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle2011-01-131-2/+2
| * md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown2011-01-131-12/+21
| * md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown2011-01-131-3/+2Star
| * md: separate meta and data devsJonathan Brassow2011-01-131-4/+6
| * md-new-param-to_sync_page_ioJonathan Brassow2011-01-131-3/+6
| * md-new-param-to-calc_dev_sboffsetJonathan Brassow2011-01-131-6/+6
| * md: Be more careful about clearing flags bit in ->recoveryNeilBrown2011-01-131-37/+49
| * md: md_stop_writes requires mddev_lock.NeilBrown2011-01-131-3/+10
| * md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2011-01-131-2/+6
| * md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown2011-01-131-1/+2
| * md: fix regression with re-adding devices to arrays with no metadataNeilBrown2011-01-111-2/+3
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-12/+4Star
|\ \ | |/ |/|
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-12/+4Star
| |\
| | * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-2/+2
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-11/+3Star
| | * block: simplify holder symlink handlingTejun Heo2010-11-131-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-12-201-3/+0Star
|\ \ \
| * | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-3/+0Star
* | | | md: protect against NULL reference when waiting to start a raid10.NeilBrown2010-12-091-3/+2Star
* | | | md: fix bug with re-adding of partially recovered device.NeilBrown2010-12-091-2/+5
* | | | md: fix possible deadlock in handling flush requests.NeilBrown2010-12-091-2/+4
* | | | md: move code in to submit_flushes.NeilBrown2010-12-091-6/+6
* | | | md: remove handling of flush_pending in md_submit_flush_dataNeilBrown2010-12-091-6/+3Star
|/ / /
* | | md: Call blk_queue_flush() to establish flush/fua supportDarrick J. Wong2010-11-241-0/+2
* | | md: fix return value of rdev_size_change()Justin Maggard2010-11-241-2/+2
|/ /
* / block: read i_size with i_size_read()Mike Snitzer2010-11-101-10/+10
|/
* md: use separate bio pool for each md device.NeilBrown2010-10-281-3/+78
* md: change type of first arg to sync_page_io.NeilBrown2010-10-281-4/+4
* md: fix and update workqueue usageTejun Heo2010-10-281-21/+43