summaryrefslogtreecommitdiff
path: root/src/ext4_balloc.c
AgeCommit message (Collapse)Author
2017-06-22ext4_balloc: fix not creating revoke records correctlyKaho Ng
We fix ext4_balloc_free_blocks() not creating revoke records correctly according to start block and block count parameter from caller.
2017-06-22ext4_balloc: fix not invaliding cache correctlyKaho Ng
We fix ext4_balloc_free_blocks() not invaliding cache correctly according to start block and block count parameter from caller.
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-04-24ext4_balloc: fix not revoking any blocks when freeing blocks.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234