aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2010-01-06md: Fix unfortunate interaction with evmsNeilBrown
2009-12-18md/bitmap: protect against bitmap removal while being updated.NeilBrown
2009-12-08md: revert incorrect fix for read error handling in raid1.NeilBrown
2009-12-08md/raid1/raid10: add a cond_reschedNeilBrown
2009-12-08md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown
2009-12-08md: don't clear endpoint for resync when resync is interrupted.NeilBrown
2009-11-09dm snapshot: use unsigned integer chunk sizeMikulas Patocka
2009-11-09dm snapshot: require non zero chunk size by end of ctrMikulas Patocka
2009-11-09dm snapshot: lock snapshot while supplying statusMikulas Patocka
2009-11-09dm exception store: fix failed set_chunk_size error pathMikulas Patocka
2009-11-09dm: dec_pending needs locking to save error valueKiyoshi Ueda
2009-11-09dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac
2009-11-09dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton
2009-11-09dm snapshot: sort by chunk size to fix raceMikulas Patocka
2009-11-09dm snapshot: free exception store on init failureJonathan Brassow
2009-10-22dm/connector: Only process connector packages from privileged processesPhilipp Reisner
2009-10-22connector: Provide the sender's credentials to the callbackPhilipp Reisner
2009-09-24md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven
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