Lines Matching refs:delayed
107 is the fundamental goal of delayed logging.
125 One of the key changes that delayed logging makes to the operation of the
140 It should be noted that delayed logging is not an innovative new concept that
148 The fundamental requirements for delayed logging in XFS are simple:
174 the delayed logging tracking lock to commit the transaction. However, the
175 flushing thread has the delayed logging tracking lock already held, and is
178 was the barrier to implementing delayed logging for so long.
198 formatting method and the delayed logging formatting can be seen in the
433 mechanism, it does not work for delayed logging because transactions are not
437 As discussed in the checkpoint section, delayed logging uses per-checkpoint
481 behaves the same regardless of whether delayed logging is being used or not.
589 For delayed logging, however, we have an asymmetric transaction commit to
625 As a result, the delayed logging transaction commit code needs to be designed
743 With delayed logging, there are new steps inserted into the life cycle::
795 Hence delayed logging should not introduce any constraints on log item
798 As a result of this zero-impact "insertion" of delayed logging infrastructure
800 can basically switch between delayed logging and the existing mechanism with a
803 characteristics, but this should not be necessary if delayed logging works as