Lines Matching full:fast
133 Fast commits
137 fast commits. In order to use fast commits, you will need to set following
141 fast commit.
143 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit
146 File system is free to perform fast commits as and when it wants as long as it
148 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
151 commit immediately after stopping the fast commit it can do so by calling
152 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
156 JBD2 helper functions to manage fast commit buffers. File system can use
158 and wait on IO completion of fast commit buffers.
160 Currently, only Ext4 implements fast commits. For details of its implementation
161 of fast commits, please refer to the top level comments in