Lines Matching refs:journal
75 the filesystem with a large journal can also be helpful for
92 * journal checksumming for robustness, performance
132 replay the journal (and thus write to the
137 journal_checksum Enable checksumming of the journal transactions.
148 journal_dev=devnum When the external journal device's major/minor numbers
150 the new journal location. The journal device is
154 norecovery Don't load the journal on mounting. Note that
156 skipping the journal replay will lead to the
160 data=journal All data are committed into the journal prior to being
167 journal.
171 committed to the journal.
191 of journal commits, making volatile disk write caches
233 data_err=abort Abort the journal if an error occurs in a file
256 grpjquota=<file> during journal replay. They replace the above
321 journal commit, in the default data=ordered
391 this option is incompatible with data=journal.
398 In data=writeback mode, ext4 does not journal data at all. This mode provides
409 this mode performs slightly slower than writeback but significantly faster than journal mode.
411 * journal mode
412 data=journal mode provides full data and metadata journaling. All new data is
413 written to the journal first, and then to its final location.
414 In the event of a crash, the journal can be replayed, bringing both data and