aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+4
* md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown2012-10-021-3/+6
* md: using GFP_NOIO to allocate bio for flush requestShaohua Li2012-06-011-1/+1
* MD: Add del_timer_sync to mddev_suspend (fix nasty panic)Jonathan Brassow2012-05-211-0/+2
* md: Avoid waking up a thread after it has been freed.NeilBrown2011-10-161-3/+19
* md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown2011-10-031-2/+10
* md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown2011-06-281-0/+1
* md: check ->hot_remove_disk when removing diskNamhyung Kim2011-06-091-1/+1
* md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋2011-06-091-0/+2
* MD: add sync_super to mddev_t structJonathan Brassow2011-06-081-2/+13
* MD: move thread wakeups into resumeJonathan Brassow2011-06-081-3/+7
* MD: possible typoJonathan Brassow2011-06-081-2/+2
* MD: no sync IO while suspendedJonathan Brassow2011-06-081-1/+3
* MD: no integrity register if no gendiskJonathan Brassow2011-06-081-2/+2
* md: allow resync_start to be set while an array is active.NeilBrown2011-05-111-1/+1
* md: reject a re-add request that cannot be honoured.NeilBrown2011-05-111-0/+10
* md: Fix race when creating a new md device.NeilBrown2011-05-111-3/+8
* md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik2011-04-201-0/+1
* md: provide generic support for handling unplug callbacks.NeilBrown2011-04-181-0/+56
* md - remove old plugging code.NeilBrown2011-04-181-51/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* md: Fix integrity registration error when no devices are capableMartin K. Petersen2011-03-281-6/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-12/+8
|\
| * 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/+2
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-3/+2
| | * block: remove per-queue pluggingJens Axboe2011-03-101-7/+0
* | | 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-081-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/+0
* | 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/+5
* | 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-131-77/+120
|\
| * md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown2011-01-141-1/+1
| * md: range check slot number when manually adding a spare.NeilBrown2011-01-141-1/+6
| * md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle2011-01-141-2/+2
| * md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown2011-01-141-12/+21
| * md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown2011-01-141-3/+2
| * md: separate meta and data devsJonathan Brassow2011-01-141-4/+6
| * md-new-param-to_sync_page_ioJonathan Brassow2011-01-141-3/+6
| * md-new-param-to-calc_dev_sboffsetJonathan Brassow2011-01-141-6/+6
| * md: Be more careful about clearing flags bit in ->recoveryNeilBrown2011-01-141-37/+49