ext4: some style fixes & doxygen comments
[lwext4.git] / lwext4 / ext4.h
2015-12-18 gkostkaext4: some style fixes & doxygen comments
2015-11-30 gkostkaext4: introduce ext4_recover function
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 2
2015-11-19 gkostkaAdd #ifdef __cplusplus to all header files
2015-10-29 gkostkaReorder includes to fix travis build
2015-10-09 gkostkaFix const correctness
2015-10-09 rootExperimental EA public routines.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-09-29 ngkaho1234#include <fcntl.h> is needed.
2015-09-29 me#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also,...
2015-09-29 rootCONFIG_HAVE_OWN_OFLAGS introduced.(In case you want...
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-26 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-24 rootremove file_expect argument from those ext4_fopen2...
2015-09-23 rootext4_fopen_all removed.
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootMerge remote-tracking branch 'upstream/master'
2015-09-21 rootMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-21 rootInitial Symbolic support.
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 rootRevert "Symbolic link support: ext4_fsymlink proposed."
2015-09-20 rootSymbolic link support: ext4_fsymlink proposed.
2015-09-20 gkostkaMerge pull request #2 from ngkaho1234/master
2015-09-20 rootHardlink suppert: ext4_flink interface proposed.
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-09-16 gkostkangkaho1234: lwext4 improvments & bugfixes
2015-06-28 gkostkaAdd const keyword in ext4_dir_entry_next return value
2015-06-27 gkostkaAdd const keyword to mountpoint parameter
2015-06-27 gkostkaImprove include policy
2015-06-27 gkostkaChange structure braces policy
2015-06-16 gkostkaclang-format: ext4
2015-06-16 gkostkaclang-format: ext4
2014-11-08 gkostkaImproved dir entry get function (ext4_dir_entry_next)
2014-11-08 gkostkaext4_write: parameter litt fix (const)
2014-06-03 gkostkaAdded OS locks setup function.
2014-05-20 gkostkaBuild system refactoring.