aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
| * md: Be more careful about clearing flags bit in ->recoveryNeilBrown2011-01-141-37/+49
| * md: md_stop_writes requires mddev_lock.NeilBrown2011-01-141-3/+10
| * md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2011-01-141-2/+6
| * md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown2011-01-141-1/+2
| * md: fix regression with re-adding devices to arrays with no metadataNeilBrown2011-01-121-2/+3
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-12/+4
|\ \ | |/ |/|
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-12/+4
| |\
| | * 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/+3
| | * 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/+0
|\ \ \
| * | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-3/+0
* | | | md: protect against NULL reference when waiting to start a raid10.NeilBrown2010-12-091-3/+2
* | | | 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/+3
|/ / /
* | | 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/+0
* 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-221-92/+25
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-17/+14
| |\
| * | md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-101-92/+25
* | | 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/+9
* | 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/+18
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-101-110/+176
|\
| * md: clean up do_md_stopNeilBrown2010-08-081-16/+9
| * 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
| * md/bitmap: clean up plugging calls.NeilBrown2010-07-261-1/+1
| * md/plug: optionally use plugger to unplug an array during resync/recovery.NeilBrown2010-07-261-3/+12
| * md/raid5: add simple plugging infrastructure.NeilBrown2010-07-261-0/+45
| * md: add support for raising dm events.NeilBrown2010-07-261-0/+2
| * md: export various start/stop interfacesNeilBrown2010-07-261-8/+13
| * md: split out md_rdev_initNeilBrown2010-07-261-15/+19
| * md: be more careful setting MD_CHANGE_CLEANNeilBrown2010-07-261-1/+2
| * md: reduce dependence on sysfs.NeilBrown2010-07-211-54/+47
* | block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+6
* | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-5/+5
|/