Lines Matching full:will
19 In both modes, all writes to the array will hit cache disk first. This means
31 resync completes, any system crash will expose the chance of real data
34 The write-through cache will cache all data on cache disk first. After the data
35 is safe on the cache disk, the data will be flushed onto RAID disks. The
36 two-step write will guarantee MD can recover correct data after unclean
55 which are sequential but not dispatched in the same time will suffer from this
56 overhead too. Write-back cache will aggregate the data and flush the data to
57 RAID disks only after the data becomes a full stripe write. This will
63 disks later after specific conditions met. So cache disk failure will cause
73 Too small cache disk will make the write aggregation less efficient in this
98 memory cache. If some conditions are met, MD will flush the data to RAID disks.
99 MD will calculate parity for the data and write parity into the log. After this
100 is finished, MD will write both data and parity into RAID disks, then MD can
106 from the log. The sequence ID and checksum will help us detect corrupted meta
108 raid4/5 and 2 for raid6), MD will write the data and parities to RAID disks. If