| Age | Commit message (Collapse) | Author |
|
|
|
|
|
We have to purge all consecutive transactions that
has all its buffers written to persistent location.
|
|
|
|
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
|
|
Purge only one journal transaction if we are run out of journal
device space.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Do not utilize jbd_block_rec::buf because it can be unreliable that
jbd_block_rec::buf may be freed.
- Do not need to flush buffers before a new transaction is going to reference
them.
- add some comments to the changes.
|
|
|
|
|
|
|
|
|
|
|
|
|