aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* 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
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ \ | |_|/ |/| |
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* | | md: fix v1.x metadata update when a disk is missing.NeilBrown2010-09-16
* | | md: call md_update_sb even for 'external' metadata arrays.NeilBrown2010-09-16
|/ /
* | md: resolve confusion of MD_CHANGE_CLEANNeilBrown2010-08-30
* | md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arraysDan Williams2010-08-30
|/
* Update recovery_offset even when external metadata is used.NeilBrown2010-08-17
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-10
|\
| * md: clean up do_md_stopNeilBrown2010-08-08
| * md: fix another deadlock with removing sysfs attributes.NeilBrown2010-08-08
| * md: move revalidate_disk() back outside open_mutexDan Williams2010-08-08
| * md/bitmap: separate out loading a bitmap from initialising the structures.NeilBrown2010-07-25
| * md/bitmap: clean up plugging calls.NeilBrown2010-07-25
| * md/plug: optionally use plugger to unplug an array during resync/recovery.NeilBrown2010-07-25
| * md/raid5: add simple plugging infrastructure.NeilBrown2010-07-25
| * md: add support for raising dm events.NeilBrown2010-07-25
| * md: export various start/stop interfacesNeilBrown2010-07-25
| * md: split out md_rdev_initNeilBrown2010-07-25
| * md: be more careful setting MD_CHANGE_CLEANNeilBrown2010-07-25
| * md: reduce dependence on sysfs.NeilBrown2010-07-20
* | block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
|/
* md: Don't update ->recovery_offset when reshaping an array to fewer devices.NeilBrown2010-06-23
* md: fix handling of array level takeover that re-arranges devices.NeilBrown2010-06-23
* Restore partition detection of newly created md arrays.NeilBrown2010-06-23
* Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown2010-05-21
|\
| * sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-21