summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-15Documentation.gkostka
2014-01-14Merge with stm32f429 demo.gkostka
2014-01-12Comments and some minor fixes.gkostka
2014-01-12Update project settings.gkostka
2014-01-12Update USB demo.gkostka
2014-01-12Upadate cmake file.gkostka
2014-01-12USB MSC demo.gkostka
2014-01-05STM32F429 cmake target.gkostka
2014-01-05STM32F429-DISCO LCD demo target.gkostka
2014-01-05Update toolchain files (debug and release flags).gkostka
2014-01-05stm32f4_demo branchgkostka
2013-11-11Update readme file.gkostka
2013-11-11Delete old readme.gkostka
2013-11-11Update readme file.gkostka
2013-11-11Update cmake generation setup.gkostka
2013-11-07Update cache mode.gkostka
2013-10-27Removed nasty tabs.gkostka
2013-10-27Code format.gkostka
2013-10-27Code format.gkostka
2013-10-271. Code format.gkostka
2. Commants.
2013-10-27Update readme.gkostka
2013-10-270.2.0 version.gkostka
2013-10-27Readme update.gkostka
2013-10-27Update readme.gkostka
2013-10-27Add readme file.gkostka
2013-10-27Disable linux caches.gkostka
2013-10-27Disable buffering for filedev and raw_io.gkostka
2013-10-27BUGFIX:gkostka
1. gettimeofday bad param list 2. No buffering at file.
2013-10-27BUGFIX:gkostka
1. Timing function update.
2013-10-27BUGFIX:gkostka
1. Name correction.
2013-10-27BUGFIX:gkostka
1. Timing function.
2013-10-27BUGFIX:gkostka
1. Remove warnings.
2013-10-27BUGFIX:gkostka
1. Remove warnings.
2013-10-27FEATURES:gkostka
1. New io_raw block device. Allows to access windows partitions. 2. Demo app timings. Windows ext2/3/4 volume access. 3. Faster big file read/write operations (multi block mode).
2013-10-26BUGFIX:gkostka
1. Delayed cache flush feature when flush is forced UPTATES: 1. Demo app improvements. 2. Ext images update.
2013-10-24FEATURES:gkostka
- extent support - block group crc support - extent and directory indexing is enabled by default - new images (100MB ext2, ext3, ext4) - fs features debug in ext4_fs.c - new demo app features BUGFIX: - ext4_inode_get_blocks_count fix
2013-10-24Bugfix:gkostka
1. Directory hash MD4 bugfix. 2. A lot of fixes in directory indexing. 3. Improved inode allocation.
2013-10-201. Directory opreations:gkostka
- ext4_dir_rm - delete dir recursive - ext4_dir_mk - make dir 2. Bugfix in ext4_dir (bad iterator behaviour). 3. Comments inr ext4.h. 4. Demo app has directory operations test. 5. Better ext4_femove implementation. 6. Most file functions base on ext4_open_generic. 7. Extent feature preprocessor switches.
2013-10-13Delete unused directory.gkostka
2013-10-13Update directory tree.gkostka
2013-10-13Update build system.gkostka
2013-10-10Blockdev and bcache stats.gkostka
2013-10-10Add mount point stats.gkostka
Last char of mount point should be '/'
2013-10-10Add packed ext2/3/4 images.gkostka
2013-10-10Add dist target.gkostka
2013-10-09Block cache free optimized.gkostka
Stack usage improvement.
2013-10-07Code format.gkostka
2013-10-07Code format.gkostka
2013-10-07Code format.gkostka
2013-10-07File format.gkostka