lwext4.git
10 years agostm32f4_demo branch
gkostka [Sun, 5 Jan 2014 13:46:21 +0000 (13:46 +0000)]
stm32f4_demo branch

10 years agoUpdate readme file.
gkostka [Mon, 11 Nov 2013 17:31:24 +0000 (17:31 +0000)]
Update readme file.

10 years agoDelete old readme.
gkostka [Mon, 11 Nov 2013 14:35:55 +0000 (14:35 +0000)]
Delete old readme.

10 years agoUpdate readme file.
gkostka [Mon, 11 Nov 2013 14:34:55 +0000 (14:34 +0000)]
Update readme file.

10 years agoUpdate cmake generation setup.
gkostka [Mon, 11 Nov 2013 13:36:02 +0000 (13:36 +0000)]
Update cmake generation setup.

10 years agoUpdate cache mode.
gkostka [Thu, 7 Nov 2013 20:21:26 +0000 (20:21 +0000)]
Update cache mode.

10 years agoRemoved nasty tabs.
gkostka [Sun, 27 Oct 2013 23:50:36 +0000 (23:50 +0000)]
Removed nasty tabs.

10 years agoCode format.
gkostka [Sun, 27 Oct 2013 23:00:15 +0000 (23:00 +0000)]
Code format.

10 years agoCode format.
gkostka [Sun, 27 Oct 2013 22:36:47 +0000 (22:36 +0000)]
Code format.

10 years ago1. Code format.
gkostka [Sun, 27 Oct 2013 22:18:54 +0000 (22:18 +0000)]
1. Code format.
2. Commants.

10 years agoUpdate readme.
gkostka [Sun, 27 Oct 2013 19:08:46 +0000 (19:08 +0000)]
Update readme.

10 years ago0.2.0 version.
gkostka [Sun, 27 Oct 2013 19:02:00 +0000 (19:02 +0000)]
0.2.0 version.

10 years agoReadme update.
gkostka [Sun, 27 Oct 2013 19:01:11 +0000 (19:01 +0000)]
Readme update.

10 years agoUpdate readme.
gkostka [Sun, 27 Oct 2013 18:25:26 +0000 (18:25 +0000)]
Update readme.

10 years agoAdd readme file.
gkostka [Sun, 27 Oct 2013 18:07:39 +0000 (18:07 +0000)]
Add readme file.

10 years agoDisable linux caches.
gkostka [Sun, 27 Oct 2013 14:57:55 +0000 (14:57 +0000)]
Disable linux caches.

10 years agoDisable buffering for filedev and raw_io.
gkostka [Sun, 27 Oct 2013 14:50:30 +0000 (14:50 +0000)]
Disable buffering for filedev and raw_io.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 14:07:04 +0000 (14:07 +0000)]
BUGFIX:
1. gettimeofday bad param list
2. No buffering at file.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 13:17:24 +0000 (13:17 +0000)]
BUGFIX:
1. Timing function update.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 12:14:17 +0000 (12:14 +0000)]
BUGFIX:
1. Name correction.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 12:12:35 +0000 (12:12 +0000)]
BUGFIX:
1. Timing function.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 11:53:02 +0000 (11:53 +0000)]
BUGFIX:
1. Remove warnings.

10 years agoBUGFIX:
gkostka [Sun, 27 Oct 2013 11:52:03 +0000 (11:52 +0000)]
BUGFIX:
1. Remove warnings.

10 years agoFEATURES:
gkostka [Sun, 27 Oct 2013 11:48:48 +0000 (11:48 +0000)]
FEATURES:
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).

10 years agoBUGFIX:
gkostka [Sat, 26 Oct 2013 16:24:49 +0000 (16:24 +0000)]
BUGFIX:
1. Delayed cache flush feature when flush is forced

UPTATES:
1. Demo app improvements.
2. Ext images update.

10 years agoFEATURES:
gkostka [Thu, 24 Oct 2013 21:21:19 +0000 (21:21 +0000)]
FEATURES:
 - 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

10 years agoBugfix:
gkostka [Thu, 24 Oct 2013 00:18:52 +0000 (00:18 +0000)]
Bugfix:
1. Directory hash MD4 bugfix.
2. A lot of fixes in directory indexing.
3. Improved inode allocation.

10 years ago1. Directory opreations:
gkostka [Sun, 20 Oct 2013 17:55:17 +0000 (17:55 +0000)]
1. Directory opreations:
 - 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.

10 years agoDelete unused directory.
gkostka [Sun, 13 Oct 2013 17:37:24 +0000 (17:37 +0000)]
Delete unused directory.

10 years agoUpdate directory tree.
gkostka [Sun, 13 Oct 2013 17:36:52 +0000 (17:36 +0000)]
Update directory tree.

10 years agoUpdate build system.
gkostka [Sun, 13 Oct 2013 17:35:30 +0000 (17:35 +0000)]
Update build system.

10 years agoBlockdev and bcache stats.
gkostka [Thu, 10 Oct 2013 21:10:12 +0000 (21:10 +0000)]
Blockdev and bcache stats.

10 years agoAdd mount point stats.
gkostka [Thu, 10 Oct 2013 20:15:09 +0000 (20:15 +0000)]
Add mount point stats.
Last char of mount point should be '/'

10 years agoAdd packed ext2/3/4 images.
gkostka [Thu, 10 Oct 2013 19:06:57 +0000 (19:06 +0000)]
Add packed ext2/3/4 images.

10 years agoAdd dist target.
gkostka [Thu, 10 Oct 2013 18:38:12 +0000 (18:38 +0000)]
Add dist target.

10 years agoBlock cache free optimized.
gkostka [Wed, 9 Oct 2013 20:07:58 +0000 (20:07 +0000)]
Block cache free optimized.
Stack usage improvement.

10 years agoCode format.
gkostka [Mon, 7 Oct 2013 21:21:09 +0000 (21:21 +0000)]
Code format.

10 years agoCode format.
gkostka [Mon, 7 Oct 2013 20:51:07 +0000 (20:51 +0000)]
Code format.

10 years agoCode format.
gkostka [Mon, 7 Oct 2013 20:35:29 +0000 (20:35 +0000)]
Code format.

10 years agoFile format.
gkostka [Mon, 7 Oct 2013 20:23:08 +0000 (20:23 +0000)]
File format.

10 years agoFile format.
gkostka [Mon, 7 Oct 2013 20:19:28 +0000 (20:19 +0000)]
File format.

10 years agoFile format.
gkostka [Mon, 7 Oct 2013 20:17:46 +0000 (20:17 +0000)]
File format.

10 years ago.
gkostka [Mon, 7 Oct 2013 20:03:48 +0000 (20:03 +0000)]
.

10 years ago.
gkostka [Mon, 7 Oct 2013 20:03:18 +0000 (20:03 +0000)]
.

10 years agoAdd SVN tree directories.
gkostka [Mon, 7 Oct 2013 20:00:02 +0000 (20:00 +0000)]
Add SVN tree directories.