aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown1-2/+9
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown1-1/+1
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown1-1/+20
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown1-10/+2
2009-08-03md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown1-1/+10
2009-08-03md/raid5: set reshape_position correctly when reshape starts.NeilBrown1-1/+1
2009-07-31md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown1-4/+11
2009-07-01md/raid5: suspend shouldn't affect read requests.NeilBrown1-1/+2
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen1-1/+9
2009-06-18md/raid5: correctly update sync_completed when we reach max_resyncNeilBrown1-1/+1
2009-06-18md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams1-0/+1
2009-06-18md: Push down reconstruction log message to personality code.Andre Noll1-0/+4
2009-06-18md: merge reconfig and check_reshape methods.NeilBrown1-9/+8
2009-06-18md: remove unnecessary arguments from ->reconfig method.NeilBrown1-26/+16
2009-06-18md: raid5: check stripe cache is large enough in start_reshapeNeilBrown1-17/+27
2009-06-18md: fix some comments.Andre Noll1-2/+0
2009-06-18md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().Andre Noll1-4/+2
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll1-14/+13
2009-06-18md: Convert mddev->new_chunk to sectors.Andre Noll1-21/+24
2009-06-18md: Make mddev->chunk_size sector-based.Andre Noll1-19/+22
2009-06-16md: raid5: chunk size check in setup_confraz ben yehuda1-1/+2
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown1-18/+18
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown1-1/+1
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown1-11/+11
2009-06-09md/raid5: use conf->raid_disks in preference to mddev->raid_diskNeilBrown1-2/+2
2009-05-27md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown1-3/+3
2009-05-26md: raid5: avoid sector values going negative when testing reshape progress.NeilBrown1-3/+3
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown1-1/+2
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown1-0/+4
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown1-6/+28
2009-03-31md/raid5: minor code cleanups in make_request.NeilBrown1-9/+7
2009-03-31md: remove CONFIG_MD_RAID_RESHAPE config option.NeilBrown1-10/+0
2009-03-31md/raid5: be more careful about write ordering when reshaping.NeilBrown1-2/+47
2009-03-31md/raid5: allow layout and chunksize to be changed on active array.NeilBrown1-20/+56
2009-03-31md/raid5: reshape using largest of old and new chunk sizeNeilBrown1-12/+22
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown1-13/+19
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown1-16/+27
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown1-5/+7
2009-03-31md: allow number of drives in raid5 to be reducedNeilBrown1-37/+87
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown1-33/+61
2009-03-31md: add explicit method to signal the end of a reshape.NeilBrown1-20/+30
2009-03-31md/raid5: enhance raid5_size to work correctly with negative delta_disksNeilBrown1-2/+7
2009-03-31md/raid5: drop qd_idx from r6_stateNeilBrown1-9/+8
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams1-11/+1
2009-03-31md: raid5 run(): Fix max_degraded for raid level 4.Andre Noll1-1/+1
2009-03-31md: 'array_size' sysfs attributeDan Williams1-2/+7
2009-03-31md: centralize ->array_sectors modificationsDan Williams1-3/+5