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