Lines Matching refs:back
6 since 4.4) or write-back mode (supported since 4.10). mdadm (supported since
9 in write-through mode. A user can switch it to write-back mode by:
11 echo "write-back" > /sys/block/md0/md/journal_mode
13 And switch it back to write-through mode by:
28 tries to resync the array to bring it back to normal state. But before the
46 write-back mode:
48 write-back mode fixes the 'write hole' issue too, since all write data is
49 cached on cache disk. But the main goal of 'write-back' cache is to speed up
54 overhead too. Write-back cache will aggregate the data and flush the data to
59 In write-back mode, MD reports IO completion to upper layer (usually
64 In write-back mode, MD also caches data in memory. The memory cache includes
73 least several gigabytes size in write-back mode.
78 The write-through and write-back cache use the same disk format. The cache disk
94 In write-back mode, MD writes IO data to the log and reports IO completion. The