Lines Matching refs:journal

12 To guarantee write atomicity, the dm-integrity target uses journal, it
13 writes sector data and integrity tags into a journal, commits the journal
29 instead of a journal. If a bit in the bitmap is 1, the corresponding
32 is faster than the journal mode, because we don't have to write the data
66 D - direct writes (without journal)
73 journal and atomicity is guaranteed. In case of crash,
81 R - recovery mode - in this mode, journal is not replayed,
92 The size of journal, this argument is used only if formatting the
114 The journal watermark in percents. When the size of the journal
115 exceeds this watermark, the thread that flushes the journal will
119 Commit time in milliseconds. When this time passes, the journal is
120 written. The journal is also written immediately if the FLUSH
144 Encrypt the journal using given algorithm to make sure that the
145 attacker can't read the journal. You can use a block cipher here
149 The journal contains history of last writes to the block device,
150 an attacker reading the journal could see the last sector numbers
153 situation, you can encrypt the journal.
156 Protect sector numbers in the journal from accidental or malicious
162 mode, the integrity of journal entries is checked when replaying
163 the journal. Thus, modified sector number would be detected at
193 copy sectors from one journal section to another journal section
206 The journal mode (D/J), buffer_sectors, journal_watermark, commit_time and
233 * the number of journal sections
244 - journal area contains the bitmap of dirty
248 * journal
249 The journal is divided into sections, each section contains:
251 * metadata area (4kiB), it contains journal entries
253 - every journal entry contains:
264 numbers in the journal section, to protect against a
266 numbers in the journal.
269 * data area (the size is variable; it depends on how many journal
275 the journal entry)
278 To test if the whole journal section was written correctly, every
279 512-byte sector of the journal ends with 8-byte commit id. If the
280 commit id matches on all sectors in a journal section, then it is