summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* md: Avoid waking up a thread after it has been freed.NeilBrown2011-09-21
* md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown2011-09-10
* md: fix clearing of 'blocked' flag in the presence of bad blocks.NeilBrown2011-08-30
* md: use REQ_NOIDLE flag in md_super_write()Namhyung Kim2011-08-25
* md: ensure changes to 'write-mostly' are reflected in metadata.NeilBrown2011-08-25
* md: report failure if a 'set faulty' request doesn't.NeilBrown2011-08-25
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-07-28
|\
| * md/raid10 record bad blocks as needed during recovery.NeilBrown2011-07-27
| * md: make it easier to wait for bad blocks to be acknowledged.NeilBrown2011-07-27
| * md: add 'write_error' flag to component devices.NeilBrown2011-07-27
| * md/raid1: avoid reading from known bad blocks.NeilBrown2011-07-27
| * md: Disable bad blocks and v0.90 metadata.NeilBrown2011-07-27
| * md: load/store badblock list from v1.x metadataNeilBrown2011-07-27
| * md/bad-block-log: add sysfs interface for accessing bad-block-log.NeilBrown2011-07-27
| * md: beginnings of bad block management.NeilBrown2011-07-27
| * md: remove suspicious size_of()NeilBrown2011-07-27
| * MD: generate an event when array sync is completeJonathan Brassow2011-07-26
| * md: get rid of unnecessary casts on page_address()Namhyung Kim2011-07-26
| * md: change managed of recovery_disabled.NeilBrown2011-07-26
| * md: remove ro check in md_check_recovery()Namhyung Kim2011-07-26
| * md: introduce link/unlink_rdev() helpersNamhyung Kim2011-07-26
* | fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-20
|/
* md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown2011-06-28
* md: check ->hot_remove_disk when removing diskNamhyung Kim2011-06-08
* md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋2011-06-08
* MD: add sync_super to mddev_t structJonathan Brassow2011-06-08
* MD: move thread wakeups into resumeJonathan Brassow2011-06-08
* MD: possible typoJonathan Brassow2011-06-08
* MD: no sync IO while suspendedJonathan Brassow2011-06-08
* MD: no integrity register if no gendiskJonathan Brassow2011-06-08
* md: allow resync_start to be set while an array is active.NeilBrown2011-05-11
* md: reject a re-add request that cannot be honoured.NeilBrown2011-05-11
* md: Fix race when creating a new md device.NeilBrown2011-05-11
* md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik2011-04-20
* md: provide generic support for handling unplug callbacks.NeilBrown2011-04-18
* md - remove old plugging code.NeilBrown2011-04-18
* Fix common misspellingsLucas De Marchi2011-03-31
* md: Fix integrity registration error when no devices are capableMartin K. Petersen2011-03-28
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-17
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-10
| | * block: remove per-queue pluggingJens Axboe2011-03-10
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-16
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-21
| |\|
| * | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-25
* | | md: Fix - again - partition detection when array becomes activeNeilBrown2011-02-24
* | | md: correctly handle probe of an 'mdp' device.NeilBrown2011-02-15
* | | md: don't set_capacity before array is active.NeilBrown2011-02-15
| |/ |/|
* | md_make_request: don't touch the bio after calling make_requestChris Mason2011-02-07