summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* md: remove md_mutex locking.NeilBrown2010-10-281-7/+0Star
* md: Fix regression with raid1 arrays without persistent metadata.NeilBrown2010-10-281-0/+2
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-92/+25Star
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-17/+14Star
| |\
| * | md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-101-92/+25Star
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-6/+7
|\ \ \ | |_|/ |/| |
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-6/+7
* | | md: fix v1.x metadata update when a disk is missing.NeilBrown2010-09-171-1/+3
* | | md: call md_update_sb even for 'external' metadata arrays.NeilBrown2010-09-171-1/+1
|/ /
* | md: resolve confusion of MD_CHANGE_CLEANNeilBrown2010-08-301-15/+9Star
* | md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arraysDan Williams2010-08-301-2/+3
|/
* Update recovery_offset even when external metadata is used.NeilBrown2010-08-181-26/+18Star
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-111-110/+176
|\
| * md: clean up do_md_stopNeilBrown2010-08-081-16/+9Star
| * md: fix another deadlock with removing sysfs attributes.NeilBrown2010-08-081-14/+17
| * md: move revalidate_disk() back outside open_mutexDan Williams2010-08-081-2/+4
| * md/bitmap: separate out loading a bitmap from initialising the structures.NeilBrown2010-07-261-2/+11