Merge pull request #1 from gkostka/master
[lwext4.git] / lwext4 / ext4.c
2015-09-20 ngkaho1234Merge pull request #1 from gkostka/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 rootRevert "FIX: the parent directory reference in child...
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 rootRemove a line of printf from ext4.c(it was originally...
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-20 rootext4_ftruncate being separated into two parts: ext4_ftr...
2015-09-20 rootRename process being refined.
2015-09-20 rootext4_dir_dx_reset_parent_inode proposed.
2015-09-20 gkostkaMerge pull request #1 from ngkaho1234/master
2015-09-20 ngkaho1234FIX: MP lock was held without release at ext4_dir_entry...
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaResolve some endianes issues
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-09-16 gkostkangkaho1234: lwext4 improvments & bugfixes
2015-06-28 gkostkaFix typos in comments
2015-06-28 gkostkaCode format - parameter ordering & remove redundant...
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 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.