summaryrefslogtreecommitdiff
path: root/demos/generic/main.c
AgeCommit message (Collapse)Author
2015-09-22Demo apps refactoringgkostka
2015-09-20Change ext4_fread & ext4_fwrite prototypesgkostka
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
2015-09-16Linux codestyle format (tabs indenation)gkostka
2015-06-28Add const keyword in ext4_dir_entry_next return valuegkostka
2015-06-16clang-format: generic demo appgkostka
2014-12-28Add some chibios demosgkostka
2014-11-08Improved dir entry get function (ext4_dir_entry_next)gkostka
2014-11-08Improve demo debug infogkostka
2014-06-03Fix errno warning.gkostka
Fix generic demo return values.
2014-05-30Fixed printf formatting.gkostka
2014-05-20Build system refactoring.gkostka
2014-04-06Client server basic test suite + minor code improvment.gkostka
2014-01-18Write back cache mode.gkostka
2013-10-27Removed nasty tabs.gkostka
2013-10-27Add readme file.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-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-13Update directory tree.gkostka