Add const keyword to mountpoint parameter
[lwext4.git] / lwext4 / ext4.c
2015-06-27 gkostkaAdd const keyword to mountpoint parameter
2015-06-27 gkostkaCode fortmat with new clang formater (3.7)
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-10-25 gkostkaAdd more test cases
2014-10-24 gkostkaUpdated directory links increment/decrement
2014-10-24 gkostkaSupport for feature dir_nlink
2014-10-21 gkostkaFeature checker functions refactoring
2014-06-19 gkostkaFixed inode deletion time fsck warning.
2014-06-03 gkostkaAdded OS locks setup function.
2014-05-20 gkostkaPedanitic warning check fixes. Pointer arithmetic,...
2014-04-07 gkostkaMerge with test_suite branch.
2014-04-06 gkostkaClient server basic test suite + minor code improvment.
2014-01-18 gkostkaWrite back cache mode.
2014-01-17 gkostkaBetter caching method for fopen.
2014-01-17 gkostka1. Extra directory remove caching.
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-27 gkostkaCode format.
2013-10-27 gkostka1. Code format.
2013-10-27 gkostkaAdd readme file.
2013-10-27 gkostkaFEATURES:
2013-10-20 gkostka1. Directory opreations:
2013-10-13 gkostkaUpdate directory tree.