summaryrefslogtreecommitdiff
path: root/src/ext4_dir.c
AgeCommit message (Collapse)Author
2018-09-26ext4_dir: fix non existing entry creation issuerajeshvenkataraman
Added the length of the name string a a parameter. Using strlen() on the name string may not give the correct length in case of paths like: /mountpoint/nonexistdir1/nonexistdir2.
2017-04-05Change include type policygkostka
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2016-06-30ext4: special inode creation supportKaho Ng
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234