summaryrefslogtreecommitdiff
path: root/ext4.h
AgeCommit message (Collapse)Author
2014-05-20Build system refactoring.gkostka
2014-05-20Pedanitic warning check fixes. Pointer arithmetic, anonymus unions etcgkostka
2014-05-12Typo fixgkostka
2014-01-18Write back cache mode.gkostka
2013-10-27Removed nasty tabs.gkostka
2013-10-27Code format.gkostka
2013-10-271. Code format.gkostka
2. Commants.
2013-10-201. Directory opreations:gkostka
- ext4_dir_rm - delete dir recursive - ext4_dir_mk - make dir 2. Bugfix in ext4_dir (bad iterator behaviour). 3. Comments inr ext4.h. 4. Demo app has directory operations test. 5. Better ext4_femove implementation. 6. Most file functions base on ext4_open_generic. 7. Extent feature preprocessor switches.
2013-10-13Update directory tree.gkostka