NeilBrown
|
597a711b69
md: remove unnecessary arguments from ->reconfig method.
|
16 years ago |
NeilBrown
|
01ee22b496
md: raid5: check stripe cache is large enough in start_reshape
|
16 years ago |
Andre Noll
|
cdc2ae6d6a
md: fix some comments.
|
16 years ago |
Andre Noll
|
0ba459d262
md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().
|
16 years ago |
Andre Noll
|
09c9e5fa1b
md: convert conf->chunk_size and conf->prev_chunk to sectors.
|
16 years ago |
Andre Noll
|
664e7c413f
md: Convert mddev->new_chunk to sectors.
|
16 years ago |
Andre Noll
|
9d8f036362
md: Make mddev->chunk_size sector-based.
|
16 years ago |
raz ben yehuda
|
740da44918
md: raid5: chunk size check in setup_conf
|
16 years ago |
NeilBrown
|
070ec55d07
md: remove mddev_to_conf "helper" macro
|
16 years ago |
Linus Torvalds
|
c9059598ea
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
|
16 years ago |
NeilBrown
|
0e6e0271a2
md/raid5: fix bug in reshape code when chunk_size decreases.
|
16 years ago |
NeilBrown
|
a8c906ca3f
md/raid5 - avoid deadlocks in get_active_stripe during reshape
|
16 years ago |
NeilBrown
|
f001a70cdc
md/raid5: use conf->raid_disks in preference to mddev->raid_disk
|
16 years ago |
Dan Williams
|
a08abd8ca8
async_tx: structify submission arguments, add scribble
|
16 years ago |
Dan Williams
|
88ba2aa586
async_tx: kill ASYNC_TX_DEP_ACK flag
|
16 years ago |
NeilBrown
|
ed37d83e6a
md: raid5: change incorrect usage of 'min' macro to 'min_t'
|
16 years ago |
NeilBrown
|
848b318236
md: raid5: avoid sector values going negative when testing reshape progress.
|
16 years ago |
Martin K. Petersen
|
ae03bf639a
block: Use accessor functions for queue limits
|
16 years ago |
NeilBrown
|
c03f6a1969
md: update sync_completed and reshape_position even more often.
|
16 years ago |
NeilBrown
|
acb180b0e3
md: improve usefulness and accuracy of sysfs file md/sync_completed.
|
16 years ago |
Dan Williams
|
099f53cb50
async_tx: rename zero_sum to val
|
16 years ago |
NeilBrown
|
c8f517c444
md/raid5 revise rules for when to update metadata during reshape
|
16 years ago |
NeilBrown
|
b0f9ec047b
md/raid5: minor code cleanups in make_request.
|
16 years ago |
NeilBrown
|
2cffc4a01d
md: remove CONFIG_MD_RAID_RESHAPE config option.
|
16 years ago |
NeilBrown
|
ab69ae12ce
md/raid5: be more careful about write ordering when reshaping.
|
16 years ago |
NeilBrown
|
88ce4930e2
md/raid5: allow layout and chunksize to be changed on active array.
|
16 years ago |
NeilBrown
|
7a66138107
md/raid5: reshape using largest of old and new chunk size
|
16 years ago |
NeilBrown
|
e183eaedd5
md/raid5: prepare for allowing reshape to change layout
|
16 years ago |
NeilBrown
|
784052ecc6
md/raid5: prepare for allowing reshape to change chunksize.
|
16 years ago |
NeilBrown
|
86b42c713b
md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.
|
16 years ago |