| Age | Commit message (Collapse) | Author |
|
We fix ext4_balloc_free_blocks() not creating revoke records
correctly according to start block and block count parameter
from caller.
|
|
We fix ext4_balloc_free_blocks() not invaliding cache
correctly according to start block and block count parameter
from caller.
|
|
Remove transaction scope from ext4_generic_open2 method.
|
|
Some of the source files are licensed under GPL2. It makes whole
lwext4 GPL2 licensed. To use library as a BSD3, GPL licensed source
files must be removed first. At this point there are two files
licensed under GPL2:
* ext4_xattr.c
* ext4_extents.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
|
|
|
|
|
|
|
|
|
|
Seems to be redundant.
|
|
Now images will be created by fsck.extN tool.
|
|
Fix issues with big-endian system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This parameter is useless since cache is always initialized by malloc.
|
|
|
|
|
|
|
|
|
|
|
|
Purge only one journal transaction if we are run out of journal
device space.
|
|
|
|
Patch submitted by g.tywanczuk@posnet.com.
|
|
|
|
|
|
|
|
fix: mingw build
|
|
|
|
|
|
|
|
Prefix ext4_user looks more appropriately.
|
|
ext4: easy malloc/calloc/realloc/free substitution
|
|
|
|
|
|
ext4_block_group.h: fix lack of extern "C" closing brace
|