Add mkfs to debug module
[lwext4.git] / lwext4 / ext4_fs.c
2015-10-10 gkostkaDebug system refactoring (prefixes & flags)
2015-10-01 gkostkaFix indentation level in ext4_fs
2015-10-01 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-10-01 ngkaho1234ext4_fs.c: code indentation.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-10-01 ngkaho1234FIX: block bitmap is not correctly initialized.
2015-09-27 gkostkaMerge pull request #6 from ngkaho1234/master
2015-09-27 ngkaho1234FIX: an extra block is freed when truncating an inode.
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootSymlink now can be removed by ext4_fremove.
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 rootRevert "Symbolic link support: ext4_fsymlink proposed."
2015-09-20 rootSymbolic link support: ext4_fsymlink proposed.
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-09-16 gkostkangkaho1234: lwext4 improvments & bugfixes
2015-06-28 gkostkaFix comment typos
2015-06-27 gkostkaCode fortmat with new clang formater (3.7)
2015-06-27 gkostkaImprove include policy
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: lwext4 modules
2014-11-08 gkostkaImprove debug printf
2014-10-29 gkostkaAdd extra config options
2014-10-24 gkostkaUpdated directory links increment/decrement
2014-10-24 gkostkaSupport for feature dir_nlink
2014-10-21 gkostkaMeta bg feature
2014-10-21 gkostkaAdd extra superblock debug info
2014-10-21 gkostkaFeature checker functions refactoring
2014-05-20 gkostkaPedanitic warning check fixes. Pointer arithmetic,...
2014-01-15 gkostkaDocumentation.
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-27 gkostkaCode format.
2013-10-27 gkostkaFEATURES:
2013-10-24 gkostkaFEATURES:
2013-10-20 gkostka1. Directory opreations:
2013-10-13 gkostkaUpdate directory tree.