| Age | Commit message (Collapse) | Author |
|
|
|
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix generic demo return values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. gettimeofday bad param list
2. No buffering at file.
|
|
1. Timing function update.
|
|
1. Name correction.
|
|
1. Timing function.
|
|
1. Remove warnings.
|
|
1. Remove warnings.
|
|
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).
|
|
1. Delayed cache flush feature when flush is forced
UPTATES:
1. Demo app improvements.
2. Ext images update.
|
|
- 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
|
|
- 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.
|
|
|