aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2009-12-01md: revert incorrect fix for read error handling in raid1.NeilBrown
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr...NeilBrown
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown
2009-11-06md: don't clear endpoint for resync when resync is interrupted.NeilBrown
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-10-19md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams
2009-10-16dm snapshot: allow chunk size to be less than page sizeMikulas Patocka
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka
2009-10-16dm exception store: fix failed set_chunk_size error pathMikulas Patocka
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka
2009-10-16dm: dec_pending needs locking to save error valueKiyoshi Ueda
2009-10-16dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac
2009-10-16dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams
2009-10-16md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov
2009-10-16md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown
2009-10-16md: raid1/raid10: handle allocation errors during array setup.NeilBrown
2009-10-16md/raid5: initialize conf->device_lock earlierDan Williams
2009-10-16md/raid1/raid10: add a cond_reschedNeilBrown
2009-10-16Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-10-02dm/connector: Only process connector packages from privileged processesPhilipp Reisner
2009-10-02connector/dm: Fixed a compilation warningPhilipp Reisner
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown
2009-09-23md: raid-1/10: fix RW bits manipulationDmitry Monakhov
2009-09-23md: remove unnecessary memset from multipath.NeilBrown
2009-09-23md: report device as congested when suspendedNeilBrown
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown
2009-09-23md: remove sparse warnings about lock context.NeilBrown
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds