summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
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