aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-149-29/+35
|\
| * block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+1
| * Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-6/+10
| * bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-119-22/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-141-6/+36
|\ \ | |/ |/|
| * [SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman2009-08-221-6/+36
* | md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven2009-09-101-1/+1
* | dm snapshot: fix on disk chunk size validationMikulas Patocka2009-09-042-8/+19
* | dm exception store: split set_chunk_sizeMikulas Patocka2009-09-042-0/+12
* | dm snapshot: fix header corruption race on invalidationMikulas Patocka2009-09-041-10/+34
* | dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka2009-09-041-19/+7
* | dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-043-12/+19
* | dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-041-1/+7
* | dm log: remove incorrect field from userspace table outputJonathan Brassow2009-09-041-6/+10
* | dm log: fix userspace status outputJonathan Brassow2009-09-041-1/+1
* | dm stripe: expose correct io hintsMike Snitzer2009-09-042-1/+16
* | dm table: add more context to terse warning messagesMike Snitzer2009-09-041-7/+18
* | dm table: fix queue_limit checking device iteratorMikulas Patocka2009-09-041-11/+11
* | dm snapshot: implement iterate devicesMike Snitzer2009-09-041-2/+21
* | dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda2009-09-041-5/+10
|/
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-08-181-0/+1
|\
| * Fix new incorrect error return from do_md_stop.NeilBrown2009-08-181-0/+1
* | dm-log-userspace: fix printk format warningRandy Dunlap2009-08-161-1/+1
|/
* md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-131-0/+1
* md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown2009-08-131-2/+9
* md/raid5: make sure a reshape restarts at the correct address.NeilBrown2009-08-131-1/+1
* md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown2009-08-131-1/+20
* md: never advance 'events' counter by more than 1.NeilBrown2009-08-131-8/+5
* Remove deadlock potential in md_openNeilBrown2009-08-102-8/+20
* md: Use revalidate_disk to effect changes in size of device.NeilBrown2009-08-034-33/+9
* md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown2009-08-031-1/+10
* md/raid5: set reshape_position correctly when reshape starts.NeilBrown2009-08-031-1/+1
* md: Handle growth of v1.x metadata correctly.NeilBrown2009-08-031-1/+7
* md: avoid array overflow with bad v1.x metadataNeilBrown2009-08-031-1/+6
* md: when a level change reduces the number of devices, remove the excess.NeilBrown2009-08-031-0/+7
* md: Push down data integrity code to personalities.Andre Noll2009-08-037-33/+80
* md/raid6: release spare page at ->stop()Dan Williams2009-07-311-14/+12
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-237-14/+15
* dm: remove queue next_ordered workaround for barriersMike Snitzer2009-07-233-16/+0
* dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka2009-07-231-0/+1
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-8/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-011-2/+2
|\
| * block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-2/+2
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-07-017-48/+84
|\ \ | |/ |/|
| * md: use interruptible wait when duration is controlled by userspace.NeilBrown2009-07-012-8/+21
| * md/raid5: suspend shouldn't affect read requests.NeilBrown2009-07-011-1/+2
| * md: tidy up error paths in md_allocNeilBrown2009-07-011-20/+18
| * md: fix error path when duplicate name is found on md device creation.NeilBrown2009-07-011-0/+2
| * md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown2009-07-011-2/+4