Files
linux-apfs/drivers
NeilBrown e555190d82 md/raid1: delay reads that could overtake behind-writes.
When a raid1 array is configured to support write-behind
on some devices, it normally only reads from other devices.
If all devices are write-behind (because the rest have failed)
it is possible for a read request to be serviced before a
behind-write request, which would appear as data corruption.

So when forced to read from a WriteMostly device, wait for any
write-behind to complete, and don't start any more behind-writes.

Signed-off-by: NeilBrown <neilb@suse.de>
2010-05-18 15:27:57 +10:00
..
2010-03-06 11:26:28 -08:00
2010-03-07 22:17:20 +01:00
2010-03-07 22:17:05 +01:00
2010-03-07 22:17:32 +01:00
2010-03-06 11:30:18 -08:00
2010-03-07 22:17:08 +01:00
2010-03-07 22:17:16 +01:00
2010-03-07 22:17:08 +01:00
2010-03-06 11:26:46 -08:00
2010-03-06 11:26:28 -08:00