aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams2009-10-19
* md/async: don't pass a memory pointer as a page pointer.NeilBrown2009-10-16
* md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-16
* md: fix problems with RAID6 calculations for DDF.NeilBrown2009-10-16
* md/raid456: downlevel multicore operations to raid_run_opsDan Williams2009-10-16
* md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov2009-10-16
* md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown2009-10-16
* md: raid1/raid10: handle allocation errors during array setup.NeilBrown2009-10-16
* md/raid5: initialize conf->device_lock earlierDan Williams2009-10-16
* md/raid1/raid10: add a cond_reschedNeilBrown2009-10-16
* Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown2009-10-16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-23
|\
| * md/raid6: cleanup ops_run_compute6_2Dan Williams2009-09-16
| * md/raid6: eliminate BUG_ON with side effectDan Williams2009-09-16
| * Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-08
| |\
| * \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-08
| |\ \
| * | | dmaengine: add fence supportDan Williams2009-09-08
| * | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-08
| |\ \ \
| | * | | md/raid456: distribute raid processing over multiple coresDan Williams2009-08-29
| | * | | md/raid6: remove synchronous infrastructureYuri Tikhonov2009-08-29
| | * | | md/raid6: asynchronous handle_stripe6Yuri Tikhonov2009-08-29
| | * | | md/raid6: asynchronous handle_parity_check6Dan Williams2009-08-29
| | * | | md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov2009-08-29
| | * | | md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov2009-08-29
| | * | | md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov2009-08-29
| | * | | md/raid6: asynchronous raid6 operationsDan Williams2009-08-29
| | * | | md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams2009-08-29
| | * | | async_tx: raid6 recovery self testDan Williams2009-08-29
| | * | | async_tx: add sum check flagsDan Williams2009-08-29
| | * | | md/raid5,6: add percpu scribble region for buffer listsDan Williams2009-08-29
| | * | | md/raid6: move the spare page to a percpu allocationDan Williams2009-08-29
| | * | | md/raid6: release spare page at ->stop()Dan Williams2009-07-14
| | * | | async_tx: structify submission arguments, add scribbleDan Williams2009-06-03
| | * | | async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-03
| | * | | async_tx: rename zero_sum to valDan Williams2009-04-08
| | * | | Merge branch 'dmaengine' into async-tx-raid6Dan Williams2009-04-08
| | |\ \ \
* | | | | | md: raid-1/10: fix RW bits manipulationDmitry Monakhov2009-09-23
* | | | | | md: remove unnecessary memset from multipath.NeilBrown2009-09-23
* | | | | | md: report device as congested when suspendedNeilBrown2009-09-23
* | | | | | md: Improve name of threads created by md_register_threadNeilBrown2009-09-23
* | | | | | md: remove sparse warnings about lock context.NeilBrown2009-09-23
* | | | | | md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown2009-09-23
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-22
|\ \ \ \ \ \
| * | | | | | trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-21
* | | | | | | md: avoid use of broken kzalloc mempoolSage Weil2009-09-22
* | | | | | | const: make block_device_operations constAlexey Dobriyan2009-09-22
|/ / / / / /
* | | | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\ \ \ \ \ \
| * | | | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-14
| * | | | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-14