Commit Graph

230 Commits (7d3e91b8a1f5179d56a7412d4b499f2d5fc6b25d)

Author SHA1 Message Date
NeilBrown e62e58a5ff md: use interruptible wait when duration is controlled by userspace. 16 years ago
NeilBrown a5c308d4d1 md/raid5: suspend shouldn't affect read requests. 16 years ago
Martin K. Petersen 8f6c2e4b32 md: Use new topology calls to indicate alignment and I/O sizes 16 years ago
NeilBrown 48606a9f2f md/raid5: correctly update sync_completed when we reach max_resync 16 years ago
Dan Williams 7a3ab90894 md/raid5: add missing call to schedule() after prepare_to_wait() 16 years ago
Andre Noll 8c6ac868b1 md: Push down reconstruction log message to personality code. 16 years ago
NeilBrown 50ac168a6e md: merge reconfig and check_reshape methods. 16 years ago
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
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
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
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
NeilBrown ec32a2bd35 md: allow number of drives in raid5 to be reduced 16 years ago
NeilBrown fef9c61fdf md/raid5: change reshape-progress measurement to cope with reshaping backwards. 16 years ago
NeilBrown cea9c22800 md: add explicit method to signal the end of a reshape. 16 years ago
NeilBrown 7ec0547838 md/raid5: enhance raid5_size to work correctly with negative delta_disks 16 years ago
NeilBrown 34e04e87fb md/raid5: drop qd_idx from r6_state 16 years ago
Dan Williams f701d589aa md/raid6: move raid6 data processing to raid6_pq.ko 16 years ago
Andre Noll 18b0033491 md: raid5 run(): Fix max_degraded for raid level 4. 16 years ago
Dan Williams b522adcde9 md: 'array_size' sysfs attribute 16 years ago
Dan Williams 1f403624bd md: centralize ->array_sectors modifications 16 years ago
Dan Williams 80c3a6ce4b md: add 'size' as a personality method 16 years ago
NeilBrown fc9739c6d6 md: add takeover support for converting raid6 back into raid5 16 years ago
NeilBrown e9d4758f6e md: add takeover support for raid4 -> raid5 conversion. 16 years ago
NeilBrown b354603527 md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5. 16 years ago
NeilBrown d562b0c431 md: add ->takeover method for raid5 to be able to take over raid1 16 years ago
NeilBrown 245f46c2c2 md: add ->takeover method to support changing the personality managing an array 16 years ago
NeilBrown e0cf8f045b md: md_unregister_thread should cope with being passed NULL 16 years ago
NeilBrown 91adb56473 md/raid5: refactor raid5 "run" 16 years ago