summaryrefslogtreecommitdiff
path: root/include/ext4_blockdev.h
AgeCommit message (Collapse)Author
2019-06-18Fix #includes and build a shared library.Carl Hetherington
2018-03-01ext4_blockdev: Added user data pointerMax Maisel
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-02-03Fix type mismatch.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234