aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01md: revert incorrect fix for read error handling in raid1.NeilBrown1-3/+4
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded.NeilBrown1-4/+75
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown1-2/+4
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown1-6/+25
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown1-2/+8
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown1-0/+2
2009-11-06md: don't clear endpoint for resync when resync is interrupted.NeilBrown1-2/+3
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds12-159/+171
2009-10-19md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams1-3/+3
2009-10-16dm snapshot: allow chunk size to be less than page sizeMikulas Patocka1-16/+0
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka4-23/+25
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka1-0/+4
2009-10-16dm exception store: fix failed set_chunk_size error pathMikulas Patocka1-1/+1
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka1-0/+5
2009-10-16dm: dec_pending needs locking to save error valueKiyoshi Ueda1-2/+8
2009-10-16dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac1-0/+1
2009-10-16dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton1-1/+1
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow1-1/+4
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka1-1/+6
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown1-2/+2
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2-20/+19
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown2-8/+14
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams2-36/+51
2009-10-16md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov6-58/+54
2009-10-16md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown1-4/+5
2009-10-16md: raid1/raid10: handle allocation errors during array setup.NeilBrown2-4/+5
2009-10-16md/raid5: initialize conf->device_lock earlierDan Williams1-13/+12
2009-10-16md/raid1/raid10: add a cond_reschedNeilBrown2-0/+2
2009-10-16Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown1-13/+6
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-6/+10
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+6
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-10/+6
2009-10-02dm/connector: Only process connector packages from privileged processesPhilipp Reisner1-0/+3
2009-10-02connector/dm: Fixed a compilation warningPhilipp Reisner1-2/+1
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown3-568/+961
2009-09-23md: raid-1/10: fix RW bits manipulationDmitry Monakhov2-7/+9
2009-09-23md: remove unnecessary memset from multipath.NeilBrown1-1/+0
2009-09-23md: report device as congested when suspendedNeilBrown8-0/+24
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown5-9/+12
2009-09-23md: remove sparse warnings about lock context.NeilBrown1-1/+4
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown4-12/+14
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil1-1/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan2-4/+4
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams1-12/+15
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams1-2/+4
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-29/+35