summaryrefslogtreecommitdiff
path: root/include/ext4_journal.h
AgeCommit message (Collapse)Author
2017-04-05Change include type policygkostka
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2016-04-30ext4_journal: numorous changes.Kaho Ng
- 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.
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234