include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / md / raid5.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to what's left
2010-02-10 NeilBrownmd: fix some lockdep issues between md and sysfs.
2010-02-09 NeilBrownmd: fix 'degraded' calculation when starting a reshape.
2009-12-14 NeilBrownmd: add MODULE_DESCRIPTION for all md related modules.
2009-12-14 NeilBrownmd/raid5: don't complete make_request on barrier until...
2009-12-14 NeilBrownmd: support barrier requests on all personalities.
2009-12-14 NeilBrownmd/raid5: remove some sparse warnings.
2009-11-13 NeilBrownmd/raid5: Allow dirty-degraded arrays to be assembled...
2009-11-13 NeilBrownDon't unconditionally set in_sync on newly added device...
2009-11-06 NeilBrownmd/raid5: make sure curr_sync_completes is uptodate...
2009-10-20 Dan Williamsmd/raid6: kill a gcc-4.0.1 'uninitialized variable...
2009-10-16 NeilBrownmd/async: don't pass a memory pointer as a page pointer.
2009-10-16 NeilBrownmd: Fix handling of raid5 array which is being reshaped...
2009-10-16 NeilBrownmd: fix problems with RAID6 calculations for DDF.
2009-10-16 Dan Williamsmd/raid456: downlevel multicore operations to raid_run_ops
2009-10-16 Dan Williamsmd/raid5: initialize conf->device_lock earlier
2009-10-16 NeilBrownRevert "md: do not progress the resync process if the...
2009-09-23 NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: Improve name of threads created by md_register_thread
2009-09-23 NeilBrownmd: remove sparse waring "symbol xxx shadows an earlier...
2009-09-16 Dan Williamsmd/raid6: cleanup ops_run_compute6_2
2009-09-16 Dan Williamsmd/raid6: eliminate BUG_ON with side effect
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-09 Dan WilliamsMerge commit 'md/for-linus' into async-tx-next
2009-09-09 Dan WilliamsMerge branch 'dmaengine' into async-tx-next
2009-09-09 Dan Williamsdmaengine: add fence support
2009-09-09 Dan WilliamsMerge branch 'md-raid6-accel' into ioat3.2
2009-08-30 Dan Williamsmd/raid456: distribute raid processing over multiple...
2009-08-30 Yuri Tikhonovmd/raid6: remove synchronous infrastructure
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe6
2009-08-30 Dan Williamsmd/raid6: asynchronous handle_parity_check6
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe_dirtying6
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe_fill6
2009-08-30 Yuri Tikhonovmd/raid5,6: common schedule_reconstruction for raid5/6
2009-08-30 Dan Williamsmd/raid6: asynchronous raid6 operations
2009-08-30 Dan Williamsmd/raid5: factor out mark_uptodate from ops_complete_co...
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-08-30 Dan Williamsmd/raid5,6: add percpu scribble region for buffer lists
2009-08-30 Dan Williamsmd/raid6: move the spare page to a percpu allocation
2009-08-13 NeilBrownmd/raid5: Properly remove excess drives after shrinking...
2009-08-13 NeilBrownmd/raid5: make sure a reshape restarts at the correct...
2009-08-13 NeilBrownmd/raid5: allow new reshape modes to be restarted in...
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
2009-08-03 NeilBrownmd: allow raid5_quiesce to work properly when reshape...
2009-08-03 NeilBrownmd/raid5: set reshape_position correctly when reshape...
2009-07-31 Dan Williamsmd/raid6: release spare page at ->stop()
2009-07-14 Dan Williamsmd/raid6: release spare page at ->stop()
2009-07-01 NeilBrownmd: use interruptible wait when duration is controlled...
2009-07-01 NeilBrownmd/raid5: suspend shouldn't affect read requests.
2009-07-01 Martin K. Petersenmd: Use new topology calls to indicate alignment and...
2009-06-17 NeilBrownmd/raid5: correctly update sync_completed when we reach...
2009-06-17 Dan Williamsmd/raid5: add missing call to schedule() after prepare_...
2009-06-17 Andre Nollmd: Push down reconstruction log message to personality...
2009-06-17 NeilBrownmd: merge reconfig and check_reshape methods.
2009-06-17 NeilBrownmd: remove unnecessary arguments from ->reconfig method.
2009-06-17 NeilBrownmd: raid5: check stripe cache is large enough in start_...
2009-06-17 Andre Nollmd: fix some comments.
2009-06-17 Andre Nollmd/raid5: Use is_power_of_2() in raid5_reconfig()/raid6...
2009-06-17 Andre Nollmd: convert conf->chunk_size and conf->prev_chunk to...
2009-06-17 Andre Nollmd: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: raid5: chunk size check in setup_conf
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-09 NeilBrownmd/raid5: fix bug in reshape code when chunk_size decre...
2009-06-09 NeilBrownmd/raid5 - avoid deadlocks in get_active_stripe during...
2009-06-09 NeilBrownmd/raid5: use conf->raid_disks in preference to mddev...
2009-06-03 Dan Williamsasync_tx: structify submission arguments, add scribble
2009-06-03 Dan Williamsasync_tx: kill ASYNC_TX_DEP_ACK flag
2009-05-27 NeilBrownmd: raid5: change incorrect usage of 'min' macro to...
2009-05-26 NeilBrownmd: raid5: avoid sector values going negative when...
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-04-17 NeilBrownmd: update sync_completed and reshape_position even...
2009-04-14 NeilBrownmd: improve usefulness and accuracy of sysfs file md...
2009-04-08 Dan Williamsasync_tx: rename zero_sum to val
2009-03-31 NeilBrownmd/raid5 revise rules for when to update metadata durin...
2009-03-31 NeilBrownmd/raid5: minor code cleanups in make_request.
2009-03-31 NeilBrownmd: remove CONFIG_MD_RAID_RESHAPE config option.
2009-03-31 NeilBrownmd/raid5: be more careful about write ordering when...
2009-03-31 NeilBrownmd/raid5: allow layout and chunksize to be changed...
2009-03-31 NeilBrownmd/raid5: reshape using largest of old and new chunk...
2009-03-31 NeilBrownmd/raid5: prepare for allowing reshape to change layout
2009-03-31 NeilBrownmd/raid5: prepare for allowing reshape to change chunksize.
2009-03-31 NeilBrownmd/raid5: clearly differentiate 'before' and 'after...
2009-03-31 NeilBrownmd: allow number of drives in raid5 to be reduced
2009-03-31 NeilBrownmd/raid5: change reshape-progress measurement to cope...
2009-03-31 NeilBrownmd: add explicit method to signal the end of a reshape.
2009-03-31 NeilBrownmd/raid5: enhance raid5_size to work correctly with...
2009-03-31 NeilBrownmd/raid5: drop qd_idx from r6_state
2009-03-31 Dan Williamsmd/raid6: move raid6 data processing to raid6_pq.ko
2009-03-31 Andre Nollmd: raid5 run(): Fix max_degraded for raid level 4.
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 Dan Williamsmd: add 'size' as a personality method
2009-03-31 NeilBrownmd: add takeover support for converting raid6 back...
2009-03-31 NeilBrownmd: add takeover support for raid4 -> raid5 conversion.
next