FIX: an extra block is freed when truncating an inode.
since EXT4_DIRECTORY_FILETYPE_* are duplication of EXT4_DIRENTRY_*, the former is replaced by the later.
Remove compilation warning (maybe-uninitialized)
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
new option: CONFIG_HAVE_OWN_ASSERT
FIX: double free of inode reference happens.
Use -dead_strip linker flag instead of --gc-sections on OS X.
remove file_expect argument from those ext4_fopen2 calls.
Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implemented as recursive mutex.
Merge pull request #5 from ngkaho1234/master
Remove chibios demo (hard to maintain with ChibiOS master tree)
Symlink now can be removed by ext4_fremove.
Merge remote-tracking branch 'upstream/master'
Merge branch 'master' of https://github.com/ngkaho1234/lwext4
Merge pull request #4 from ngkaho1234/master
Merge pull request #1 from gkostka/master
Change ext4_fread & ext4_fwrite prototypes
Code format (spaces to tabs)
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
Revert "FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename."
FIX: the parent directory reference in child directory inode, a.k.a '..' dirent is not correctly reset during rename.
Merge pull request #3 from ngkaho1234/master
Change ext4_fread & ext4_fwrite prototypes
Merge pull request #2 from ngkaho1234/master
Remove a line of printf from ext4.c(it was originally for debug purpose).
Revert "Symbolic link support: ext4_fsymlink proposed."
Symbolic link support: ext4_fsymlink proposed.
Hardlink suppert: ext4_flink interface proposed.
Merge pull request #1 from ngkaho1234/master
FIX: MP lock was held without release at ext4_dir_entry_next in case the end of directory is reached.
ext4_ftruncate being separated into two parts: ext4_ftruncate_no_lock and ext4_ftruncate.
ext4_dir_dx_reset_parent_inode proposed.
Linux codestyle format (tabs indenation)
ngkaho1234: lwext4 improvments & bugfixes
Merge branch 'master' of git://git.code.sf.net/p/lwext4/git
Add CHANGELOG & version bump to 0.8.0
Remove warnings comming from assert macro usage
Code format - parameter ordering & remove redundant braces
Add const keyword in ext4_dir_entry_next return value
Add const keyword to mountpoint parameter
Set CMAKE_SYSTEM_NAME to Generic
Code fortmat with new clang formater (3.7)
Merge branch 'master' of ssh://git.code.sf.net/p/lwext4/git-src
clang-format: demos/chibios/common
Stop generating Eclipse project files by default
clang-format: demos/chibios/common
Sync ChibiOS demos with trunk system codebase