lwext4.git
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
2014-10-21 gkostkaFeature checker functions refactoring
2014-10-21 gkostkaAdd ext4_sb_is_super_in_bg
2014-10-21 gkostkaAdd comments to crc32c module
2014-10-21 gkostkaAdd crc32c routine, update block group descriptor
2014-07-14 gkostkaPrepare for 0.6.0
2014-06-22 gkostkaRemoved warnings when debug mode is disabled
2014-06-22 gkostkaSTM32F429 demo update
2014-06-22 gkostkaSTM32F429 demo update.
2014-06-22 gkostkaMSP430 toolchain files
2014-06-22 gkostkaComb sort for directory indexing (shold be faster).
2014-06-19 gkostkastm32f429 demo update
2014-06-19 gkostkaFixed inode deletion time fsck warning.
2014-06-19 gkostkaUpdate stm32f429 demo app
2014-06-19 gkostkaRemove unused modules.
2014-06-13 gkostkastm32f429 demo - system init
2014-06-13 gkostkastm32f249-disco demo update
2014-06-13 gkostkaRemove warnings. ST lib Hal configuration.
next