summaryrefslogtreecommitdiff
path: root/include/ext4_fs.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-12ext4_fs: fix possible overflowgkostka
2016-02-03Fix type mismatch.ngkaho1234
2016-02-01Relocate other in-memory data structures from ext4_types.hngkaho1234
These include ext4_inode_ref, ext4_dir_iter, ext4_dir_search_result and ext4_dir_idx_block.
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-30ext4: add read_only parameter to ext4_mount routine.ngkaho1234
Now users can mount a filesystem as read-only mode explicitly.
2016-01-28Reconstruct source directory tree.ngkaho1234