lwext4.git
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaCode format (spaces to tabs)
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-07-23 gkostkaMerge branch 'master' of git://git.code.sf.net/p/lwext4/git lwext4-0.8.0
2015-07-23 gkostkaAdd CHANGELOG & version bump to 0.8.0
2015-07-16 gkostkaRemove warnings comming from assert macro usage
2015-06-28 gkostkaFix comment typos
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 gkostkaRemove warning
2015-06-27 gkostkaCode format
2015-06-27 gkostkaSet CMAKE_SYSTEM_NAME to Generic
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 gkostkaReadme update
2015-06-16 gkostkaclang-format: fs_test
2015-06-16 gkostkaMerge branch 'master' of ssh://git.code.sf.net/p/lwext4...
2015-06-16 gkostkaclang-format: demos/chibios/common
2015-06-16 gkostkaclang-format: generic demo app
2015-06-16 gkostkaclang-format: blockdev modules
2015-06-16 gkostkaUpdate .gitignore
2015-06-16 gkostkaclang-format: ext4_dir
2015-06-16 gkostkaclang-format: ext4_debug
2015-06-16 gkostkaclang-format: ext4_crc32c
2015-06-16 gkostkaclang-format: ext4_config
2015-06-16 gkostkaclang-format: ext4_blockdev
2015-06-16 gkostkaclang-format: ext4_block_group
2015-06-16 gkostkaclang-format: ext4_bitmap
2015-06-16 gkostkaclang-format: ext4_bcache
2015-06-16 gkostkaclang-format: ext4_balloc
2015-06-16 gkostkaclang-format: ext4
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: demos/chibios/common
2015-06-16 gkostkaclang-format: generic demo app
2015-06-16 gkostkaclang-format: blockdev modules
2015-06-16 gkostkaUpdate .gitignore
2015-06-16 gkostkaclang-format: ext4_dir
2015-06-16 gkostkaclang-format: ext4_debug
2015-06-16 gkostkaclang-format: ext4_crc32c
2015-06-16 gkostkaclang-format: ext4_config
2015-06-16 gkostkaclang-format: ext4_blockdev
2015-06-16 gkostkaclang-format: ext4_block_group
2015-06-16 gkostkaclang-format: ext4_bitmap
2015-06-16 gkostkaclang-format: ext4_bcache
2015-06-16 gkostkaclang-format: ext4_balloc
2015-06-16 gkostkaclang-format: ext4
2015-06-16 gkostkaclang-format: lwext4 modules
2015-06-16 gkostkaAdd clang-format config file
2015-04-23 gkostkaUpdate readme.mediawiki
2015-04-22 gkostkaSync ChibiOS demos with trunk system codebase
2015-04-22 gkostkaAdd .gitignore file
2014-12-28 gkostkaAdd some chibios demos
2014-12-28 gkostkaAdd some chibios demos
2014-12-28 gkostkaNames refactoring
2014-11-08 gkostkaUpdate stm32f429_demo
2014-11-08 gkostkaUpdate stm32f429_demo
2014-11-08 gkostkaExtra debug info
2014-11-08 gkostkaImproved dir entry get function (ext4_dir_entry_next)
2014-11-08 gkostkaext4_write: parameter litt fix (const)
2014-11-08 gkostkaversion update: 0.7.0
2014-11-08 gkostkameta_bg feature helper functions
2014-11-08 gkostkaImprove demo debug info
2014-11-08 gkostkastm32f429_demo extra debug info (io timings)
2014-11-08 gkostkaDisable STM lib debugs
2014-11-08 gkostkaImprove debug printf
2014-11-05 gkostkaUpdate readme
2014-11-05 gkostkaUpdate readme file
2014-10-30 gkostkaAdd hw_get_us function
2014-10-29 gkostkaAdd extra config options
2014-10-29 gkostkaAdd extra config options
2014-10-29 gkostkaMove some simple functions to c file (no need to public)
2014-10-29 gkostkaUpdate stm32f429disco demo
2014-10-29 gkostkaMove some simple functions to header
2014-10-29 gkostkaMove same simple functions to header
2014-10-25 gkostkaAdd more test cases
2014-10-24 gkostkaAdd more test cases
2014-10-24 gkostkaSupport for flex_bg
2014-10-24 gkostkaUpdated directory links increment/decrement
2014-10-24 gkostkaSupport for feature dir_nlink
2014-10-22 gkostkaUpdate supported features
2014-10-21 gkostkaMeta bg feature
2014-10-21 gkostkaAdd extra superblock debug info
2014-10-21 gkostkaAdd flex bg superblock helpers
next