Pawel Jakub Dawidek 3650be51e2 - Reimplement I/O data allocation to prevent deadlocks.
Submitted by:	green

- Speed up synchronization process by using configurable number of I/O
  requests in parallel.
  + Add kern.geom.raid3.sync_requests tunable which defines how many parallel
    I/O requests should be used.
  + Retire kern.geom.raid3.reqs_per_sync and kern.geom.raid3.syncs_per_sec
    sysctls.
- Fix race between regular and synchronization requests.
- Reimplement raid3's data synchronization - do not use the topology lock
  for this purpose, as it may case deadlocks.
- Stop synchronization from pre-sync hook.
- Fix some other minor issues.

Tested by:	Mike Tancsa <mike@sentex.net>
MFC after:	3 days
2006-03-13 01:03:18 +00:00
..
2006-03-10 23:33:27 +00:00
2006-03-08 20:21:54 +00:00
2006-03-10 19:10:05 +00:00
2006-03-12 19:01:00 +00:00
2006-03-12 19:06:06 +00:00
2006-01-21 10:44:34 +00:00
2006-01-21 10:44:34 +00:00
2006-03-04 15:50:46 +00:00
2006-03-04 07:31:58 +00:00
2006-02-26 17:52:51 +00:00
2006-02-28 21:25:00 +00:00
2006-01-30 16:32:08 +00:00