Re: [PATCH 001 of 006] raid5: Move write operations to a work queue

2006-07-27 Thread Dan Williams
On 7/27/06, Yuri Tikhonov <[EMAIL PROTECTED]> wrote: Hello, Dan. I've looked through your patches, and have some suggestions about write operations processing. Thanks for reviewing the code. In the current implementation of the Raid5 driver the RMW operation won't begin until old bloc

Re: [PATCH 001 of 006] raid5: Move write operations to a work queue

2006-07-27 Thread Yuri Tikhonov
Hello, Dan. I've looked through your patches, and have some suggestions about write operations processing. In the current implementation of the Raid5 driver the RMW operation won't begin until old blocks in the stripe cache, which are to be rewritten, become UPTODATE. But if you have ded

[PATCH 001 of 006] raid5: Move write operations to a work queue

2006-06-28 Thread Dan Williams
This patch moves write (reconstruct and read-modify) operations to a work queue. Note the next patch in this series fixes some incorrect assumptions around having multiple operations in flight (i.e. ignore this version of 'queue_raid_work'). Signed-off-by: Dan Williams <[EMAIL PROTECTED]> drive