summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAge
* md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven2009-09-10
* dm snapshot: fix on disk chunk size validationMikulas Patocka2009-09-04
* dm exception store: split set_chunk_sizeMikulas Patocka2009-09-04
* dm snapshot: fix header corruption race on invalidationMikulas Patocka2009-09-04
* dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka2009-09-04
* dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-04
* dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-04
* dm log: remove incorrect field from userspace table outputJonathan Brassow2009-09-04
* dm log: fix userspace status outputJonathan Brassow2009-09-04
* dm stripe: expose correct io hintsMike Snitzer2009-09-04
* dm table: add more context to terse warning messagesMike Snitzer2009-09-04
* dm table: fix queue_limit checking device iteratorMikulas Patocka2009-09-04
* dm snapshot: implement iterate devicesMike Snitzer2009-09-04
* dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda2009-09-04
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-08-18
|\
| * Fix new incorrect error return from do_md_stop.NeilBrown2009-08-18
* | dm-log-userspace: fix printk format warningRandy Dunlap2009-08-16
|/
* md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-13
* md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown2009-08-13
* md/raid5: make sure a reshape restarts at the correct address.NeilBrown2009-08-13
* md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown2009-08-13
* md: never advance 'events' counter by more than 1.NeilBrown2009-08-13
* Remove deadlock potential in md_openNeilBrown2009-08-10
* md: Use revalidate_disk to effect changes in size of device.NeilBrown2009-08-03
* md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown2009-08-03
* md/raid5: set reshape_position correctly when reshape starts.NeilBrown2009-08-03
* md: Handle growth of v1.x metadata correctly.NeilBrown2009-08-03
* md: avoid array overflow with bad v1.x metadataNeilBrown2009-08-03
* md: when a level change reduces the number of devices, remove the excess.NeilBrown2009-08-03
* md: Push down data integrity code to personalities.Andre Noll2009-08-03
* md/raid6: release spare page at ->stop()Dan Williams2009-07-31
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-23
* dm: remove queue next_ordered workaround for barriersMike Snitzer2009-07-23
* dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka2009-07-23
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-10
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-01
|\
| * block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-01
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-07-01
|\ \ | |/ |/|
| * md: use interruptible wait when duration is controlled by userspace.NeilBrown2009-07-01
| * md/raid5: suspend shouldn't affect read requests.NeilBrown2009-07-01
| * md: tidy up error paths in md_allocNeilBrown2009-07-01
| * md: fix error path when duplicate name is found on md device creation.NeilBrown2009-07-01
| * md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown2009-07-01
| * md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-01
* | dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer2009-06-30
* | dm exception store: really fix type lookupMilan Broz2009-06-30
|/
* dm mpath: change to be request basedKiyoshi Ueda2009-06-22
* dm: disable interrupt when taking map_lockKiyoshi Ueda2009-06-22
* dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda2009-06-22